blob: 1077efefb530359aa58d7894dec8246234c295eb [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[capability]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050015 administrateServer = group Administrators
16 priority = batch group Non-Interactive Users
17 streamEvents = group Non-Interactive Users
18 streamEvents = group github/openbmc/Everyone
Andrew Geissler53947e92019-03-26 14:54:29 +000019 createProject = group Administrators
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000020[access "refs/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050021 read = group Administrators
22 read = group Anonymous Users
23 read = group Registered Users
Patrick Williams14280822017-06-30 22:04:52 +000024 abandon = group Administrators
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000025[access "refs/for/refs/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050026 push = group Registered Users
27 pushMerge = group Registered Users
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000028[access "refs/heads/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050029 create = group Administrators
30 create = group Project Owners
31 forgeAuthor = group Registered Users
32 forgeCommitter = group Administrators
33 forgeCommitter = group Project Owners
34 push = group Administrators
35 push = group Project Owners
36 label-Code-Review = -2..+2 group Administrators
37 label-Code-Review = -2..+2 group Project Owners
38 label-Code-Review = -1..+1 group Registered Users
39 submit = group Administrators
Brad Bishopb3899ce2018-04-05 17:36:36 +000040 submit = group Project Owners
Patrick Williams54a7f3b2016-07-27 09:14:51 -050041 editTopicName = +force group Administrators
42 editTopicName = +force group Project Owners
43 label-Verified = -1..+1 group Administrators
44 label-Verified = -1..+1 group Non-Interactive Users
45 label-Verified = -1..+1 group Project Owners
46 label-Ok-To-Test = +0..+1 group Administrators
47 label-Ok-To-Test = +0..+1 group Non-Interactive Users
48 label-Ok-To-Test = +0..+1 group Project Owners
Patrick Williams02a07972017-08-15 04:45:23 +000049 label-Ok-To-Test = +0..+1 group github/openbmc/ibm-development
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000050[access "refs/meta/config"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050051 read = group Administrators
52 read = group Project Owners
53 push = group Administrators
54 push = group Project Owners
55 label-Code-Review = -2..+2 group Administrators
56 label-Code-Review = -2..+2 group Project Owners
57 submit = group Administrators
58 submit = group Project Owners
Gerrit Code Review64e56b32018-04-19 21:33:46 +000059 create = group Administrators
60 create = group Project Owners
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000061[access "refs/tags/*"]
Patrick Williamsc6132b82016-08-23 20:56:14 +000062 push = +force group Administrators
63 push = +force group Project Owners
Gerrit Code Review029d4072018-04-19 21:33:46 +000064 createTag = +force group Administrators
65 createTag = +force group Project Owners
66 createSignedTag = group Administrators
67 createSignedTag = group Project Owners
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000068[label "Code-Review"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050069 function = MaxWithBlock
70 defaultValue = 0
71 copyMinScore = true
72 copyAllScoresOnTrivialRebase = true
Andrew Geisslera02a5a12018-05-30 10:27:08 -050073 copyAllScoresIfNoCodeChange = true
Patrick Williams54a7f3b2016-07-27 09:14:51 -050074 value = -2 This shall not be merged
75 value = -1 I would prefer this is not merged as is
Andrew Geissler53947e92019-03-26 14:54:29 +000076 value = 0 No score
Patrick Williams54a7f3b2016-07-27 09:14:51 -050077 value = +1 Looks good to me, but someone else must approve
78 value = +2 Looks good to me, approved
Gerrit Initialization70539cd2016-05-23 20:35:03 +000079[label "Verified"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050080 function = MaxWithBlock
81 value = -1 Fails
Andrew Geissler53947e92019-03-26 14:54:29 +000082 value = 0 No score
Patrick Williams54a7f3b2016-07-27 09:14:51 -050083 value = +1 Verified
84 copyAllScoresIfNoCodeChange = true
85 defaultValue = 0
Patrick Williams6647d082016-06-27 16:11:19 -050086[label "Ok-To-Test"]
87 function = NoOp
Andrew Geissler53947e92019-03-26 14:54:29 +000088 value = 0 No score
Patrick Williams6647d082016-06-27 16:11:19 -050089 value = +1 Ok to Test
Patrick Williams35681542016-07-27 09:22:32 -050090 copyAllScoresIfNoCodeChange = true
Patrick Williams54a7f3b2016-07-27 09:14:51 -050091 defaultValue = 0
Gerrit Code Review029d4072018-04-19 21:33:46 +000092[access "refs/for/*"]
93 addPatchSet = group Registered Users