Badges: add skipped users, they're in the config now
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
d3975febbe
commit
19c12af33d
1 changed files with 32 additions and 0 deletions
|
@ -67,6 +67,38 @@ distgit_hostname = "src{{ env_suffix }}.fedoraproject.org"
|
||||||
id_provider_hostname = "id{{ env_suffix }}.fedoraproject.org"
|
id_provider_hostname = "id{{ env_suffix }}.fedoraproject.org"
|
||||||
fasjson_base_url = "https://fasjson{{ 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
|
# Cache configuation
|
||||||
[consumer_config.cache]
|
[consumer_config.cache]
|
||||||
backend = "dogpile.cache.redis"
|
backend = "dogpile.cache.redis"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue