use scons cache for QCOM replay build in CI

old-commit-hash: 10268b6669
commatwo_master
Adeeb Shihadeh 4 years ago
parent b310398dd2
commit afa522964a
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -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"],
])
}
}

Loading…
Cancel
Save