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

ci: unique artifact name for junit reports in kind workflow #2226

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

tklauser
Copy link
Member

Due to some recent changes on GitHub's side, uploading the JUnit reports on the second job to finish in the kind workflow will fail with:

Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

Avoid this from happing by giving the artifacts unique names.

Fixes #2222

Due to some recent changes on GitHub's side, uploading the JUnit reports
on the second job to finish in the kind workflow will fail with:

    Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

Avoid this from happing by giving the artifacts unique names.

Fixes #2222

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser added the priority/release-blocker This issue will prevent the release of the next version of Cilium. label Jan 10, 2024
@tklauser tklauser requested review from a team as code owners January 10, 2024 12:40
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jan 10, 2024
@tklauser tklauser merged commit 0373ac9 into main Jan 10, 2024
13 checks passed
@tklauser tklauser deleted the pr/tklauser/ci-kind-junits-rename branch January 10, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/release-blocker This issue will prevent the release of the next version of Cilium. ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: JUnit upload failure in kind workflow: artifact with this name already exists on the workflow run
2 participants