From c58b603416ef406787dc5170589f341ff74be458 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 5 Jun 2025 16:38:46 -0700 Subject: [PATCH] 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 --- inventory/group_vars/checkcompose | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/checkcompose b/inventory/group_vars/checkcompose index 0371069342..58b887763a 100644 --- a/inventory/group_vars/checkcompose +++ b/inventory/group_vars/checkcompose @@ -8,8 +8,8 @@ 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"] + BaseOS: + error: ["yselkowitz@redhat.com", "aavraham@redhat.com"] checkcompose_greenwaveurl: https://greenwave.fedoraproject.org checkcompose_url: "https://{{ external_hostname }}"