|
|
@ -168,7 +168,7 @@ pipeline { |
|
|
|
phone_steps("tici", [ |
|
|
|
phone_steps("tici", [ |
|
|
|
["build", "SCONS_CACHE=1 scons -j16"], |
|
|
|
["build", "SCONS_CACHE=1 scons -j16"], |
|
|
|
["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"], |
|
|
|
["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"], |
|
|
|
["test encoder", "python selfdrive/loggerd/tests/test_encoder.py"], |
|
|
|
["test encoder", "LD_LIBRARY_PATH=/usr/local/lib python selfdrive/loggerd/tests/test_encoder.py"], |
|
|
|
["test camerad", "python selfdrive/camerad/test/test_camerad.py"], |
|
|
|
["test camerad", "python selfdrive/camerad/test/test_camerad.py"], |
|
|
|
["build release3-staging", "cd release && PUSH=${env.R3_PUSH} ./build_release3.sh"], |
|
|
|
["build release3-staging", "cd release && PUSH=${env.R3_PUSH} ./build_release3.sh"], |
|
|
|
]) |
|
|
|
]) |
|
|
|