We have several CI Pipelines
- Buildkite Pipelines : https://buildkite.com/blueoil
The tests run automatically by making PR.
The triggers to run tests are below.
- Create PR
- Push commit to branch related PR
- Comment in PR
- Run all tests
- Comment
run test
- Comment
- Run the specified test individually
- blueoil test :
run blueoil test
- lmnet test :
run lmnet test
- dlk test :
run dlk test
- blueoil test :
- Run all tests
- Add label in PR
- Run all tests
- Add
CI: test-all
- Add
- Run the specified test individually
- blueoil test : Add
CI: test-blueoil
- lmnet test : Add
CI: test-lmnet
- dlk test : Add
CI: test-dlk
- blueoil test : Add
- Run all tests
All make
tasks should be made in repository root dir.
See: .buildkite/blueoil-pipeline.yml