From 407ca3318612844fbb01067059a60b1f07cc5965 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 4 Sep 2020 11:17:14 +0200 Subject: [PATCH] toddlers: move the list of ignorable accounts to the default section More than one toddler actually relies on this list currently (packager_bugzilla_sync and packagers_without_bugzilla to name them) so we want this configuration in one place instead of repeating it in multiple places. Signed-off-by: Pierre-Yves Chibon --- .../openshift-apps/toddlers/templates/fedora-messaging.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 60593006c0..0bddf63db9 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -84,6 +84,9 @@ dist_git_token = "private random string to change" # This is the same format as used by the distgit_bugzilla_sync cron/app email_overrides_file = "/etc/fedora-messaging/email_overrides.toml" +# List of accounts we do not want to report about +ignorable_accounts = ["packagerbot", "zuul"] + [consumer_config.default.pdc_config] # Configuration to talk to PDC, as understood by pdc-client. server = "https://pdc.fedoraproject.org/rest_api/v1/" @@ -100,8 +103,6 @@ dist_git_token = "{{ toddlers_flag_ci_token }}" dist_git_token = "{{ toddlers_flag_commit_build_token }}" [consumer_config.packager_bugzilla_sync] -# List of accounts we do not want to report about -ignorable_accounts = ["packagerbot", "zuul"] [consumer_config.pdc_retired_packages] file_check_url = "https://src.fedoraproject.org/%(namespace)s/%(repo)s/blob/%(branch)s/f/%(file)s"