-
Notifications
You must be signed in to change notification settings - Fork 459
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
Nightly CI spews error notification to unrelated folks #1134
Comments
Hey David :-) I want to let you know we are working on this, apologies for any inconvenience caused. :-) |
Thank you! |
Hi David! I'm looking into this, and I apologize for the long delay. When I was looking at GitHub notification settings, I noticed that below the Subscriptions settings, there's a separate section called System, which has notification settings for Actions and Dependabot alerts. I noticed that my own settings had the Actions option set to "Notify me: Email. (Failed workflows only)." I wondered if yours might be set the same way, and if this might be why you're receiving these notifications? |
Andrew from Perforce IT here. I ended up diving into the docs for GitHub Actions, and found this. To quote from the page:
However, the behavior described in this quote doesn't quite seem to mesh with the behavior observed. The crontab entry was added to .github/workflows/nightly.yml in f90c737, but the user account associated with this operation appears to have been closed. The next user to modify this file was @DavidS with commit eb7ecf7. However, the next change to the cron entry wasn't until 3324549 when the quoting was changed (but not the value). If I read the docs correctly, I believe the solution will be for a user to modify the cron entry to a different time, thus assuming ownership of the nightly testing process. I have heard that it is best not to schedule crontab entries for 'round' times(such as 0/15/30/45). This is because humans tend to pick those times and thus a large number of tasks all kick off at the same time. If an 'off' time (like 7 or 51) is picked, the cron entry will be fired when fewer jobs are being scheduled. |
Describe the Bug
I'm getting CI notifications for failures in this repo.
Expected Behavior
I'm not getting CI notifications for this repo.
Steps to Reproduce
Steps to reproduce the behavior:
Additional Context
I've already looked at the notifications settings on this repo and it is the default of "Participation and @mentions".
Here's a full notification email for tracing this on your end:
[puppetlabs_puppetlabs-apt] Run failed nightly, Attempt #3 - main (a6db503).zip
The text was updated successfully, but these errors were encountered: