From 4d7ca72736da853bfc787373959b668553260408 Mon Sep 17 00:00:00 2001 From: Venktesh Date: Tue, 21 May 2024 10:25:31 +0100 Subject: [PATCH] fix test artifact name and test marker --- .github/data/matrix-regression.json | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/data/matrix-regression.json b/.github/data/matrix-regression.json index fe52bc0cd9..738a767375 100644 --- a/.github/data/matrix-regression.json +++ b/.github/data/matrix-regression.json @@ -5,7 +5,7 @@ "label": "regression", "image": "debian", "type": "oss", - "marker": "not upgrade", + "marker": "'not upgrade'", "platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" }, { diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d17d4c351..561636f29a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -619,8 +619,8 @@ jobs: - name: Upload Test Results uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: - name: ${{ steps.smoke-tests.outputs.test-results-name }} - path: ${{ github.workspace }}/tests/${{ steps.smoke-tests.outputs.test-results-name }}.html + name: ${{ steps.smoke-tests.outputs.test-results-name }}-${{ matrix.k8s }} + path: ${{ github.workspace }}/tests/${{ steps.smoke-tests.outputs.test-results-name }}-${{ matrix.k8s }}.html if: always() smoke-results: