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 | 6ffdd6c | 2022-04-08 11:22:39 -0700 | [diff] [blame^] | 17 | parameters: |
| 18 | - bool: |
| 19 | name: BUILD_UBUNTU_AMI |
| 20 | default: true |
| 21 | description: Build Ubuntu AMI |
| 22 | - bool: |
| 23 | name: BUILD_FREEBSD_AMI |
| 24 | default: false |
| 25 | description: Build FreeBSD AMI |
Riku Voipio | 9e35a3a | 2021-10-13 15:45:17 +0300 | [diff] [blame] | 26 | builders: |
| 27 | - shell: |
| 28 | !include-raw: mbedtls-amis/builders.sh |
| 29 | publishers: |
| 30 | - email: |
Arthur She | 6ffdd6c | 2022-04-08 11:22:39 -0700 | [diff] [blame^] | 31 | recipients: linaro-infrastructure-errors@lists.linaro.org,arthur.she@linaro.org |