ci: faster process_replay (#33989)

* try

* fix

* try

* try

* try

* monitor

* no

* how fast

* more

* timeout

* remove

* ruff

* try

* less

* cons

* less

* cons

* revert

* more and less

* more?

* more?

* cons

* cons

* cons

* cons

* cons
This commit is contained in:
Maxime Desroches
2024-11-12 14:26:21 -08:00
committed by GitHub
parent 97c990dac6
commit 4170534c02
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ jobs:
run: |
${{ env.RUN }} "scons -j$(nproc)"
- name: Run replay
timeout-minutes: 30
timeout-minutes: ${{ contains(runner.name, 'nsc') && 1 || 20 }}
run: |
${{ env.RUN }} "coverage run selfdrive/test/process_replay/test_processes.py -j$(nproc) && \
chmod -R 777 /tmp/comma_download_cache && \