Files
fedora-infra_ansible/inventory/group_vars/checkcompose
Adam Williamson a5c322b4ee More cleanup on the openQA AMQP stuff
nirik and I went around and around a bit today and ended up back
where we started, but with a clearer understanding of where that
this. This explains it a bit better, and makes what's actually
going on in various places clearer with the use of appropriate
shared variables. This should not actually *change* anything at
all when deployed.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-06-22 23:21:28 +02:00

16 lines
682 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:
AtomicHost:
error: ["dusty@dustymabe.com", "walters@verbum.org", "atomic@lists.fedoraproject.org"]
checkcompose_greenwaveurl: https://greenwave.fedoraproject.org
checkcompose_url: "https://{{ external_hostname }}"