Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
826 B
Plaintext

====================================
Continuous Integration Configuration
====================================
The following pointers are aimed at maintainers to help describe a few points
about the Cirrus CI setup that may not be obvious/intuitive.
Email Notifications
-------------------
Cirrus CI doesn't feature any way to perform email notifications on failures,
so that is instead handled by a separate GitHub Action:
https://github.com/zeek/ci-email-action
The configuration of that GitHub Action is typical: it's just the
``.github/workflows/ci-notification.yml`` file, which set SMTP/mail info
via secrets stored in GitHub for the repository:
https://github.com/zeek/broker/settings/secrets
The particular values used for those are currently from the Zeek project's AWS
Simple Email Service configuration.