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:
Adeeb Shihadeh
2023-05-20 17:59:41 -07:00
committed by GitHub
parent 6dc5e28ef9
commit a3dcc5cd97
5 changed files with 55 additions and 7 deletions

1
Jenkinsfile vendored
View File

@@ -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"],
])