From cfb91ec4f09d8d7f9a37022fae894ba3f842b7b8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 9 Jan 2020 17:28:32 +0100 Subject: [PATCH] distgit-bz: notify differently in stg and in prod Signed-off-by: Pierre-Yves Chibon --- .../distgit-bugzilla-sync/templates/configuration.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml b/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml index 8d6a8169b7..56f897d124 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml +++ b/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml @@ -34,9 +34,16 @@ Reassigning to the new maintainer of this component. send_mails = true smtp_host = "bastion.fedoraproject.org" from = "accounts@fedoraproject.org" +{% if env == 'staging' %} notify_admins = [ "pingou_stg@pingoured.fr", ] +{% else %} + notify_admins = [ + "pingou@fedoraproject.org", + "kevin@fedoraproject.org", + ] +{% endif %} [email.templates] admin_notification = """