blob: 31c2f5e83a53deffbb97024f82500829efb0cabb [file] [log] [blame]
Gerrit Code Review9029bda2016-04-08 00:12:37 +00001[project]
2 description = Access inherited by all other projects.
3[receive]
Joey Armstrongfef42cb2024-06-17 20:32:54 +00004 requireSignedOffBy = true
Gerrit Code Review9029bda2016-04-08 00:12:37 +00005 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
Eric Ballfff22452025-08-20 20:44:06 +000020 read = group Anonymous Users
David Fergusone188b742024-01-11 22:52:14 +000021 read = group LF-Devs
Ali "The Bomb" Al-Shabibi196ec292016-05-02 17:48:48 -070022 read = group Registered Users
Gerrit Code Review8f0f29b2022-02-02 23:45:47 +000023 read = group Service Users
Brian O'Connordc2e5072016-06-22 17:21:33 -070024 viewDrafts = group user/Cloud Lab (cloudlab)
Brian O'Connorf7e0c762016-06-22 17:19:40 -070025 deleteDrafts = block group Read-only Users
26 publishDrafts = block group Read-only Users
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000027 revert = group Registered Users
Eric Ballb27107e2024-09-12 20:24:49 +000028 viewPrivateChanges = group Service Users
Eric Ball0e713e52026-02-18 03:23:25 +000029 owner = group saml/lf-releng
Gerrit Code Review9029bda2016-04-08 00:12:37 +000030[access "refs/heads/*"]
31 create = group Administrators
32 create = group Project Owners
Gerrit Code Review9029bda2016-04-08 00:12:37 +000033 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
Ali Al-Shabibi4b3d27b2017-01-03 17:49:42 -080037 submit = group Project Owners
Ali Al-Shabibib2011222016-06-21 05:25:41 -070038 label-Verified = -1..+1 group Administrators
Zack Williams08a959c2021-05-07 14:08:06 +000039 label-Verified = -1..+1 group OverrideVerify
Gerrit Code Review8f0f29b2022-02-02 23:45:47 +000040 label-Verified = -1..+1 group Service Users
Eric Ballc184f562025-11-04 22:12:38 +000041 forgeAuthor = group user/LFBB Github2Gerrit (github2gerrit)
42 forgeCommitter = group user/LFBB Github2Gerrit (github2gerrit)
Gerrit Code Review9029bda2016-04-08 00:12:37 +000043[access "refs/meta/config"]
44 exclusiveGroupPermissions = read
45 read = group Administrators
Eric Ballfff22452025-08-20 20:44:06 +000046 read = group Anonymous Users
Brian O'Connorf58e29a2016-05-11 10:16:46 -070047 read = group Registered Users
Gerrit Code Review9029bda2016-04-08 00:12:37 +000048 push = group Administrators
Gerrit Code Review9029bda2016-04-08 00:12:37 +000049 label-Code-Review = -2..+2 group Administrators
50 label-Code-Review = -2..+2 group Project Owners
51 submit = group Administrators
52 submit = group Project Owners
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070053 pushMerge = group Administrators
Gerrit Code Review37547d32017-11-15 17:19:23 +000054 create = group Administrators
55 create = group Project Owners
Gerrit Code Review9029bda2016-04-08 00:12:37 +000056[access "refs/tags/*"]
Gerrit Code Review89002912017-11-15 17:19:23 +000057 createTag = group Administrators
Gerrit Code Review89002912017-11-15 17:19:23 +000058 createTag = group Project Owners
Gerrit Code Review8f0f29b2022-02-02 23:45:47 +000059 createTag = group Service Users
Gerrit Code Review89002912017-11-15 17:19:23 +000060 createSignedTag = group Administrators
Gerrit Code Review89002912017-11-15 17:19:23 +000061 createSignedTag = group Project Owners
Gerrit Code Review8f0f29b2022-02-02 23:45:47 +000062 createSignedTag = group Service Users
Gerrit Code Review226f35a2021-09-22 15:10:29 +000063 create = group Service Users
Eric Ballc184f562025-11-04 22:12:38 +000064 forgeCommitter = group user/LFBB Github2Gerrit (github2gerrit)
Gerrit Code Review9029bda2016-04-08 00:12:37 +000065[label "Code-Review"]
66 function = MaxWithBlock
67 defaultValue = 0
68 copyMinScore = true
69 copyAllScoresOnTrivialRebase = true
70 value = -2 This shall not be merged
71 value = -1 I would prefer this is not merged as is
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000072 value = 0 No score
Gerrit Code Review9029bda2016-04-08 00:12:37 +000073 value = +1 Looks good to me, but someone else must approve
74 value = +2 Looks good to me, approved
alshabib3fa93c72016-06-21 14:22:48 +020075[label "Verified"]
76 function = MaxWithBlock
77 value = -1 Fails
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000078 value = 0 No score
alshabib3fa93c72016-06-21 14:22:48 +020079 value = +1 Verified
Ali Al-Shabibib2011222016-06-21 05:25:41 -070080 defaultValue = 0
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070081[access "refs/drafts/*"]
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070082 publishDrafts = group Registered Users
Brian O'Connor6fafab92017-08-10 18:01:08 -070083 viewDrafts = group Administrators
84 deleteDrafts = group Administrators
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070085[access "refs/for/refs/heads/*"]
86 forgeAuthor = group Project Owners
87 push = group Administrators
88 push = group Registered Users
Gerrit Code Review89002912017-11-15 17:19:23 +000089[access "refs/for/*"]
90 addPatchSet = group Registered Users
Brian O'Connorf386b8e2018-04-14 00:21:45 +000091[access "refs/for/refs/meta/config"]
92 push = group Administrators
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000093[capability]
Zack Williams51a70ea2020-12-02 00:18:34 +000094 accessDatabase = group Administrators
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000095 administrateServer = group Administrators
96 modifyAccount = group Administrators
Gerrit Code Review226f35a2021-09-22 15:10:29 +000097 priority = batch group Service Users
98 streamEvents = group Service Users
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000099 viewAllAccounts = group Administrators
Ali Al-Shabibif3aa4fc2016-08-11 19:18:01 -0700100[plugin "reviewers-by-blame"]
Zack Williams9f4cae32019-10-31 14:00:42 +0000101 ignoreDrafts = true
Ali Al-Shabibif3aa4fc2016-08-11 19:18:01 -0700102 maxReviewers = 3