Skip to content

Conversation

@marko-bekhta
Copy link
Member

Hi Davide 🙂 👋🏻

I was looking at the https://github.com/hibernate/hibernate-reactive/actions/runs/20035758488 and noticed that sometimes we could fail to upload the test results on failure (if the same group failed for a different branch already and we've uploaded the report already: https://github.com/hibernate/hibernate-reactive/actions/runs/20035758488/job/57456696049)
so maybe we can jsut append the branch name there and make them more "unique"

since we may end up trying to create artifacts with the same names for different branches when running a scheduled workflow
@marko-bekhta marko-bekhta force-pushed the build/more-unique-artifacts-names branch from d2f67ec to f4fb4aa Compare December 8, 2025 17:25
echo "yearmonth=$(/bin/date -u '+%Y-%m')" >> "$GITHUB_OUTPUT"
shell: bash
- name: Sanitize the branch name
# So that if we end up using the branch name in the artifact name we won't have any unexpected chars in the name
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the change, it makes sense. But I don't think this comment it's that helpful.
Could you mention instead that we use it for distinguishing reports for different branches, and maybe add an example of the conversion. For example, wip/4.2 becomes wip-4.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants