test self-upload ref logs

This commit is contained in:
DevTekVE
2025-03-06 17:02:03 +01:00
parent eb2a2d0074
commit 928a49c8d4
+3 -2
View File
@@ -195,9 +195,10 @@ jobs:
name: process_replay_diff.txt
path: selfdrive/test/process_replay/diff.txt
- name: Upload reference logs
if: ${{ failure() && steps.print-diff.outcome == 'success' && github.repository == 'commaai/openpilot' && env.AZURE_TOKEN != '' }}
if: ${{ failure() && steps.print-diff.outcome == 'success' }}
run: |
${{ env.RUN }} "unset PYTHONWARNINGS && AZURE_TOKEN='$AZURE_TOKEN' python3 selfdrive/test/process_replay/test_processes.py -j$(nproc) --upload-only"
${{ env.RUN }} "unset PYTHONWARNINGS && python3 selfdrive/test/process_replay/test_processes.py -j$(nproc) --local --upload-only"
git push origin ${{ github.head_ref || github.ref_name }}
- name: Run regen
if: false
timeout-minutes: 4