blob: 23cb59ecfca8b0a7975ce907f12ba6453c21e732 [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
Andrew Geissler35a4d532018-05-15 20:29:19 +00005 requireSignedOffBy = true
Patrick Williams54a7f3b2016-07-27 09:14:51 -05006 requireChangeId = true
7 enableSignedPush = false
8 createNewChangeForAllNotInTarget = false
9 requireSignedPush = false
Andrew Geissler4f252782018-05-15 20:29:15 +000010 rejectImplicitMerges = false
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000011[submit]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050012 mergeContent = true
13 action = rebase if necessary
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000014[access "refs/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050015 read = group Administrators
16 read = group Anonymous Users
17 read = group Registered Users
Patrick Williams14280822017-06-30 22:04:52 +000018 abandon = group Administrators
Gerrit Code Reviewe56eeae2020-12-28 18:54:35 +000019 revert = group Registered Users
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000020[access "refs/for/refs/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050021 push = group Registered Users
22 pushMerge = group Registered Users
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000023[access "refs/heads/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050024 create = group Administrators
25 create = group Project Owners
26 forgeAuthor = group Registered Users
27 forgeCommitter = group Administrators
28 forgeCommitter = group Project Owners
29 push = group Administrators
30 push = group Project Owners
31 label-Code-Review = -2..+2 group Administrators
32 label-Code-Review = -2..+2 group Project Owners
33 label-Code-Review = -1..+1 group Registered Users
34 submit = group Administrators
Brad Bishopb3899ce2018-04-05 17:36:36 +000035 submit = group Project Owners
Patrick Williams54a7f3b2016-07-27 09:14:51 -050036 editTopicName = +force group Administrators
37 editTopicName = +force group Project Owners
38 label-Verified = -1..+1 group Administrators
Gerrit Code Review5db85942021-12-29 06:26:33 +000039 label-Verified = -1..+1 group Service Users
Patrick Williams54a7f3b2016-07-27 09:14:51 -050040 label-Verified = -1..+1 group Project Owners
41 label-Ok-To-Test = +0..+1 group Administrators
Gerrit Code Review5db85942021-12-29 06:26:33 +000042 label-Ok-To-Test = +0..+1 group Service Users
Patrick Williams54a7f3b2016-07-27 09:14:51 -050043 label-Ok-To-Test = +0..+1 group Project Owners
Patrick Williams02a07972017-08-15 04:45:23 +000044 label-Ok-To-Test = +0..+1 group github/openbmc/ibm-development
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000045[access "refs/meta/config"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050046 read = group Administrators
47 read = group Project Owners
48 push = group Administrators
49 push = group Project Owners
50 label-Code-Review = -2..+2 group Administrators
51 label-Code-Review = -2..+2 group Project Owners
52 submit = group Administrators
53 submit = group Project Owners
Gerrit Code Review64e56b32018-04-19 21:33:46 +000054 create = group Administrators
55 create = group Project Owners
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000056[access "refs/tags/*"]
Patrick Williamsc6132b82016-08-23 20:56:14 +000057 push = +force group Administrators
58 push = +force group Project Owners
Gerrit Code Review029d4072018-04-19 21:33:46 +000059 createTag = +force group Administrators
60 createTag = +force group Project Owners
61 createSignedTag = group Administrators
62 createSignedTag = group Project Owners
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000063[label "Code-Review"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050064 function = MaxWithBlock
65 defaultValue = 0
Patrick Williams54a7f3b2016-07-27 09:14:51 -050066 value = -2 This shall not be merged
67 value = -1 I would prefer this is not merged as is
Andrew Geissler53947e92019-03-26 14:54:29 +000068 value = 0 No score
Patrick Williams54a7f3b2016-07-27 09:14:51 -050069 value = +1 Looks good to me, but someone else must approve
70 value = +2 Looks good to me, approved
Gerrit Code Review9bfab602022-12-23 14:49:07 +000071 copyCondition = changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE OR is:MIN
Gerrit Initialization70539cd2016-05-23 20:35:03 +000072[label "Verified"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050073 function = MaxWithBlock
74 value = -1 Fails
Andrew Geissler53947e92019-03-26 14:54:29 +000075 value = 0 No score
Patrick Williams54a7f3b2016-07-27 09:14:51 -050076 value = +1 Verified
Patrick Williams54a7f3b2016-07-27 09:14:51 -050077 defaultValue = 0
Gerrit Code Review9bfab602022-12-23 14:49:07 +000078 copyCondition = changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE
Patrick Williams6647d082016-06-27 16:11:19 -050079[label "Ok-To-Test"]
80 function = NoOp
Andrew Geissler53947e92019-03-26 14:54:29 +000081 value = 0 No score
Patrick Williams6647d082016-06-27 16:11:19 -050082 value = +1 Ok to Test
Patrick Williams54a7f3b2016-07-27 09:14:51 -050083 defaultValue = 0
Gerrit Code Review9bfab602022-12-23 14:49:07 +000084 copyCondition = changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE
Gerrit Code Review029d4072018-04-19 21:33:46 +000085[access "refs/for/*"]
86 addPatchSet = group Registered Users
Gerrit Code Reviewe56eeae2020-12-28 18:54:35 +000087[capability]
88 administrateServer = group Administrators
89 createProject = group Administrators
Gerrit Code Review5db85942021-12-29 06:26:33 +000090 priority = batch group Service Users
91 streamEvents = group Service Users
Gerrit Code Reviewe56eeae2020-12-28 18:54:35 +000092 streamEvents = group github/openbmc/Everyone