jenkins: switch order of tests

old-commit-hash: 2664dba52e03b45d7a55f17211eb17abb35598c9
This commit is contained in:
Adeeb Shihadeh
2023-05-22 00:48:51 -07:00
parent 8459bf03ed
commit dbe615db9e
Vendored
+1 -1
View File
@@ -153,8 +153,8 @@ pipeline {
["build master-ci", "cd $SOURCE_DIR/release && TARGET_DIR=$TEST_DIR EXTRA_FILES='tools/' ./build_devel.sh"],
["build openpilot", "cd selfdrive/manager && ./build.py"],
["check dirty", "release/check-dirty.sh"],
["time to onroad", "cd selfdrive/test/ && pytest test_time_to_onroad.py"],
["onroad tests", "cd selfdrive/test/ && ./test_onroad.py"],
["time to onroad", "cd selfdrive/test/ && pytest test_time_to_onroad.py"],
["test car interfaces", "cd selfdrive/car/tests/ && ./test_car_interfaces.py"],
])
}