Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.31] ci: Add run attempt to artefact name #386

Merged
merged 3 commits into from
Dec 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add run attempt to artefact name
davidjumani committed Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 4687c49191d2d8b9682819610167b87200ee8ae4
2 changes: 1 addition & 1 deletion .github/workflows/check-extensions-build-config.yaml
Original file line number Diff line number Diff line change
@@ -20,5 +20,5 @@ jobs:
# if: ${{ !cancelled() }}
# uses: actions/upload-artifact@v4
# with:
# name: static-analysis-report
# name: static-analysis-report-attempt-${{ github.run_attempt }}
# path: linux/amd64/analysis/scan-build-*/
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
@@ -21,5 +21,5 @@ jobs:
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: static-analysis-report
name: static-analysis-report-attempt-${{ github.run_attempt }}
path: linux/amd64/analysis/scan-build-*/
4 changes: 4 additions & 0 deletions changelog/v1.31.2-patch4/run-attempt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
- type: NON_USER_FACING
description: >-
Add run attempt to test result upload to ensure a unique name per artefact