build master-ci with the relase2 build device

pull/19742/head
Adeeb Shihadeh 2021-01-12 16:24:34 -08:00
parent 10268b6669
commit cc2490bb12
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -110,7 +110,7 @@ pipeline {
CI_PUSH = "${env.BRANCH_NAME == 'master' ? 'master-ci' : ' '}"
}
steps {
phone_steps("eon", [
phone_steps("eon-build", [
["build", "SCONS_CACHE=1 scons -j4"],
["test athena", "nosetests -s selfdrive/athena/tests/test_athenad_old.py"],
["test manager", "python selfdrive/test/test_manager.py"],