From f68a30acfed326173541297be5f6d9e113a63a68 Mon Sep 17 00:00:00 2001 From: David Jumani Date: Thu, 19 Dec 2024 17:50:44 +0530 Subject: [PATCH 1/4] Add run attempt to artefact name --- .../composite-actions/performance-tests/action.yaml | 2 +- .../composite-actions/regression-tests/action.yaml | 2 +- changelog/v1.16.23/run-attempt-116.yaml | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 changelog/v1.16.23/run-attempt-116.yaml 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.23/run-attempt-116.yaml b/changelog/v1.16.23/run-attempt-116.yaml new file mode 100644 index 00000000000..9eecf97fc97 --- /dev/null +++ b/changelog/v1.16.23/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 artefact + + skipCI-kube-tests:true + skipCI-docs-build:true From 7c0d485d0b8e2deb654837991bd599abaad36363 Mon Sep 17 00:00:00 2001 From: changelog-bot Date: Thu, 19 Dec 2024 16:55:19 +0000 Subject: [PATCH 2/4] Adding changelog file to new location --- changelog/v1.16.24/run-attempt-116.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/v1.16.24/run-attempt-116.yaml 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..9eecf97fc97 --- /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 artefact + + skipCI-kube-tests:true + skipCI-docs-build:true From 41707d772dc6720291707de017de38c411230b5e Mon Sep 17 00:00:00 2001 From: changelog-bot Date: Thu, 19 Dec 2024 16:55:20 +0000 Subject: [PATCH 3/4] Deleting changelog file from old location --- changelog/v1.16.23/run-attempt-116.yaml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 changelog/v1.16.23/run-attempt-116.yaml diff --git a/changelog/v1.16.23/run-attempt-116.yaml b/changelog/v1.16.23/run-attempt-116.yaml deleted file mode 100644 index 9eecf97fc97..00000000000 --- a/changelog/v1.16.23/run-attempt-116.yaml +++ /dev/null @@ -1,7 +0,0 @@ -changelog: -- type: NON_USER_FACING - description: >- - Add run attempt to test result upload to ensure a unique name per artefact - - skipCI-kube-tests:true - skipCI-docs-build:true From 5003e9202b0540879d59298ac3866a258af1df12 Mon Sep 17 00:00:00 2001 From: Andy Fong Date: Tue, 24 Dec 2024 09:53:08 -0500 Subject: [PATCH 4/4] Update changelog/v1.16.24/run-attempt-116.yaml --- changelog/v1.16.24/run-attempt-116.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/v1.16.24/run-attempt-116.yaml b/changelog/v1.16.24/run-attempt-116.yaml index 9eecf97fc97..62445790fb6 100644 --- a/changelog/v1.16.24/run-attempt-116.yaml +++ b/changelog/v1.16.24/run-attempt-116.yaml @@ -1,7 +1,7 @@ changelog: - type: NON_USER_FACING description: >- - Add run attempt to test result upload to ensure a unique name per artefact + Add run attempt to test result upload to ensure a unique name per artifact skipCI-kube-tests:true skipCI-docs-build:true