blob: d3c1473dad576227f42d57367f0dfa25680cbe41 [file] [log] [blame]
Gerrit Code Reviewcf689772016-05-23 20:35:02 +00001[project]
2 description = Access inherited by all other projects.
3[receive]
4 requireContributorAgreement = false
Patrick Williams193a9ca2016-05-24 22:15:11 +00005 requireSignedOffBy = true
Gerrit Code Reviewcf689772016-05-23 20:35:02 +00006 requireChangeId = true
7 enableSignedPush = false
Patrick Williams193a9ca2016-05-24 22:15:11 +00008 createNewChangeForAllNotInTarget = false
9 requireSignedPush = false
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000010[submit]
11 mergeContent = true
Patrick Williams193a9ca2016-05-24 22:15:11 +000012 action = rebase if necessary
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000013[capability]
14 administrateServer = group Administrators
15 priority = batch group Non-Interactive Users
16 streamEvents = group Non-Interactive Users
Patrick Williamsa3692eb2016-07-12 18:38:38 +000017 streamEvents = group github/openbmc/Everyone
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000018[access "refs/*"]
19 read = group Administrators
20 read = group Anonymous Users
Patrick Williams02866362016-07-26 20:54:38 +000021 read = group Registered Users
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000022[access "refs/for/refs/*"]
23 push = group Registered Users
24 pushMerge = group Registered Users
25[access "refs/heads/*"]
26 create = group Administrators
27 create = group Project Owners
28 forgeAuthor = group Registered Users
29 forgeCommitter = group Administrators
30 forgeCommitter = group Project Owners
31 push = group Administrators
32 push = group Project Owners
33 label-Code-Review = -2..+2 group Administrators
34 label-Code-Review = -2..+2 group Project Owners
35 label-Code-Review = -1..+1 group Registered Users
36 submit = group Administrators
37 submit = group Project Owners
38 editTopicName = +force group Administrators
39 editTopicName = +force group Project Owners
Patrick Williams69204062016-06-27 21:03:40 +000040 label-Verified = -1..+1 group Administrators
Patrick Williams0087a022016-07-14 02:44:52 +000041 label-Verified = -1..+1 group Non-Interactive Users
Patrick Williams69204062016-06-27 21:03:40 +000042 label-Verified = -1..+1 group Project Owners
Patrick Williams4e6d7f32016-06-27 21:14:40 +000043 label-Ok-To-Test = +0..+1 group Administrators
Patrick Williams0087a022016-07-14 02:44:52 +000044 label-Ok-To-Test = +0..+1 group Non-Interactive Users
Patrick Williams4e6d7f32016-06-27 21:14:40 +000045 label-Ok-To-Test = +0..+1 group Project Owners
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000046[access "refs/meta/config"]
47 exclusiveGroupPermissions = read
48 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
56[access "refs/tags/*"]
57 pushTag = group Administrators
58 pushTag = group Project Owners
59 pushSignedTag = group Administrators
60 pushSignedTag = group Project Owners
61[label "Code-Review"]
62 function = MaxWithBlock
63 defaultValue = 0
64 copyMinScore = true
65 copyAllScoresOnTrivialRebase = true
66 value = -2 This shall not be merged
67 value = -1 I would prefer this is not merged as is
Patrick Williams193a9ca2016-05-24 22:15:11 +000068 value = 0 No score
Gerrit Code Reviewcf689772016-05-23 20:35:02 +000069 value = +1 Looks good to me, but someone else must approve
70 value = +2 Looks good to me, approved
Gerrit Initialization70539cd2016-05-23 20:35:03 +000071[label "Verified"]
72 function = MaxWithBlock
73 value = -1 Fails
74 value = 0 No score
75 value = +1 Verified
76 copyAllScoresIfNoCodeChange = true
Patrick Williams193a9ca2016-05-24 22:15:11 +000077 defaultValue = 0
Patrick Williams6647d082016-06-27 16:11:19 -050078[label "Ok-To-Test"]
79 function = NoOp
Patrick Williams4e6d7f32016-06-27 21:14:40 +000080 value = 0 No score
Patrick Williams6647d082016-06-27 16:11:19 -050081 value = +1 Ok to Test
82 copyMaxScore = true
Patrick Williams4e6d7f32016-06-27 21:14:40 +000083 defaultValue = 0