Riku Voipio | 9e35a3a | 2021-10-13 15:45:17 +0300 | [diff] [blame] | 1 | - job: |
| 2 | name: mbedtls-amis |
| 3 | project-type: freestyle |
| 4 | defaults: global |
| 5 | properties: |
| 6 | - authorization: |
| 7 | anonymous: |
| 8 | - job-read |
| 9 | - job-extended-read |
| 10 | - build-discarder: |
| 11 | days-to-keep: 90 |
| 12 | num-to-keep: 200 |
| 13 | disabled: false |
| 14 | node: build-amd64-private |
| 15 | concurrent: false |
| 16 | display-name: 'build AMIs for mbedtls' |
Arthur She | 7995a46 | 2022-03-11 22:47:24 -0800 | [diff] [blame^] | 17 | triggers: |
| 18 | - gerrit: |
| 19 | server-name: 'review.trustedfirmware.org' |
| 20 | trigger-on: |
| 21 | - change-merged-event |
| 22 | projects: |
| 23 | - project-compare-type: 'PLAIN' |
| 24 | project-pattern: 'next/ci/mbedtls-amis' |
| 25 | branches: |
| 26 | - branch-compare-type: 'PLAIN' |
| 27 | branch-pattern: 'master' |
| 28 | silent-start: true |
Riku Voipio | 9e35a3a | 2021-10-13 15:45:17 +0300 | [diff] [blame] | 29 | builders: |
| 30 | - shell: |
| 31 | !include-raw: mbedtls-amis/builders.sh |
| 32 | publishers: |
| 33 | - email: |
| 34 | recipients: linaro-infrastructure-errors@lists.linaro.org |