Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonots/fluentd-plugin-ci
A repository to do bulk testing of fluentd plugins
https://github.com/sonots/fluentd-plugin-ci
Last synced: about 2 months ago
JSON representation
A repository to do bulk testing of fluentd plugins
- Host: GitHub
- URL: https://github.com/sonots/fluentd-plugin-ci
- Owner: sonots
- Created: 2014-05-16T19:25:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T13:28:46.000Z (over 8 years ago)
- Last Synced: 2024-10-13T08:08:52.196Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fluentd-plugin-ci
[![Build Status](https://secure.travis-ci.org/sonots/fluentd-plugin-ci.png?branch=master)](http://travis-ci.org/sonots/fluentd-plugin-ci)
a repository to test plugins in batch with new fluentd version
## How to add tested plugins
Add to [Gemfile.plugins](./Gemfile.plugins)
## How to specify Fluentd version
Change [this line](./Gemfile#L3) of Gemfile.
## How to start test on travis
For example,
```
$ git commit --allow-empty -m 'test with fluentd v0.10.47'
$ git push origin master
```Then, travis will automatically start testing by github webhook.
## Further reading
* [複数の fluentd plugin のテストを一気に流すやつ - sonots:blog](http://blog.livedoor.jp/sonots/archives/38159504.html) (Japanese)