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