Files
fedora-infra_ansible/inventory/group_vars/checkcompose
Adam Williamson c58b603416 check-compose: set up subvariant error emails for ELN
And get rid of the ancient "AtomicHost" one that's doing nobody
any good.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2025-06-05 16:38:46 -07:00

16 lines
647 B
Plaintext

# This var should never be set for more than one machine
checkcompose_prod: true
# The checkcompose settings below cause system(s) in this group to
# send out check-compose reports. This could cause duplicate reports
# if additional systems were added to this group.
checkcompose_emailfrom: rawhide@fedoraproject.org
checkcompose_emailto: "test-reports@lists.fedoraproject.org"
checkcompose_smtp: bastion.iad2.fedoraproject.org
checkcompose_subvariant_emails:
BaseOS:
error: ["yselkowitz@redhat.com", "aavraham@redhat.com"]
checkcompose_greenwaveurl: https://greenwave.fedoraproject.org
checkcompose_url: "https://{{ external_hostname }}"