The API for final-CI. It is responsible for enqueing, monitoring and shutdown of tests.
It features advanced query language to filter test results.
It is connected to other supporting services, such as:
- checkout the repository
- checkout related projects:
- travis-test-results
- travis-logs
- in project travis-test-results
- adjust the config examples in
config/and remove the.examplesuffix - create an empty database using
psql - execute
bundle && rake db:migrate, you need Ruby 2.1.5 to do this currently - in project travis-logs
- adjust the config examples in
config/and remove the.examplesuffix - create an empty database using
psql - execute
bundle && rake db:migrate, you need Ruby 2.1.5 to do this currently - run
bundle install - run
rspecto verify unit tests are passing
Due to the dependency on proprietary TSD Validator, contributing to this project is not recommended at the moment.
The service is available as open source under the terms of the MIT License.