Force build should be allowed now

This commit is contained in:
2018-02-19 17:12:51 +01:00
parent 852d009605
commit 980f50ee4f

View File

@@ -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")