diff --git a/master.cfg b/master.cfg index 0077ebe..d842699 100644 --- a/master.cfg +++ b/master.cfg @@ -365,6 +365,7 @@ authz = util.Authz( # Defaulting old config, everyone can stop build. util.StopBuildEndpointMatcher(role="*"), + util.ForceBuildEndpointMatcher(builder="*", role="*"), # if future Buildbot implement new control, we are safe with this last rule util.AnyControlEndpointMatcher(role="admins")