pull/35686/head
Maxime Desroches 5 days ago
parent a2da12ff31
commit e521604f46
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -190,7 +190,7 @@ jobs:
run: | run: |
${{ env.RUN }} "scons -j$(nproc)" ${{ env.RUN }} "scons -j$(nproc)"
- name: Run replay - name: Run replay
timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.routes-cache.outputs.cache-hit == 'true') && ((steps.setup-step.outputs.duration < 18) && 1 || 2) || 6 }} timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.dependency-cache.outputs.cache-hit == 'true') && ((steps.setup-step.outputs.duration < 18) && 1 || 2) || 6 }}
timeout-minutes: ${{ (steps.setup-step.outputs.duration < 19) && 1 || 2 }} timeout-minutes: ${{ (steps.setup-step.outputs.duration < 19) && 1 || 2 }}
run: | run: |
${{ env.RUN }} "selfdrive/test/process_replay/test_processes.py -j$(nproc) && \ ${{ env.RUN }} "selfdrive/test/process_replay/test_processes.py -j$(nproc) && \

Loading…
Cancel
Save