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 <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-09-04 11:17:14 +02:00
parent 033f80479d
commit 407ca33186

View file

@ -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"