| [access] |
| inheritFrom = next/ci |
| [submit] |
| action = rebase if necessary |
| |
| [label "Code-Review"] |
| function = NoBlock |
| value = -1 I would prefer this is not merged as is |
| value = 0 No score |
| value = +1 Looks good to me |
| defaultValue = 0 |
| copyCondition = changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE |
| |
| [label "Verified"] |
| function = MaxWithBlock |
| value = -1 Fails |
| value = 0 No score |
| value = +1 Verified |
| defaultValue = 0 |
| copyCondition = changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE |
| |
| [label "Validation-Bot-Review"] |
| function = NoBlock |
| value = -1 I would prefer this is not merged as is |
| value = 0 No score |
| value = +1 Looks good to me |
| defaultValue = 0 |
| copyCondition = changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE |
| |
| # The Allow-CI label triggers the internal Arm CI on the patch. |
| # It sets the Verified score. |
| [label "Allow-CI"] |
| function = NoBlock |
| value = 0 No score |
| value = +1 Approved for automated testing, shallow tests |
| value = +2 Approved for automated testing, in-depth tests |
| defaultValue = 0 |
| copyCondition = changekind:NO_CHANGE |
| |
| [access "refs/heads/*"] |
| label-Validation-Bot-Review = -1..+1 group Registered Users |
| submit = group Registered Users |
| label-Code-Review = -1..+1 group Registered Users |
| label-Allow-CI = +0..+2 group trusted-firmware-a-ci-users |
| [project] |
| description = [Staging CI] Gerrit settings common to all projects under the TF-A namespace |