From 248dd28c7d2b983c0a45ddd52340e01ddab7e64f Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 18 Jun 2022 19:01:42 -0700 Subject: [PATCH] jenkins: move simulator build into lock old-commit-hash: add335d9e67f24a3090e09d39d4267b8f5620ff1 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ebc26a5920..279716d7cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -88,8 +88,8 @@ pipeline { steps { sh "git config --global --add safe.directory ${WORKSPACE}" sh "git lfs pull" - sh "${WORKSPACE}/tools/sim/build_container.sh" lock(resource: "", label: "simulator", inversePrecedence: true, quantity: 1) { + sh "${WORKSPACE}/tools/sim/build_container.sh" sh "DETACH=1 ${WORKSPACE}/tools/sim/start_carla.sh" sh "${WORKSPACE}/tools/sim/start_openpilot_docker.sh" }