mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-06 02:09:36 +00:00
test
This commit is contained in:
parent
ee97dd9096
commit
2f18edb286
@ -44,13 +44,13 @@ class BuildBotIdentity(BuildBotModule):
|
|||||||
|
|
||||||
self.masterConf['www']['authz'] = util.Authz(
|
self.masterConf['www']['authz'] = util.Authz(
|
||||||
allowRules=[
|
allowRules=[
|
||||||
util.AnyEndpointMatcher(role="QuasarApp"),
|
|
||||||
util.AnyEndpointMatcher(role="admins"),
|
util.AnyEndpointMatcher(role="admins"),
|
||||||
util.StopBuildEndpointMatcher(role="owner"),
|
# util.StopBuildEndpointMatcher(role="owner"),
|
||||||
|
|
||||||
# util.StopBuildEndpointMatcher(role="QuasarApp"),
|
util.StopBuildEndpointMatcher(role="QuasarApp"),
|
||||||
# util.ForceBuildEndpointMatcher(role="QuasarApp"),
|
util.ForceBuildEndpointMatcher(role="QuasarApp"),
|
||||||
# util.RebuildBuildEndpointMatcher(role="QuasarApp")
|
util.RebuildBuildEndpointMatcher(role="QuasarApp")
|
||||||
|
# util.AnyEndpointMatcher(role="QuasarApp"),
|
||||||
|
|
||||||
],
|
],
|
||||||
roleMatchers=[
|
roleMatchers=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user