e53f5259a5
Currently the glance-tempest-plugin repo uses the glance ACLs. Change it to use its own ACL config file governed by a specific 'glance-tempest-plugin-core' gerrit group. The glance-core group will be added to this as an included group. This will give us the option to add cores to glance-tempest-plugin who aren't also in glance-core, but have knowledge of both glance as well as tempest. Change-Id: I81b0e9eee9579a18834eff51fbe2c367f71c0763
25 lines
645 B
Plaintext
25 lines
645 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group glance-tempest-plugin-core
|
|
label-Code-Review = -2..+2 group glance-tempest-plugin-core
|
|
label-Review-Priority = -1..+2 group glance-tempest-plugin-core
|
|
label-Workflow = -1..+1 group glance-tempest-plugin-core
|
|
|
|
[label "Review-Priority"]
|
|
copyAllScoresIfNoCodeChange = true
|
|
copyAllScoresOnTrivialRebase = true
|
|
copyMaxScore = true
|
|
copyMinScore = true
|
|
defaultValue = 0
|
|
function = AnyWithBlock
|
|
value = -1 Branch Freeze
|
|
value = 0 No Priority
|
|
value = +1 Important Change
|
|
value = +2 Gate Blocker Fix / Urgent Change
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|