From 19c12af33de5efa2dd9c6b317844d222fe04c6a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 17 Feb 2025 13:58:33 +0100 Subject: [PATCH] Badges: add skipped users, they're in the config now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../badges/templates/fm-fedbadges.toml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/roles/openshift-apps/badges/templates/fm-fedbadges.toml b/roles/openshift-apps/badges/templates/fm-fedbadges.toml index 7135fd3bc5..0e00b1e1ce 100644 --- a/roles/openshift-apps/badges/templates/fm-fedbadges.toml +++ b/roles/openshift-apps/badges/templates/fm-fedbadges.toml @@ -67,6 +67,38 @@ distgit_hostname = "src{{ env_suffix }}.fedoraproject.org" id_provider_hostname = "id{{ env_suffix }}.fedoraproject.org" fasjson_base_url = "https://fasjson{{ env_suffix }}.fedoraproject.org" +# Users skipped when awarding badges +skip_users = [ + "bodhi", + "oscar", + "apache", + "koji", + "bodhi", + "taskotron", + "pagure", + "packit", + "packit-stg", + "koschei", + "distrobuildsync-eln/jenkins-continuous-infra.apps.ci.centos.org", + "root", + "zodbot", + "bodhidev-bot", + "eclipse-bluechi-bot", + "githubbotargparsemanpage", + "imagebuilder-bot", + "knet-ci-bot", + "l10nbot", + "noobdevbot", + "notifs-bot", + "notifs-stg-bot", + "osbuild-automation-bot", + "releng-bot", + "sambabot", + "sourcegraph-bot", + "theforeman-bot", + "rhcontainerbot", +] + # Cache configuation [consumer_config.cache] backend = "dogpile.cache.redis"