model replay: disable nav for now

old-commit-hash: 8aac07bf86897ff9dee8f82ddd361fe39aed5063
This commit is contained in:
Adeeb Shihadeh
2023-01-12 15:20:37 -08:00
parent cc44b893c4
commit 38bceb1391
Vendored
+1 -1
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"],
])
}
}