Update quickstart to work with Gerrit 3.3.0

The latest release of Gerrit has changed the name of the
Non-Interactive Users group to Service Users.

Change-Id: Ia6d33df50498164e4df2ef6b062cb3807151ca9f
Co-Authored-By: Guillaume Chauvel <guillaume.chauvel@gmail.com>
This commit is contained in:
James E. Blair 2021-01-04 16:15:10 -08:00
parent 9092c1f43a
commit f093368280
2 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,8 @@
mergeContent = true
[capability]
administrateServer = group Administrators
priority = batch group Non-Interactive Users
streamEvents = group Non-Interactive Users
priority = batch group Service Users
streamEvents = group Service Users
[access "refs/*"]
read = group Administrators
read = group Anonymous Users
@ -32,11 +32,11 @@
push = group Project Owners
label-Code-Review = -2..+2 group Registered Users
label-Verified = -2..+2 group Administrators
label-Verified = -2..+2 group Non-Interactive Users
label-Verified = -2..+2 group Service Users
label-Workflow = -1..+1 group Registered Users
submit = group Administrators
submit = group Project Owners
submit = group Non-Interactive Users
submit = group Service Users
editTopicName = +force group Administrators
editTopicName = +force group Project Owners
[access "refs/meta/config"]

View File

@ -109,4 +109,4 @@
ssh_key: "{{ lookup('file', '/var/ssh/zuul.pub') }}"
http_password: secret
groups:
- "Non-Interactive Users"
- "Service Users"