From afa522964a8e89d32d76d7911558fea7f6de486b Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 12 Jan 2021 16:10:18 -0800 Subject: [PATCH] use scons cache for QCOM replay build in CI old-commit-hash: 10268b66692b96888f4a63c015def5cdf884a26d --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9aa4a2fcb4..56d5963979 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -126,7 +126,7 @@ pipeline { stage('Replay Tests') { steps { phone_steps("eon2", [ - ["camerad/modeld replay", "QCOM_REPLAY=1 scons -j4 && cd selfdrive/test/process_replay && ./camera_replay.py"], + ["camerad/modeld replay", "SCONS_CACHE=1 QCOM_REPLAY=1 scons -j4 && cd selfdrive/test/process_replay && ./camera_replay.py"], ]) } }