From 69fdd23c959e1d3b4deaf939f72e78d37acddb17 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 4 Aug 2020 16:05:09 -0700 Subject: [PATCH] mbs: there isn't a releng group, try releng-team here. Signed-off-by: Kevin Fenzi --- roles/mbs/common/templates/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'