Skip to content

Commit

Permalink
ci(actions): add more segments to artifacts name to avoid conflicts (#…
Browse files Browse the repository at this point in the history
…11386)

Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla authored and kumahq[bot] committed Sep 12, 2024
1 parent 9fd4dc4 commit 8c23564
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,14 @@ jobs:
target="test/e2e"
fi
make ${MAKE_PARAMETERS} CI=true "${target}"
<<<<<<< HEAD
=======
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: always()
with:
name: e2e-debug-${{ env.E2E_PARAM_TARGET }}-${{ env.E2E_PARAM_ARCH }}-${{ env.E2E_PARAM_K8S_VERSION }}-${{ env.E2E_PARAM_CNI_NETWORK_PLUGIN }}
if-no-files-found: ignore
path: |
/tmp/e2e-debug/
retention-days: ${{ github.event_name == 'pull_request' && 1 || 30 }}
>>>>>>> 6eaf5701b (ci(actions): add more segments to artifacts name to avoid conflicts (#11386))

0 comments on commit 8c23564

Please sign in to comment.