mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 22:34:30 +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(
|
self.masterConf['www']['authz'] = util.Authz(
|
||||||
stringsMatcher=util.fnmatchStrMatcher,
|
stringsMatcher=util.fnmatchStrMatcher,
|
||||||
allowRules=[
|
allowRules=[
|
||||||
# util.StopBuildEndpointMatcher(role="owner"),
|
util.AnyEndpointMatcher(role="QuasarApp"),
|
||||||
|
|
||||||
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"),
|
|
||||||
|
|
||||||
],
|
],
|
||||||
roleMatchers=[
|
roleMatchers=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user