summaryrefslogtreecommitdiff
path: root/contrib/cirrus/cron-fail_addrs.csv
Commit message (Collapse)AuthorAge
* Github-Actions: Send e-mail on Cirrus cron failureChris Evich2020-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>