Skip to content

Commit

Permalink
jenkins: unsafe checkout for test_onroad (commaai#33872)
Browse files Browse the repository at this point in the history
unsafe
  • Loading branch information
maxime-desroches authored Oct 25, 2024
1 parent b943cbd commit 251a9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ node {
parallel (
// tici tests
'onroad tests': {
deviceStage("onroad", "tici-needs-can", [], [
deviceStage("onroad", "tici-needs-can", ["UNSAFE=1"], [
// TODO: ideally, this test runs in master-ci, but it takes 5+m to build it
//["build master-ci", "cd $SOURCE_DIR/release && TARGET_DIR=$TEST_DIR $SOURCE_DIR/scripts/retry.sh ./build_devel.sh"],
["build openpilot", "cd system/manager && ./build.py"],
Expand Down

0 comments on commit 251a9f0

Please sign in to comment.