Skip to content

Commit

Permalink
Also add kube-proxy mode to uploaded artifact names
Browse files Browse the repository at this point in the history
This allows for running the e2e test matrix for multiple kube-proxy
modes at the same time. Otherwise, some uploads would fail due to
duplicate artifact names.

Fixes: 64a442d ("Add new dimension for kube-proxy mode to OS testing matrix")
Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Jun 18, 2024
1 parent 1450da1 commit 7935d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ostests-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
if: always() && (steps.e2e-retrieve-parallel.conclusion == 'success' || steps.e2e-retrieve-serial.conclusion == 'success')
uses: actions/upload-artifact@v4
with:
name: ostests-e2e-${{ inputs.os }}-${{ inputs.network-provider }}-sonobuoy-results
name: ostests-e2e-${{ inputs.os }}-${{ inputs.network-provider }}-${{ inputs.kube-proxy-mode }}-sonobuoy-results
path: |
inttest/sonobuoy-e2e-parallel.tar.gz
inttest/sonobuoy-e2e-serial.tar.gz
Expand All @@ -233,5 +233,5 @@ jobs:
if: always() && steps.tf-init.conclusion == 'success'
uses: actions/upload-artifact@v4
with:
name: ostests-e2e-${{ inputs.os }}-${{ inputs.network-provider }}-k0sctl-logs
name: ostests-e2e-${{ inputs.os }}-${{ inputs.network-provider }}-${{ inputs.kube-proxy-mode }}-k0sctl-logs
path: ~/.cache/k0sctl/k0sctl.log

0 comments on commit 7935d2f

Please sign in to comment.