Commit 36f8192 1 parent 4b66cd0 commit 36f8192 Copy full SHA for 36f8192
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 15
15
type : string
16
16
17
17
concurrency :
18
- group : selfdrive-tests-ci-run-${{ inputs.run_number }}-${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }}
18
+ group : selfdrive-tests-ci-run-${{ inputs.run_number }}-${{ github.event_name == 'push' && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/master-new') && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }}
19
19
cancel-in-progress : true
20
20
21
21
env :
22
+ REPORT_NAME : report-${{ inputs.run_number || '1' }}-${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/master-new') && 'master' || github.event.number }}
22
23
PYTHONWARNINGS : error
23
24
BASE_IMAGE : openpilot-base
24
25
AZURE_TOKEN : ${{ secrets.AZURE_COMMADATACI_OPENPILOTCI_TOKEN }}
@@ -396,5 +397,5 @@ jobs:
396
397
- name : Upload Test Report
397
398
uses : actions/upload-artifact@v4
398
399
with :
399
- name : report- ${{ inputs.run_number || '1' }}-${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && 'master' || github.event.number }}
400
+ name : ${{ env.REPORT_NAME }}
400
401
path : selfdrive/ui/tests/test_ui/report_1/screenshots
Original file line number Diff line number Diff line change 15
15
16
16
env :
17
17
UI_JOB_NAME : " Create UI Report"
18
- REPORT_NAME : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && 'master' || github.event.number }}
19
- SHA : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.sha || github.event.pull_request.head.sha }}
18
+ REPORT_NAME : ${{ github.event_name == 'push' && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/master-new') && 'master' || github.event.number }}
19
+ SHA : ${{ github.event_name == 'push' && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/master-new') && github.sha || github.event.pull_request.head.sha }}
20
20
BRANCH_NAME : " openpilot/pr-${{ github.event.number }}"
21
21
22
22
jobs :
You can’t perform that action at this time.
0 commit comments