use scons cache for QCOM replay build in CI

old-commit-hash: 10268b66692b96888f4a63c015def5cdf884a26d
This commit is contained in:
Adeeb Shihadeh
2021-01-12 16:10:18 -08:00
parent b310398dd2
commit afa522964a
Vendored
+1 -1
View File
@@ -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"],
])
}
}