From 21bb0a2d7a5a6f8942f8a3eb1d5b2bc2d950feba Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Mon, 28 Oct 2024 12:57:36 -0700 Subject: [PATCH] jenkins: revert unsafe checkout (#33881) revert --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 23e5b016d3..64b2f05758 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -172,7 +172,7 @@ node { parallel ( // tici tests 'onroad tests': { - deviceStage("onroad", "tici-needs-can", ["UNSAFE=1"], [ + deviceStage("onroad", "tici-needs-can", [], [ // 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"],