mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 06:14:32 +00:00
works only this
This commit is contained in:
parent
a238c453c6
commit
3a16c986dd
@ -45,14 +45,7 @@ class BuildBotIdentity(BuildBotModule):
|
||||
self.masterConf['www']['authz'] = util.Authz(
|
||||
stringsMatcher=util.fnmatchStrMatcher,
|
||||
allowRules=[
|
||||
# util.StopBuildEndpointMatcher(role="owner"),
|
||||
|
||||
util.StopBuildEndpointMatcher(builder='*Builder', role="QuasarApp"),
|
||||
util.ForceBuildEndpointMatcher(builder='*Builder', role="QuasarApp"),
|
||||
util.RebuildBuildEndpointMatcher(builder='*Builder', role="QuasarApp"),
|
||||
util.AnyEndpointMatcher(role="admins"),
|
||||
|
||||
# util.AnyEndpointMatcher(role="QuasarApp"),
|
||||
util.AnyEndpointMatcher(role="QuasarApp"),
|
||||
|
||||
],
|
||||
roleMatchers=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user