blob: 023a2731ac268d6a09c0ff1d3a932600018225d3 [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
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000019[access "refs/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050020 read = group Administrators
21 read = group Anonymous Users
22 read = group Registered Users
Patrick Williams14280822017-06-30 22:04:52 +000023 abandon = group Administrators
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000024[access "refs/for/refs/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050025 push = group Registered Users
26 pushMerge = group Registered Users
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000027[access "refs/heads/*"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050028 create = group Administrators
29 create = group Project Owners
30 forgeAuthor = group Registered Users
31 forgeCommitter = group Administrators
32 forgeCommitter = group Project Owners
33 push = group Administrators
34 push = group Project Owners
35 label-Code-Review = -2..+2 group Administrators
36 label-Code-Review = -2..+2 group Project Owners
37 label-Code-Review = -1..+1 group Registered Users
38 submit = group Administrators
Brad Bishopb3899ce2018-04-05 17:36:36 +000039 submit = group Project Owners
Patrick Williams54a7f3b2016-07-27 09:14:51 -050040 editTopicName = +force group Administrators
41 editTopicName = +force group Project Owners
42 label-Verified = -1..+1 group Administrators
43 label-Verified = -1..+1 group Non-Interactive Users
44 label-Verified = -1..+1 group Project Owners
45 label-Ok-To-Test = +0..+1 group Administrators
46 label-Ok-To-Test = +0..+1 group Non-Interactive Users
47 label-Ok-To-Test = +0..+1 group Project Owners
Patrick Williams02a07972017-08-15 04:45:23 +000048 label-Ok-To-Test = +0..+1 group github/openbmc/ibm-development
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000049[access "refs/meta/config"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050050 read = group Administrators
51 read = group Project Owners
52 push = group Administrators
53 push = group Project Owners
54 label-Code-Review = -2..+2 group Administrators
55 label-Code-Review = -2..+2 group Project Owners
56 submit = group Administrators
57 submit = group Project Owners
Gerrit Code Review64e56b32018-04-19 21:33:46 +000058 create = group Administrators
59 create = group Project Owners
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000060[access "refs/tags/*"]
Patrick Williamsc6132b82016-08-23 20:56:14 +000061 push = +force group Administrators
62 push = +force group Project Owners
Gerrit Code Review029d4072018-04-19 21:33:46 +000063 createTag = +force group Administrators
64 createTag = +force group Project Owners
65 createSignedTag = group Administrators
66 createSignedTag = group Project Owners
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000067[label "Code-Review"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050068 function = MaxWithBlock
69 defaultValue = 0
70 copyMinScore = true
71 copyAllScoresOnTrivialRebase = true
72 value = -2 This shall not be merged
73 value = -1 I would prefer this is not merged as is
74 value = 0 No score
75 value = +1 Looks good to me, but someone else must approve
76 value = +2 Looks good to me, approved
Gerrit Initialization70539cd2016-05-23 20:35:03 +000077[label "Verified"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050078 function = MaxWithBlock
79 value = -1 Fails
80 value = 0 No score
81 value = +1 Verified
82 copyAllScoresIfNoCodeChange = true
83 defaultValue = 0
Patrick Williams6647d082016-06-27 16:11:19 -050084[label "Ok-To-Test"]
85 function = NoOp
Patrick Williams4e6d7f32016-06-27 21:14:40 +000086 value = 0 No score
Patrick Williams6647d082016-06-27 16:11:19 -050087 value = +1 Ok to Test
Patrick Williams35681542016-07-27 09:22:32 -050088 copyAllScoresIfNoCodeChange = true
Patrick Williams54a7f3b2016-07-27 09:14:51 -050089 defaultValue = 0
Gerrit Code Review029d4072018-04-19 21:33:46 +000090[access "refs/for/*"]
91 addPatchSet = group Registered Users