nav model replay (#26697)

* nav model replay

* set token

* fix gh actions

* update refs

* fix pc
old-commit-hash: 1da6f6a6e213280979dcf64b4d3e90f291bda4a3
This commit is contained in:
Adeeb Shihadeh
2022-12-07 19:36:30 -08:00
committed by GitHub
parent eb6173a222
commit 01db07375c
7 changed files with 103 additions and 30 deletions

View File

@@ -294,7 +294,7 @@ jobs:
- name: Run model replay with ONNX
timeout-minutes: 2
run: |
${{ env.RUN_CL }} "ONNXCPU=1 CI=1 coverage run selfdrive/test/process_replay/model_replay.py && \
${{ env.RUN_CL }} "ONNXCPU=1 CI=1 NO_NAV=1 coverage run selfdrive/test/process_replay/model_replay.py && \
coverage xml"
- name: Run unit tests
timeout-minutes: 5