diff --git a/.github/workflows/composite-actions/performance-tests/action.yaml b/.github/workflows/composite-actions/performance-tests/action.yaml index ea1aecde592..4001b08d5e0 100644 --- a/.github/workflows/composite-actions/performance-tests/action.yaml +++ b/.github/workflows/composite-actions/performance-tests/action.yaml @@ -15,6 +15,6 @@ runs: - uses: actions/upload-artifact@v4 if: ${{ failure() }} with: - name: performance-dump + name: performance-dump-attempt-${{ github.run_attempt }} path: "_output/performance-artifacts" if-no-files-found: warn \ No newline at end of file diff --git a/.github/workflows/composite-actions/regression-tests/action.yaml b/.github/workflows/composite-actions/regression-tests/action.yaml index 63a58c5d73b..d05bd69890a 100644 --- a/.github/workflows/composite-actions/regression-tests/action.yaml +++ b/.github/workflows/composite-actions/regression-tests/action.yaml @@ -39,6 +39,6 @@ runs: - uses: actions/upload-artifact@v4 if: ${{ failure() }} with: - name: ${{matrix.kube-e2e-test-type}}@k8s${{matrix.kube-version.kubectl}}-kube-dump + name: ${{matrix.kube-e2e-test-type}}-attempt-${{ github.run_attempt }}@k8s${{matrix.kube-version.kubectl}}-kube-dump path: "_output/kube2e-artifacts" if-no-files-found: warn \ No newline at end of file diff --git a/changelog/v1.16.24/run-attempt-116.yaml b/changelog/v1.16.24/run-attempt-116.yaml new file mode 100644 index 00000000000..62445790fb6 --- /dev/null +++ b/changelog/v1.16.24/run-attempt-116.yaml @@ -0,0 +1,7 @@ +changelog: +- type: NON_USER_FACING + description: >- + Add run attempt to test result upload to ensure a unique name per artifact + + skipCI-kube-tests:true + skipCI-docs-build:true