|
|
@ -115,7 +115,6 @@ pipeline { |
|
|
|
["build master-ci", "cd $SOURCE_DIR/release && TARGET_DIR=$TEST_DIR EXTRA_FILES='tools/' ./build_devel.sh"], |
|
|
|
["build master-ci", "cd $SOURCE_DIR/release && TARGET_DIR=$TEST_DIR EXTRA_FILES='tools/' ./build_devel.sh"], |
|
|
|
["build openpilot", "cd selfdrive/manager && ./build.py"], |
|
|
|
["build openpilot", "cd selfdrive/manager && ./build.py"], |
|
|
|
["check dirty", "release/check-dirty.sh"], |
|
|
|
["check dirty", "release/check-dirty.sh"], |
|
|
|
["test manager", "python selfdrive/manager/test/test_manager.py"], |
|
|
|
|
|
|
|
["onroad tests", "cd selfdrive/test/ && ./test_onroad.py"], |
|
|
|
["onroad tests", "cd selfdrive/test/ && ./test_onroad.py"], |
|
|
|
["test car interfaces", "cd selfdrive/car/tests/ && ./test_car_interfaces.py"], |
|
|
|
["test car interfaces", "cd selfdrive/car/tests/ && ./test_car_interfaces.py"], |
|
|
|
]) |
|
|
|
]) |
|
|
@ -141,6 +140,7 @@ pipeline { |
|
|
|
["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"], |
|
|
|
["test pigeond", "python selfdrive/sensord/tests/test_pigeond.py"], |
|
|
|
["test pigeond", "python selfdrive/sensord/tests/test_pigeond.py"], |
|
|
|
|
|
|
|
["test manager", "python selfdrive/manager/test/test_manager.py"], |
|
|
|
]) |
|
|
|
]) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|