mbs: there isn't a releng group, try releng-team here.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-08-04 16:05:09 -07:00
parent e9eb9d3167
commit 69fdd23c95

View file

@ -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'