time to onroad test (#28242)
* time to onroad test * run few times * test on stripped builds * manager * cleanup * split those out * run first --------- Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: 39c5d492bfb4ca1630fed1a4ab6990c171c5e797
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -153,6 +153,7 @@ 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"],
|
||||
["test car interfaces", "cd selfdrive/car/tests/ && ./test_car_interfaces.py"],
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user