File tree 3 files changed +9
-2
lines changed
.github/workflows/composite-actions
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/upload-artifact@v4
16
16
if : ${{ failure() }}
17
17
with :
18
- name : performance-dump
18
+ name : performance-dump-attempt-${{ github.run_attempt }}
19
19
path : " _output/performance-artifacts"
20
20
if-no-files-found : warn
Original file line number Diff line number Diff line change 39
39
- uses : actions/upload-artifact@v4
40
40
if : ${{ failure() }}
41
41
with :
42
- name : ${{matrix.kube-e2e-test-type}}@k8s${{matrix.kube-version.kubectl}}-kube-dump
42
+ name : ${{matrix.kube-e2e-test-type}}-attempt-${{ github.run_attempt }} @k8s${{matrix.kube-version.kubectl}}-kube-dump
43
43
path : " _output/kube2e-artifacts"
44
44
if-no-files-found : warn
Original file line number Diff line number Diff line change
1
+ changelog :
2
+ - type : NON_USER_FACING
3
+ description : >-
4
+ Add run attempt to test result upload to ensure a unique name per artifact
5
+
6
+ skipCI-kube-tests:true
7
+ skipCI-docs-build:true
You can’t perform that action at this time.
0 commit comments