blob: 0b9e901b1393556326d84ad9da6063f0dbe4396d [file] [log] [blame]
Gerrit Code Review66af4052013-07-12 14:17:35 -07001[project]
2 description = Access inherited by all other projects.
Gerrit Code Review66af4052013-07-12 14:17:35 -07003[receive]
4 requireContributorAgreement = false
5 requireSignedOffBy = false
6 requireChangeId = true
Davide Pesaventoabfa5402024-01-05 23:10:25 +00007 rejectImplicitMerges = true
Gerrit Code Review66af4052013-07-12 14:17:35 -07008[submit]
Alex Afanasyev215fb862013-08-15 13:10:37 -07009 mergeContent = false
10 action = fast forward only
Davide Pesaventoc2556d02024-01-05 23:18:23 +000011 matchAuthorToCommitterDate = true
12 rejectEmptyCommit = true
Gerrit Code Review66af4052013-07-12 14:17:35 -070013[access "refs/*"]
14 read = group Administrators
15 read = group Anonymous Users
Gerrit Code Reviewad485d82021-02-24 12:54:59 -080016 read = group Service Users
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070017 revert = group Registered Users
Davide Pesavento64524242024-01-08 20:04:52 -050018[access "refs/for/*"]
19 addPatchSet = group Registered Users
Gerrit Code Review66af4052013-07-12 14:17:35 -070020[access "refs/for/refs/*"]
21 push = group Registered Users
22 pushMerge = group Registered Users
23[access "refs/heads/*"]
24 create = group Administrators
25 create = group Project Owners
Davide Pesavento8a707262023-12-23 04:41:31 +000026 forgeAuthor = group Administrators
Davide Pesaventoe0ed62f2023-12-23 05:16:41 +000027 forgeAuthor = group Project Owners
Gerrit Code Review66af4052013-07-12 14:17:35 -070028 forgeCommitter = group Administrators
29 forgeCommitter = group Project Owners
Alex Afanasyev7fa9a912013-07-29 16:50:57 -070030 push = +force group Administrators
Gerrit Code Review66af4052013-07-12 14:17:35 -070031 submit = group Administrators
32 submit = group Project Owners
33 editTopicName = +force group Administrators
34 editTopicName = +force group Project Owners
Davide Pesaventob520a7f2024-01-08 17:10:02 -050035 label-Code-Review = -2..+2 group Administrators
36 label-Code-Review = -2..+2 group Project Owners
Davide Pesavento44876b62024-01-08 22:40:20 +000037 label-Code-Review = -2..+1 group Change Owner
Davide Pesaventob520a7f2024-01-08 17:10:02 -050038 label-Code-Review = -1..+1 group Registered Users
Alex Afanasyev9a8884d2014-02-02 16:28:01 -080039 label-Verified = -1..+1 group Administrators
40 label-Verified = -1..+1 group Project Owners
Davide Pesavento8a707262023-12-23 04:41:31 +000041 label-Verified = -1..+1 group Service Users
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080042 label-Code-Style = -1..+1 group Administrators
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080043 label-Code-Style = -1..+1 group Project Owners
Davide Pesavento8a707262023-12-23 04:41:31 +000044 label-Code-Style = -1..+1 group Service Users
Davide Pesaventob520a7f2024-01-08 17:10:02 -050045 label-Verified-Integration = -1..+1 group Administrators
46 label-Verified-Integration = -1..+1 group Project Owners
47 label-Verified-Integration = -1..+1 group Service Users
48[access "refs/tags/*"]
49 push = +force group Administrators
50 createTag = group Administrators
51 createTag = group Project Owners
52 createSignedTag = group Administrators
53 createSignedTag = group Project Owners
Gerrit Code Review66af4052013-07-12 14:17:35 -070054[access "refs/meta/config"]
55 exclusiveGroupPermissions = read
56 read = group Administrators
57 read = group Project Owners
58 push = group Administrators
59 push = group Project Owners
60 label-Code-Review = -2..+2 group Administrators
61 label-Code-Review = -2..+2 group Project Owners
62 submit = group Administrators
63 submit = group Project Owners
Gerrit Code Reviewa5b21bc2017-07-07 01:42:16 +000064 create = group Administrators
65 create = group Project Owners
Gerrit Code Review66af4052013-07-12 14:17:35 -070066[label "Code-Review"]
Davide Pesaventoa9c60d62024-01-08 20:16:44 -050067 function = NoBlock
Gerrit Code Review66af4052013-07-12 14:17:35 -070068 value = -2 Do not submit
69 value = -1 I would prefer that you didn't submit this
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070070 value = 0 No score
Gerrit Code Review66af4052013-07-12 14:17:35 -070071 value = +1 Looks good to me, but someone else must approve
72 value = +2 Looks good to me, approved
Alex Afanasyev862f6752015-07-08 18:06:42 -070073 defaultValue = 0
Gerrit Code Review231db912022-12-07 06:23:24 +000074 copyCondition = changekind:NO_CHANGE OR changekind:TRIVIAL_REBASE OR is:MIN
Alexander Afanasyev060339b2014-02-01 15:33:54 -080075[label "Verified"]
Davide Pesaventoa9c60d62024-01-08 20:16:44 -050076 function = NoBlock
Alex Afanasyev0a2e1fd2017-01-05 14:49:05 -080077 value = -1 Fails
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070078 value = 0 No score
Alex Afanasyev0a2e1fd2017-01-05 14:49:05 -080079 value = +1 Verified
Alex Afanasyev862f6752015-07-08 18:06:42 -070080 defaultValue = 0
Alexander Afanasyevce19ffa2022-12-16 13:10:28 -080081 copyCondition = changekind:NO_CODE_CHANGE
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080082[label "Code-Style"]
83 function = NoBlock
84 value = -1 Possible code style issues
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -070085 value = 0 No score
Alexander Afanasyev7240bce2017-01-21 22:36:02 -080086 value = +1 No obvious code style issues
87 defaultValue = 0
Alexander Afanasyevce19ffa2022-12-16 13:10:28 -080088 copyCondition = changekind:NO_CODE_CHANGE
Davide Pesaventob520a7f2024-01-08 17:10:02 -050089[label "Verified-Integration"]
90 function = NoBlock
91 value = -1 Fails
92 value = 0 No score
93 value = +1 Verified
94 defaultValue = 0
95 copyCondition = changekind:NO_CODE_CHANGE
Davide Pesavento191391c2024-01-05 23:19:40 +000096[change]
97 privateByDefault = false
98 workInProgressByDefault = false
Davide Pesavento5f50b212024-01-05 23:20:30 +000099[reviewer]
100 enableByEmail = false
Gerrit Code Reviewd8351a52020-06-02 10:40:26 -0700101[capability]
102 accessDatabase = group Administrators
103 administrateServer = group Administrators
104 streamEvents = group Event Streaming Users
Davide Pesavento4e80f262024-01-09 01:34:03 +0000105[submit-requirement "Code-Review"]
106 submittableIf = label:Code-Review=MAX AND -label:Code-Review=MIN
107 canOverrideInChildProjects = true
108[submit-requirement "Verified"]
109 description = CI result status for build and tests is passing
110 applicableIf = -branch:refs/meta/config
111 submittableIf = label:Verified=MAX AND -label:Verified=MIN
112 canOverrideInChildProjects = true
113[submit-requirement "Code-Style"]
114 description = Code is properly formatted
115 applicableIf = -branch:refs/meta/config
116 submittableIf = -label:Code-Style=MIN
117 canOverrideInChildProjects = true
118[submit-requirement "Verified-Integration"]
119 description = Integration tests are passing
120 applicableIf = -branch:refs/meta/config
121 submittableIf = -label:Verified-Integration=MIN
122 canOverrideInChildProjects = true