blob: 2fb1fdb06732952ed916f9cb0bc2e7005f3f5a9b [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
38 submit = group Project Owners
39 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
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000047[access "refs/meta/config"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050048 read = group Administrators
49 read = group Project Owners
50 push = group Administrators
51 push = group Project Owners
52 label-Code-Review = -2..+2 group Administrators
53 label-Code-Review = -2..+2 group Project Owners
54 submit = group Administrators
55 submit = group Project Owners
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000056[access "refs/tags/*"]
Patrick Williams587a4642016-08-23 20:53:37 +000057 pushTag = +force group Administrators
58 pushTag = +force group Project Owners
Patrick Williams54a7f3b2016-07-27 09:14:51 -050059 pushSignedTag = group Administrators
60 pushSignedTag = group Project Owners
Patrick Williamsc6132b82016-08-23 20:56:14 +000061 push = +force group Administrators
62 push = +force 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
66 copyMinScore = true
67 copyAllScoresOnTrivialRebase = true
68 value = -2 This shall not be merged
69 value = -1 I would prefer this is not merged as is
70 value = 0 No score
71 value = +1 Looks good to me, but someone else must approve
72 value = +2 Looks good to me, approved
Gerrit Initialization70539cd2016-05-23 20:35:03 +000073[label "Verified"]
Patrick Williams54a7f3b2016-07-27 09:14:51 -050074 function = MaxWithBlock
75 value = -1 Fails
76 value = 0 No score
77 value = +1 Verified
78 copyAllScoresIfNoCodeChange = true
79 defaultValue = 0
Patrick Williams6647d082016-06-27 16:11:19 -050080[label "Ok-To-Test"]
81 function = NoOp
Patrick Williams4e6d7f32016-06-27 21:14:40 +000082 value = 0 No score
Patrick Williams6647d082016-06-27 16:11:19 -050083 value = +1 Ok to Test
Patrick Williams35681542016-07-27 09:22:32 -050084 copyAllScoresIfNoCodeChange = true
Patrick Williams54a7f3b2016-07-27 09:14:51 -050085 defaultValue = 0