|
|
@ -127,7 +127,7 @@ pipeline { |
|
|
|
steps { |
|
|
|
steps { |
|
|
|
phone_steps("tici2", [ |
|
|
|
phone_steps("tici2", [ |
|
|
|
["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/test_power_draw.py"], |
|
|
|
["test boardd loopback", "python selfdrive/boardd/tests/test_boardd_loopback.py"], |
|
|
|
["test boardd loopback", "python selfdrive/boardd/tests/test_boardd_loopback.py"], |
|
|
|
["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"], |
|
|
|
["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"], |
|
|
|
["test encoder", "LD_LIBRARY_PATH=/usr/local/lib python selfdrive/loggerd/tests/test_encoder.py"], |
|
|
|
["test encoder", "LD_LIBRARY_PATH=/usr/local/lib python selfdrive/loggerd/tests/test_encoder.py"], |
|
|
|