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