blob: f76659d8108dd8aa72b54702fda9488ea904c8dd [file] [log] [blame]
Gerrit Code Review9029bda2016-04-08 00:12:37 +00001[project]
2 description = Access inherited by all other projects.
3[receive]
Gerrit Code Review9029bda2016-04-08 00:12:37 +00004 requireSignedOffBy = false
5 requireChangeId = true
6 enableSignedPush = false
Ali Al-Shabibi6943d612016-06-16 09:13:00 -07007 createNewChangeForAllNotInTarget = false
Zack Williamsaccf5e52019-07-30 17:31:04 +00008 maxObjectSizeLimit = 2m
9 requireSignedPush = false
Zack Williams4b610a52019-10-09 17:30:40 +000010 rejectImplicitMerges = true
Gerrit Code Review9029bda2016-04-08 00:12:37 +000011[submit]
12 mergeContent = true
Zack Williams799b3da2022-02-23 14:47:22 +000013 action = fast forward only
Gerrit Code Review9029bda2016-04-08 00:12:37 +000014[access "refs/*"]
Linux Foundation Administrators620e0372018-04-16 15:38:20 +000015 read = deny group GitHub Replication - Open-Cloud
16 read = deny group GitHub Replication - OpenCord
Linux Foundation Administratorsa4b9b702018-08-10 19:07:59 +000017 read = deny group GitHub Replication - XOS-Project
Zack Williamsc2d77ab2022-07-13 20:12:13 +000018 read = deny group GitHub Replication - opennetworkingfoundation
Gerrit Code Review9029bda2016-04-08 00:12:37 +000019 read = group Administrators
20 read = group Anonymous Users
Ali "The Bomb" Al-Shabibi196ec292016-05-02 17:48:48 -070021 read = group Registered Users
Gerrit Code Review8f0f29b2022-02-02 23:45:47 +000022 read = group Service Users
Brian O'Connordc2e5072016-06-22 17:21:33 -070023 viewDrafts = group user/Cloud Lab (cloudlab)
Brian O'Connorf7e0c762016-06-22 17:19:40 -070024 deleteDrafts = block group Read-only Users
25 publishDrafts = block group Read-only Users
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000026 revert = group Registered Users
Gerrit Code Review9029bda2016-04-08 00:12:37 +000027[access "refs/heads/*"]
28 create = group Administrators
29 create = group Project Owners
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070030 forgeAuthor = group Administrators
31 forgeAuthor = group Project Owners
Gerrit Code Review9029bda2016-04-08 00:12:37 +000032 forgeCommitter = group Administrators
33 forgeCommitter = group Project Owners
Gerrit Code Review9029bda2016-04-08 00:12:37 +000034 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
Ali Al-Shabibi4b3d27b2017-01-03 17:49:42 -080038 submit = group Project Owners
Ali Al-Shabibib2011222016-06-21 05:25:41 -070039 label-Verified = -1..+1 group Administrators
Zack Williams08a959c2021-05-07 14:08:06 +000040 label-Verified = -1..+1 group OverrideVerify
Gerrit Code Review8f0f29b2022-02-02 23:45:47 +000041 label-Verified = -1..+1 group Service Users
Gerrit Code Review9029bda2016-04-08 00:12:37 +000042[access "refs/meta/config"]
43 exclusiveGroupPermissions = read
44 read = group Administrators
Brian O'Connorc9d6ef32018-04-14 00:25:02 +000045 read = group Anonymous Users
Brian O'Connorf58e29a2016-05-11 10:16:46 -070046 read = group Registered Users
Gerrit Code Review9029bda2016-04-08 00:12:37 +000047 push = group Administrators
Gerrit Code Review9029bda2016-04-08 00:12:37 +000048 label-Code-Review = -2..+2 group Administrators
49 label-Code-Review = -2..+2 group Project Owners
50 submit = group Administrators
51 submit = group Project Owners
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070052 pushMerge = group Administrators
Gerrit Code Review37547d32017-11-15 17:19:23 +000053 create = group Administrators
54 create = group Project Owners
Gerrit Code Review9029bda2016-04-08 00:12:37 +000055[access "refs/tags/*"]
Gerrit Code Review89002912017-11-15 17:19:23 +000056 createTag = group Administrators
Gerrit Code Review89002912017-11-15 17:19:23 +000057 createTag = group Project Owners
Gerrit Code Review8f0f29b2022-02-02 23:45:47 +000058 createTag = group Service Users
Gerrit Code Review89002912017-11-15 17:19:23 +000059 createSignedTag = group Administrators
Gerrit Code Review89002912017-11-15 17:19:23 +000060 createSignedTag = group Project Owners
Gerrit Code Review8f0f29b2022-02-02 23:45:47 +000061 createSignedTag = group Service Users
Gerrit Code Review226f35a2021-09-22 15:10:29 +000062 create = group Service Users
Gerrit Code Review9029bda2016-04-08 00:12:37 +000063[label "Code-Review"]
64 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
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000070 value = 0 No score
Gerrit Code Review9029bda2016-04-08 00:12:37 +000071 value = +1 Looks good to me, but someone else must approve
72 value = +2 Looks good to me, approved
alshabib3fa93c72016-06-21 14:22:48 +020073[label "Verified"]
74 function = MaxWithBlock
75 value = -1 Fails
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000076 value = 0 No score
alshabib3fa93c72016-06-21 14:22:48 +020077 value = +1 Verified
Ali Al-Shabibib2011222016-06-21 05:25:41 -070078 defaultValue = 0
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070079[access "refs/drafts/*"]
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070080 publishDrafts = group Registered Users
Brian O'Connor6fafab92017-08-10 18:01:08 -070081 viewDrafts = group Administrators
82 deleteDrafts = group Administrators
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070083[access "refs/for/refs/heads/*"]
84 forgeAuthor = group Project Owners
85 push = group Administrators
86 push = group Registered Users
Gerrit Code Review89002912017-11-15 17:19:23 +000087[access "refs/for/*"]
88 addPatchSet = group Registered Users
Brian O'Connorf386b8e2018-04-14 00:21:45 +000089[access "refs/for/refs/meta/config"]
90 push = group Administrators
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000091[capability]
Zack Williams51a70ea2020-12-02 00:18:34 +000092 accessDatabase = group Administrators
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000093 administrateServer = group Administrators
94 modifyAccount = group Administrators
Gerrit Code Review226f35a2021-09-22 15:10:29 +000095 priority = batch group Service Users
96 streamEvents = group Service Users
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000097 viewAllAccounts = group Administrators
Ali Al-Shabibif3aa4fc2016-08-11 19:18:01 -070098[plugin "reviewers-by-blame"]
Zack Williams9f4cae32019-10-31 14:00:42 +000099 ignoreDrafts = true
Ali Al-Shabibif3aa4fc2016-08-11 19:18:01 -0700100 maxReviewers = 3