model replay: disable nav for now

old-commit-hash: 8aac07bf86
This commit is contained in:
Adeeb Shihadeh 2023-01-12 15:20:37 -08:00
parent cc44b893c4
commit 38bceb1391
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -190,7 +190,7 @@ pipeline {
steps {
phone_steps("tici-common", [
["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"],
])
}
}