copr-fe: Use GROUP_DENYLIST, and add more groups
This commit is contained in:
parent
4f245158d6
commit
d5ad152c12
1 changed files with 3 additions and 1 deletions
|
@ -104,7 +104,9 @@ DIST_GIT_CLONE_URL="https://{{ dist_git_base_url }}/git"
|
|||
COPR_DIST_GIT_LOGS_URL = "https://{{ dist_git_base_url }}/per-task-logs"
|
||||
|
||||
# no need to filter cla_* groups, they are already filtered by fedora openid
|
||||
BLACKLISTED_GROUPS = ['fedorabugs', 'packager', 'provenpackager']
|
||||
GROUP_DENYLIST = ['fedorabugs', 'packager', 'provenpackager', 'ipausers', 'signed_fpca', 'fedora-contributor']
|
||||
# TODO: remove BLACKLISTED_GROUPS once # https://pagure.io/copr/copr/pull-request/1960 is released
|
||||
BLACKLISTED_GROUPS = GROUP_DENYLIST
|
||||
|
||||
DEFER_BUILD_SECONDS = 300
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue