blob: 0471745625b348428533ea9f3dbb20fa19d6f131 [file] [log] [blame]
Gerrit Code Reviewcf689772016-05-23 20:35:02 +00001[project]
Patrick Williams54a7f3b2016-07-27 09:14:51 -05002 description = Access inherited by all other projects.
Gerrit Code Reviewcf689772016-05-23 20:35:02 +00003[receive]
Patrick Williams54a7f3b2016-07-27 09:14:51 -05004 requireContributorAgreement = false
5 requireSignedOffBy = true
6 requireChangeId = true
7 enableSignedPush = false
8 createNewChangeForAllNotInTarget = false
9 requireSignedPush = false
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000010[submit]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050011 mergeContent = true
12 action = rebase if necessary
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000013[capability]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050014 administrateServer = group Administrators
15 priority = batch group Non-Interactive Users
16 streamEvents = group Non-Interactive Users
17 streamEvents = group github/openbmc/Everyone
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000018[access "refs/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050019 read = group Administrators
20 read = group Anonymous Users
21 read = group Registered Users
Patrick Williams14280822017-06-30 22:04:52 +000022 abandon = group Administrators
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000023[access "refs/for/refs/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050024 push = group Registered Users
25 pushMerge = group Registered Users
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000026[access "refs/heads/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050027 create = group Administrators
28 create = group Project Owners
29 forgeAuthor = group Registered Users
30 forgeCommitter = group Administrators
31 forgeCommitter = group Project Owners
32 push = group Administrators
33 push = group Project Owners
34 label-Code-Review = -2..+2 group Administrators
35 label-Code-Review = -2..+2 group Project Owners
36 label-Code-Review = -1..+1 group Registered Users
37 submit = group Administrators
Brad Bishopb3899ce2018-04-05 17:36:36 +000038 submit = group Project Owners
Patrick Williams54a7f3b2016-07-27 09:14:51 -050039 editTopicName = +force group Administrators
40 editTopicName = +force group Project Owners
41 label-Verified = -1..+1 group Administrators
42 label-Verified = -1..+1 group Non-Interactive Users
43 label-Verified = -1..+1 group Project Owners
44 label-Ok-To-Test = +0..+1 group Administrators
45 label-Ok-To-Test = +0..+1 group Non-Interactive Users
46 label-Ok-To-Test = +0..+1 group Project Owners
Patrick Williams02a07972017-08-15 04:45:23 +000047 label-Ok-To-Test = +0..+1 group github/openbmc/ibm-development
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000048[access "refs/meta/config"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050049 read = group Administrators
50 read = group Project Owners
51 push = group Administrators
52 push = group Project Owners
53 label-Code-Review = -2..+2 group Administrators
54 label-Code-Review = -2..+2 group Project Owners
55 submit = group Administrators
56 submit = group Project Owners
Gerrit Code Review64e56b32018-04-19 21:33:46 +000057 create = group Administrators
58 create = group Project Owners
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000059[access "refs/tags/*"]
Patrick Williamsc6132b82016-08-23 20:56:14 +000060 push = +force group Administrators
61 push = +force group Project Owners
Gerrit Code Review029d4072018-04-19 21:33:46 +000062 createTag = +force group Administrators
63 createTag = +force group Project Owners
64 createSignedTag = group Administrators
65 createSignedTag = group Project Owners
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000066[label "Code-Review"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050067 function = MaxWithBlock
68 defaultValue = 0
69 copyMinScore = true
70 copyAllScoresOnTrivialRebase = true
71 value = -2 This shall not be merged
72 value = -1 I would prefer this is not merged as is
73 value = 0 No score
74 value = +1 Looks good to me, but someone else must approve
75 value = +2 Looks good to me, approved
Gerrit Initialization70539cd2016-05-23 20:35:03 +000076[label "Verified"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050077 function = MaxWithBlock
78 value = -1 Fails
79 value = 0 No score
80 value = +1 Verified
81 copyAllScoresIfNoCodeChange = true
82 defaultValue = 0
Patrick Williams6647d082016-06-27 16:11:19 -050083[label "Ok-To-Test"]
84 function = NoOp
Patrick Williams4e6d7f32016-06-27 21:14:40 +000085 value = 0 No score
Patrick Williams6647d082016-06-27 16:11:19 -050086 value = +1 Ok to Test
Patrick Williams35681542016-07-27 09:22:32 -050087 copyAllScoresIfNoCodeChange = true
Patrick Williams54a7f3b2016-07-27 09:14:51 -050088 defaultValue = 0
Gerrit Code Review029d4072018-04-19 21:33:46 +000089[access "refs/for/*"]
90 addPatchSet = group Registered Users