From 8f84f190629e5724b1eaff6c1e02b4972967ae1d Mon Sep 17 00:00:00 2001 From: Comma Device Date: Mon, 1 Feb 2021 20:35:37 -0800 Subject: [PATCH] split the build and test running --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e005a20499..557af17be3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -139,7 +139,8 @@ pipeline { stage('Replay Tests') { steps { phone_steps("eon2", [ - ["camerad/modeld replay", "SCONS_CACHE=1 QCOM_REPLAY=1 scons -j4 && cd selfdrive/test/process_replay && ./camera_replay.py"], + ["build QCOM_REPLAY", "SCONS_CACHE=1 QCOM_REPLAY=1 scons -j4"], + ["camerad/modeld replay", "cd selfdrive/test/process_replay && ./camera_replay.py"], ]) } }