|
|
|
@ -148,9 +148,9 @@ pipeline { |
|
|
|
|
["build", "SCONS_CACHE=1 scons -j4"], |
|
|
|
|
["test sounds", "nosetests -s selfdrive/test/test_sounds.py"], |
|
|
|
|
["test boardd loopback", "nosetests -s selfdrive/boardd/tests/test_boardd_loopback.py"], |
|
|
|
|
["test loggerd", "CI=1 python selfdrive/loggerd/tests/test_loggerd.py"], |
|
|
|
|
["test encoder", "CI=1 python selfdrive/loggerd/tests/test_encoder.py"], |
|
|
|
|
//["test camerad", "CI=1 SEND_REAR=1 SEND_FRONT=1 python selfdrive/camerad/test/test_camerad.py"], // wait for shelf refactor |
|
|
|
|
["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"], |
|
|
|
|
["test encoder", "python selfdrive/loggerd/tests/test_encoder.py"], |
|
|
|
|
//["test camerad", "SEND_REAR=1 SEND_FRONT=1 python selfdrive/camerad/test/test_camerad.py"], // wait for shelf refactor |
|
|
|
|
//["test updater", "python installer/updater/test_updater.py"], |
|
|
|
|
]) |
|
|
|
|
} |
|
|
|
@ -160,6 +160,8 @@ pipeline { |
|
|
|
|
steps { |
|
|
|
|
phone_steps("tici", [ |
|
|
|
|
["build", "SCONS_CACHE=1 scons -j16"], |
|
|
|
|
["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"], |
|
|
|
|
["test encoder", "python selfdrive/loggerd/tests/test_encoder.py"], |
|
|
|
|
]) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|