split the build and test running

old-commit-hash: 8f84f19062
commatwo_master
Comma Device 4 years ago
parent a63dca4659
commit 1acdd80998
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

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

Loading…
Cancel
Save