|
|
@ -314,7 +314,7 @@ jobs: |
|
|
|
- name: Run replay |
|
|
|
- name: Run replay |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
${{ env.RUN }} "scons -j$(nproc) && \ |
|
|
|
${{ env.RUN }} "scons -j$(nproc) && \ |
|
|
|
FILEREADER_CACHE=1 CI=1 coverage run selfdrive/test/process_replay/test_processes.py && \ |
|
|
|
CI=1 coverage run selfdrive/test/process_replay/test_processes.py && \ |
|
|
|
coverage xml" |
|
|
|
coverage xml" |
|
|
|
- name: Upload reference logs |
|
|
|
- name: Upload reference logs |
|
|
|
if: ${{ failure() && github.event_name == 'pull_request' && github.repository == 'commaai/openpilot' }} |
|
|
|
if: ${{ failure() && github.event_name == 'pull_request' && github.repository == 'commaai/openpilot' }} |
|
|
|