diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index c5bb4d5ba8..821c703336 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -86,7 +86,7 @@ class ProdConfiguration(BaseConfiguration): # These groups are allowed to cancel the builds of other users. ADMIN_GROUPS = [ 'factory2', - 'releng', + 'releng-team', ] REBUILD_STRATEGY = 'only-changed'