Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 1 | [project] |
| 2 | description = Access inherited by all other projects. |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 3 | [receive] |
| 4 | requireContributorAgreement = false |
| 5 | requireSignedOffBy = false |
| 6 | requireChangeId = true |
Davide Pesavento | abfa540 | 2024-01-05 23:10:25 +0000 | [diff] [blame] | 7 | rejectImplicitMerges = true |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 8 | [submit] |
Alex Afanasyev | 215fb86 | 2013-08-15 13:10:37 -0700 | [diff] [blame] | 9 | mergeContent = false |
| 10 | action = fast forward only |
Davide Pesavento | c2556d0 | 2024-01-05 23:18:23 +0000 | [diff] [blame] | 11 | matchAuthorToCommitterDate = true |
| 12 | rejectEmptyCommit = true |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 13 | [access "refs/*"] |
| 14 | read = group Administrators |
| 15 | read = group Anonymous Users |
Gerrit Code Review | ad485d8 | 2021-02-24 12:54:59 -0800 | [diff] [blame] | 16 | read = group Service Users |
Gerrit Code Review | d8351a5 | 2020-06-02 10:40:26 -0700 | [diff] [blame] | 17 | revert = group Registered Users |
Davide Pesavento | 6452424 | 2024-01-08 20:04:52 -0500 | [diff] [blame^] | 18 | [access "refs/for/*"] |
| 19 | addPatchSet = group Registered Users |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 20 | [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 Pesavento | 8a70726 | 2023-12-23 04:41:31 +0000 | [diff] [blame] | 26 | forgeAuthor = group Administrators |
Davide Pesavento | e0ed62f | 2023-12-23 05:16:41 +0000 | [diff] [blame] | 27 | forgeAuthor = group Project Owners |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 28 | forgeCommitter = group Administrators |
| 29 | forgeCommitter = group Project Owners |
Alex Afanasyev | 7fa9a91 | 2013-07-29 16:50:57 -0700 | [diff] [blame] | 30 | push = +force group Administrators |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 31 | submit = group Administrators |
| 32 | submit = group Project Owners |
| 33 | editTopicName = +force group Administrators |
| 34 | editTopicName = +force group Project Owners |
Davide Pesavento | b520a7f | 2024-01-08 17:10:02 -0500 | [diff] [blame] | 35 | label-Code-Review = -2..+2 group Administrators |
| 36 | label-Code-Review = -2..+2 group Project Owners |
Davide Pesavento | 44876b6 | 2024-01-08 22:40:20 +0000 | [diff] [blame] | 37 | label-Code-Review = -2..+1 group Change Owner |
Davide Pesavento | b520a7f | 2024-01-08 17:10:02 -0500 | [diff] [blame] | 38 | label-Code-Review = -2..+1 group Service Users |
| 39 | label-Code-Review = -1..+1 group Registered Users |
Alex Afanasyev | 9a8884d | 2014-02-02 16:28:01 -0800 | [diff] [blame] | 40 | label-Verified = -1..+1 group Administrators |
| 41 | label-Verified = -1..+1 group Project Owners |
Davide Pesavento | 8a70726 | 2023-12-23 04:41:31 +0000 | [diff] [blame] | 42 | label-Verified = -1..+1 group Service Users |
Alexander Afanasyev | 7240bce | 2017-01-21 22:36:02 -0800 | [diff] [blame] | 43 | label-Code-Style = -1..+1 group Administrators |
Alexander Afanasyev | 7240bce | 2017-01-21 22:36:02 -0800 | [diff] [blame] | 44 | label-Code-Style = -1..+1 group Project Owners |
Davide Pesavento | 8a70726 | 2023-12-23 04:41:31 +0000 | [diff] [blame] | 45 | label-Code-Style = -1..+1 group Service Users |
Davide Pesavento | b520a7f | 2024-01-08 17:10:02 -0500 | [diff] [blame] | 46 | label-Verified-Integration = -1..+1 group Administrators |
| 47 | label-Verified-Integration = -1..+1 group Project Owners |
| 48 | label-Verified-Integration = -1..+1 group Service Users |
| 49 | [access "refs/tags/*"] |
| 50 | push = +force group Administrators |
| 51 | createTag = group Administrators |
| 52 | createTag = group Project Owners |
| 53 | createSignedTag = group Administrators |
| 54 | createSignedTag = group Project Owners |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 55 | [access "refs/meta/config"] |
| 56 | exclusiveGroupPermissions = read |
| 57 | read = group Administrators |
| 58 | read = group Project Owners |
| 59 | push = group Administrators |
| 60 | push = group Project Owners |
| 61 | label-Code-Review = -2..+2 group Administrators |
| 62 | label-Code-Review = -2..+2 group Project Owners |
| 63 | submit = group Administrators |
| 64 | submit = group Project Owners |
Gerrit Code Review | a5b21bc | 2017-07-07 01:42:16 +0000 | [diff] [blame] | 65 | create = group Administrators |
| 66 | create = group Project Owners |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 67 | [label "Code-Review"] |
| 68 | function = MaxWithBlock |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 69 | value = -2 Do not submit |
| 70 | value = -1 I would prefer that you didn't submit this |
Gerrit Code Review | d8351a5 | 2020-06-02 10:40:26 -0700 | [diff] [blame] | 71 | value = 0 No score |
Gerrit Code Review | 66af405 | 2013-07-12 14:17:35 -0700 | [diff] [blame] | 72 | value = +1 Looks good to me, but someone else must approve |
| 73 | value = +2 Looks good to me, approved |
Alex Afanasyev | 862f675 | 2015-07-08 18:06:42 -0700 | [diff] [blame] | 74 | defaultValue = 0 |
Gerrit Code Review | 231db91 | 2022-12-07 06:23:24 +0000 | [diff] [blame] | 75 | copyCondition = changekind:NO_CHANGE OR changekind:TRIVIAL_REBASE OR is:MIN |
Alexander Afanasyev | 060339b | 2014-02-01 15:33:54 -0800 | [diff] [blame] | 76 | [label "Verified"] |
Alex Afanasyev | 0a2e1fd | 2017-01-05 14:49:05 -0800 | [diff] [blame] | 77 | function = MaxWithBlock |
Alex Afanasyev | 0a2e1fd | 2017-01-05 14:49:05 -0800 | [diff] [blame] | 78 | value = -1 Fails |
Gerrit Code Review | d8351a5 | 2020-06-02 10:40:26 -0700 | [diff] [blame] | 79 | value = 0 No score |
Alex Afanasyev | 0a2e1fd | 2017-01-05 14:49:05 -0800 | [diff] [blame] | 80 | value = +1 Verified |
Alex Afanasyev | 862f675 | 2015-07-08 18:06:42 -0700 | [diff] [blame] | 81 | defaultValue = 0 |
Alexander Afanasyev | ce19ffa | 2022-12-16 13:10:28 -0800 | [diff] [blame] | 82 | copyCondition = changekind:NO_CODE_CHANGE |
Alexander Afanasyev | 7240bce | 2017-01-21 22:36:02 -0800 | [diff] [blame] | 83 | [label "Code-Style"] |
| 84 | function = NoBlock |
| 85 | value = -1 Possible code style issues |
Gerrit Code Review | d8351a5 | 2020-06-02 10:40:26 -0700 | [diff] [blame] | 86 | value = 0 No score |
Alexander Afanasyev | 7240bce | 2017-01-21 22:36:02 -0800 | [diff] [blame] | 87 | value = +1 No obvious code style issues |
| 88 | defaultValue = 0 |
Alexander Afanasyev | ce19ffa | 2022-12-16 13:10:28 -0800 | [diff] [blame] | 89 | copyCondition = changekind:NO_CODE_CHANGE |
Davide Pesavento | 6452424 | 2024-01-08 20:04:52 -0500 | [diff] [blame^] | 90 | [submit-requirement "Code-Style"] |
| 91 | description = Code is properly formatted |
| 92 | applicableIf = -branch:refs/meta/config |
| 93 | submittableIf = -label:Code-Style=MIN |
| 94 | canOverrideInChildProjects = true |
Davide Pesavento | b520a7f | 2024-01-08 17:10:02 -0500 | [diff] [blame] | 95 | [label "Verified-Integration"] |
| 96 | function = NoBlock |
| 97 | value = -1 Fails |
| 98 | value = 0 No score |
| 99 | value = +1 Verified |
| 100 | defaultValue = 0 |
| 101 | copyCondition = changekind:NO_CODE_CHANGE |
Davide Pesavento | 6452424 | 2024-01-08 20:04:52 -0500 | [diff] [blame^] | 102 | [submit-requirement "Verified-Integration"] |
| 103 | description = Integration tests are passing |
| 104 | applicableIf = -branch:refs/meta/config |
| 105 | submittableIf = -label:Verified-Integration=MIN |
| 106 | canOverrideInChildProjects = true |
Davide Pesavento | 191391c | 2024-01-05 23:19:40 +0000 | [diff] [blame] | 107 | [change] |
| 108 | privateByDefault = false |
| 109 | workInProgressByDefault = false |
Davide Pesavento | 5f50b21 | 2024-01-05 23:20:30 +0000 | [diff] [blame] | 110 | [reviewer] |
| 111 | enableByEmail = false |
Gerrit Code Review | d8351a5 | 2020-06-02 10:40:26 -0700 | [diff] [blame] | 112 | [capability] |
| 113 | accessDatabase = group Administrators |
| 114 | administrateServer = group Administrators |
| 115 | streamEvents = group Event Streaming Users |