use scons cache for QCOM replay build in CI

pull/19742/head
Adeeb Shihadeh 4 years ago
parent f205f97be0
commit 10268b6669
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -126,7 +126,7 @@ pipeline {
stage('Replay Tests') { stage('Replay Tests') {
steps { steps {
phone_steps("eon2", [ 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"],
]) ])
} }
} }

Loading…
Cancel
Save