model replay: disable nav for now

old-commit-hash: 8aac07bf86
beeps
Adeeb Shihadeh 2 years ago
parent cc44b893c4
commit 38bceb1391
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -190,7 +190,7 @@ pipeline {
steps { steps {
phone_steps("tici-common", [ phone_steps("tici-common", [
["build", "cd selfdrive/manager && ./build.py"], ["build", "cd selfdrive/manager && ./build.py"],
["model replay", "cd selfdrive/test/process_replay && ./model_replay.py"], ["model replay", "cd selfdrive/test/process_replay && NO_NAV=1 ./model_replay.py"],
]) ])
} }
} }

Loading…
Cancel
Save