Here are Jenkins servers for CI
- With GPU : https://jenkins.blue-oil.org
- With FPGA : https://jenkins.leapmind.local:8080 (only for local access)
This test will be run automatically by 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
- Cofiguration URL : https://jenkins.blue-oil.org/job/blueoil_main/configure
- Script run by Jenkins :
./.jenkins/test_blueoil.sh
- Cofiguration URL : https://jenkins.blue-oil.org/job/blueoil_lmnet/configure
- Script run by Jenkins :
./.jenkins/test_lmnet.sh
- Cofiguration URL : http://jenkins.leapmind.local:8080/job/blueoil_dlk_test/configure
- Script run by Jenkins :
./.jenkins/test_dlk.sh