-
Notifications
You must be signed in to change notification settings - Fork 107
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
Exclude GH actions to match with tags starting with JENKINS #11337
Conversation
@amaltaro I tested this briefly on my fork and seemed to work fine. |
Jenkins results:
|
I am pretty sure Rucio Int is down, but let us give it another try. |
test this please |
Jenkins results:
|
test this please |
Jenkins results:
|
test this please |
Jenkins results:
|
test this please |
Jenkins results:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the prompt fix, Kenyi. Unit test failures are unrelated (unstable tests, actually).
@khurtado Kenyi, there is something with GH actions that I don't completely understand. you can see that the build has been marked as failed. Do you know if this is expected? I'd think that that tag |
@amaltaro Indeed, I. don't know why it was triggered. When I tested these changes in my fork, it excluded any
Meaning, we would need to verify the email address associated with the bot. cmsdmwmbot, by logging in and using https://github.com/settings/emails With that said, I still don't know why it would be triggered at all. Do you want me to test a different exclusion pattern? It might be possible to:
|
Looking into my own email settings, I don't see anything that could change the behavior of these GH actions. Maybe that message is only recorded because GH actually fails to deilver an email upon action failure(?) Yes, I think we could explore a different way to filter tags. That will likely be easier than managing to look at the cmsdmwmbot email settings :) |
Fixes #11336
Status
ready
Description
These change exclude github actions to match with tags starting with
JENKINS
Is it backward compatible (if not, which system it affects?)
YES
Related PRs
#11318