Benjamin Copeland | 7dd119c | 2020-06-30 10:40:25 +0000 | [diff] [blame] | 1 | [access] |
Benjamin Copeland | 4c4f9c8 | 2020-08-25 14:34:44 +0000 | [diff] [blame] | 2 | inheritFrom = next/ci |
Benjamin Copeland | 7dd119c | 2020-06-30 10:40:25 +0000 | [diff] [blame] | 3 | [submit] |
| 4 | action = rebase if necessary |
Riku Voipio | a2aad07 | 2020-09-16 13:35:50 +0300 | [diff] [blame] | 5 | |
| 6 | [label "Code-Review"] |
| 7 | function = NoBlock |
| 8 | value = -1 I would prefer this is not merged as is |
| 9 | value = 0 No score |
| 10 | value = +1 Looks good to me |
| 11 | copyAllScoresIfNoCodeChange = true |
| 12 | copyAllScoresOnTrivialRebase = true |
| 13 | defaultValue = 0 |
| 14 | |
| 15 | [label "Verified"] |
| 16 | function = MaxWithBlock |
| 17 | value = -1 Fails |
| 18 | value = 0 No score |
| 19 | value = +1 Verified |
| 20 | copyAllScoresIfNoCodeChange = true |
| 21 | copyAllScoresOnTrivialRebase = true |
| 22 | defaultValue = 0 |
| 23 | |
| 24 | [label "Validation-Bot-Review"] |
| 25 | function = NoBlock |
| 26 | value = -1 I would prefer this is not merged as is |
| 27 | value = 0 No score |
| 28 | value = +1 Looks good to me |
| 29 | copyAllScoresIfNoCodeChange = true |
| 30 | copyAllScoresOnTrivialRebase = true |
| 31 | defaultValue = 0 |
| 32 | |
Fathi Boudra | ce0253f | 2020-11-24 17:54:33 +0100 | [diff] [blame^] | 33 | # The Allow-CI label triggers the internal Arm CI on the patch. |
| 34 | # It sets the Verified score. |
| 35 | [label "Allow-CI"] |
| 36 | function = NoBlock |
| 37 | value = 0 No score |
| 38 | value = +1 Approved for automated testing, shallow tests |
| 39 | value = +2 Approved for automated testing, in-depth tests |
| 40 | defaultValue = 0 |
Riku Voipio | a2aad07 | 2020-09-16 13:35:50 +0300 | [diff] [blame] | 41 | |
Riku Voipio | d7a957b | 2020-09-16 12:18:27 +0000 | [diff] [blame] | 42 | [access "refs/heads/*"] |
Riku Voipio | 560b03a | 2020-09-16 10:38:36 +0000 | [diff] [blame] | 43 | label-Validation-Bot-Review = -1..+1 group Registered Users |
Riku Voipio | d7a957b | 2020-09-16 12:18:27 +0000 | [diff] [blame] | 44 | submit = group Registered Users |
Riku Voipio | 172d6ab | 2020-09-16 12:18:54 +0000 | [diff] [blame] | 45 | label-Code-Review = -1..+1 group Registered Users |