build master-ci with the relase2 build device

This commit is contained in:
Adeeb Shihadeh
2021-01-12 16:24:34 -08:00
parent 10268b6669
commit cc2490bb12
Vendored
+1 -1
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"],