blob: bb1cd743aa9f6591357c50d3aea0f087d809d293 [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
Gerrit Code Review9029bda2016-04-08 00:12:37 +000013[access "refs/*"]
Linux Foundation Administrators620e0372018-04-16 15:38:20 +000014 read = deny group GitHub Replication - Open-Cloud
15 read = deny group GitHub Replication - OpenCord
Linux Foundation Administratorsa4b9b702018-08-10 19:07:59 +000016 read = deny group GitHub Replication - XOS-Project
Gerrit Code Review9029bda2016-04-08 00:12:37 +000017 read = group Administrators
18 read = group Anonymous Users
Ali Al-Shabibif9fd57b2016-06-21 05:20:13 -070019 read = group Non-Interactive Users
Ali "The Bomb" Al-Shabibi196ec292016-05-02 17:48:48 -070020 read = group Registered Users
Brian O'Connordc2e5072016-06-22 17:21:33 -070021 viewDrafts = group user/Cloud Lab (cloudlab)
Brian O'Connorf7e0c762016-06-22 17:19:40 -070022 deleteDrafts = block group Read-only Users
23 publishDrafts = block group Read-only Users
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000024 revert = group Registered Users
Gerrit Code Review9029bda2016-04-08 00:12:37 +000025[access "refs/heads/*"]
26 create = group Administrators
27 create = group Project Owners
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070028 forgeAuthor = group Administrators
29 forgeAuthor = group Project Owners
Gerrit Code Review9029bda2016-04-08 00:12:37 +000030 forgeCommitter = group Administrators
31 forgeCommitter = group Project Owners
Gerrit Code Review9029bda2016-04-08 00:12:37 +000032 label-Code-Review = -2..+2 group Administrators
33 label-Code-Review = -2..+2 group Project Owners
34 label-Code-Review = -1..+1 group Registered Users
35 submit = group Administrators
Ali Al-Shabibi4b3d27b2017-01-03 17:49:42 -080036 submit = group Project Owners
Ali Al-Shabibib2011222016-06-21 05:25:41 -070037 label-Verified = -1..+1 group Administrators
38 label-Verified = -1..+1 group Non-Interactive Users
HungWei Chiu50940252020-01-03 06:36:03 +000039 abandon = group CORD Committers
Gerrit Code Review9029bda2016-04-08 00:12:37 +000040[access "refs/meta/config"]
41 exclusiveGroupPermissions = read
42 read = group Administrators
Brian O'Connorc9d6ef32018-04-14 00:25:02 +000043 read = group Anonymous Users
Brian O'Connorf58e29a2016-05-11 10:16:46 -070044 read = group Registered Users
Gerrit Code Review9029bda2016-04-08 00:12:37 +000045 push = group Administrators
Gerrit Code Review9029bda2016-04-08 00:12:37 +000046 label-Code-Review = -2..+2 group Administrators
47 label-Code-Review = -2..+2 group Project Owners
48 submit = group Administrators
49 submit = group Project Owners
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070050 pushMerge = group Administrators
Gerrit Code Review37547d32017-11-15 17:19:23 +000051 create = group Administrators
52 create = group Project Owners
Gerrit Code Review9029bda2016-04-08 00:12:37 +000053[access "refs/tags/*"]
Gerrit Code Review89002912017-11-15 17:19:23 +000054 createTag = group Administrators
55 createTag = group Non-Interactive Users
56 createTag = group Project Owners
57 createSignedTag = group Administrators
58 createSignedTag = group Non-Interactive Users
59 createSignedTag = group Project Owners
Gerrit Code Review9029bda2016-04-08 00:12:37 +000060[label "Code-Review"]
61 function = MaxWithBlock
62 defaultValue = 0
63 copyMinScore = true
64 copyAllScoresOnTrivialRebase = true
65 value = -2 This shall not be merged
66 value = -1 I would prefer this is not merged as is
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000067 value = 0 No score
Gerrit Code Review9029bda2016-04-08 00:12:37 +000068 value = +1 Looks good to me, but someone else must approve
69 value = +2 Looks good to me, approved
alshabib3fa93c72016-06-21 14:22:48 +020070[label "Verified"]
71 function = MaxWithBlock
72 value = -1 Fails
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000073 value = 0 No score
alshabib3fa93c72016-06-21 14:22:48 +020074 value = +1 Verified
Ali Al-Shabibib2011222016-06-21 05:25:41 -070075 defaultValue = 0
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070076[access "refs/drafts/*"]
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070077 publishDrafts = group Registered Users
Brian O'Connor6fafab92017-08-10 18:01:08 -070078 viewDrafts = group Administrators
79 deleteDrafts = group Administrators
Ali Al-Shabibi309d3642016-06-21 04:12:12 -070080[access "refs/for/refs/heads/*"]
81 forgeAuthor = group Project Owners
82 push = group Administrators
83 push = group Registered Users
Gerrit Code Review89002912017-11-15 17:19:23 +000084[access "refs/for/*"]
85 addPatchSet = group Registered Users
Brian O'Connorf386b8e2018-04-14 00:21:45 +000086[access "refs/for/refs/meta/config"]
87 push = group Administrators
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000088[capability]
Zack Williams51a70ea2020-12-02 00:18:34 +000089 accessDatabase = group Administrators
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000090 accessDatabase = group user/Brian O'Connor (bocon)
Gerrit Code Review7537a962020-08-13 21:11:06 +000091 accessDatabase = group user/Hung-Wei Chiu (hwchiu)
Gerrit Code Reviewae4574e2020-06-19 02:22:59 +000092 administrateServer = group Administrators
93 modifyAccount = group Administrators
94 priority = batch group Non-Interactive Users
95 streamEvents = group Non-Interactive Users
96 viewAllAccounts = group Administrators
Ali Al-Shabibif3aa4fc2016-08-11 19:18:01 -070097[plugin "reviewers-by-blame"]
Zack Williams9f4cae32019-10-31 14:00:42 +000098 ignoreDrafts = true
Ali Al-Shabibif3aa4fc2016-08-11 19:18:01 -070099 maxReviewers = 3