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

.github/workflows/release-test.yml: Fix upload-artifact #21142

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

MrKevinWeiss
Copy link
Contributor

Contribution description

The new upload artifact does not support multiple artifacts uploaded with the same name, this fixes this by adding matrix info in.

Here is the current error

Testing procedure

Check the CI output.

Issues/PRs references

The new upload artifact does not support multiple artifacts uploaded with the same name, this fixes this by adding matrix info in
@github-actions github-actions bot added the Area: CI Area: Continuous Integration of RIOT components label Jan 20, 2025
@MrKevinWeiss
Copy link
Contributor Author

MrKevinWeiss commented Jan 20, 2025

Here are the fix results... Not so nice with the whitespace but it works 😅

@MrKevinWeiss MrKevinWeiss added CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Jan 20, 2025
@@ -184,5 +184,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test Reports
name: Test-Reports-${{ matrix.pytest_mark }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If spaces are fine, pytest_mark not iotlab_creds would probably cause trouble.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm, you already mention the not-so-pretty situation in the earlier comment. It's GitHub action reports, it doesn't need to be pretty :-). It works, ship it.

@riot-ci
Copy link

riot-ci commented Jan 20, 2025

Murdock results

✔️ PASSED

20d9908 .github/workflows/release-test.yml: Fix upload-artifact

Success Failures Total Runtime
1 0 1 01m:26s

Artifacts

@MrKevinWeiss MrKevinWeiss added this pull request to the merge queue Jan 20, 2025
Merged via the queue into RIOT-OS:master with commit c979eb7 Jan 21, 2025
31 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: CI Area: Continuous Integration of RIOT components CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants