Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix cirrus-cron failure notification GH workflow | Chris Evich | 2021-07-12 |
| | | | | | | | The master->main rename broke this. Also update the runtime along with a comment w/ link to the actual job definitions. Signed-off-by: Chris Evich <cevich@redhat.com> | ||
* | Cirrus: Send cirrus-cron report e-mail to list. | Chris Evich | 2021-02-08 |
| | | | | | | | | | This mailing-list was established to allow people to sub/unsub from automated notifications. Add it to the list of destinations picked up by the Github Actions workflow `.github/workflows/check_cirrus_cron.yml`. Signed-off-by: Chris Evich <cevich@redhat.com> | ||
* | Github-Actions: Send e-mail on Cirrus cron failure | Chris Evich | 2020-11-18 |
This repository has a number of automaticly triggered branch-level testing enabled. However, other than remembering to go look at a specific WebUI, there is no way for anybody to notice if/when these jobs fail. This commit introduces a github-action workflow which runs periodically, checking for failed cron-triggered Cirrus-CI jobs. When it finds any, it formats a simple report for e-mail delivery. The list of destination addresses is configurable at any time by merging changes to a simple CSV file. Signed-off-by: Chris Evich <cevich@redhat.com> |