|
|
@ -220,7 +220,7 @@ pipeline { |
|
|
|
phone_steps("tici-common", [ |
|
|
|
phone_steps("tici-common", [ |
|
|
|
["build", "cd selfdrive/manager && ./build.py"], |
|
|
|
["build", "cd selfdrive/manager && ./build.py"], |
|
|
|
["test pandad", "pytest selfdrive/boardd/tests/test_pandad.py"], |
|
|
|
["test pandad", "pytest selfdrive/boardd/tests/test_pandad.py"], |
|
|
|
["test power draw", "pytest system/hardware/tici/tests/test_power_draw.py"], |
|
|
|
["test power draw", "./system/hardware/tici/tests/test_power_draw.py"], |
|
|
|
["test encoder", "LD_LIBRARY_PATH=/usr/local/lib pytest system/loggerd/tests/test_encoder.py"], |
|
|
|
["test encoder", "LD_LIBRARY_PATH=/usr/local/lib pytest system/loggerd/tests/test_encoder.py"], |
|
|
|
["test pigeond", "pytest system/sensord/tests/test_pigeond.py"], |
|
|
|
["test pigeond", "pytest system/sensord/tests/test_pigeond.py"], |
|
|
|
["test manager", "pytest selfdrive/manager/test/test_manager.py"], |
|
|
|
["test manager", "pytest selfdrive/manager/test/test_manager.py"], |
|
|
|