mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 16:26:10 +08:00
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:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user