pull/35631/head
Maxime Desroches 2 months ago
parent 2a7e475a70
commit 2699ccc137
  1. 10
      .github/workflows/selfdrive_tests.yaml

@ -195,18 +195,18 @@ jobs:
${{ env.RUN }} "scons -j$(nproc)" ${{ env.RUN }} "scons -j$(nproc)"
- name: DEBUG DEBUG - name: DEBUG DEBUG
if: failure()
uses: namespacelabs/breakpoint-action@v0 uses: namespacelabs/breakpoint-action@v0
with: with:
duration: 50m duration: 55m
authorized-users: maxime-desroches authorized-users: maxime-desroches
- name: Run replay - name: Run replay
timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.dependency-cache.outputs.cache-hit == 'true') && 1 || 20 }} timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.dependency-cache.outputs.cache-hit == 'true') && 1 || 20 }}
run: | run: |
${{ env.RUN }} "coverage run selfdrive/test/process_replay/test_processes.py -j$(nproc) && \ ${{ env.RUN }} "selfdrive/test/process_replay/test_processes.py -j$(nproc) && \
chmod -R 777 /tmp/comma_download_cache && \ chmod -R 777 /tmp/comma_download_cache"
coverage combine && \
coverage xml"
- name: Print diff - name: Print diff
id: print-diff id: print-diff
if: always() if: always()

Loading…
Cancel
Save