Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)