blob: a83cc4d3c2d9d20cf224212235cec39ae17c3425 [file] [log] [blame]
Riku Voipio9e35a3a2021-10-13 15:45:17 +03001- 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 She6ffdd6c2022-04-08 11:22:39 -070017 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 Voipio9e35a3a2021-10-13 15:45:17 +030026 builders:
27 - shell:
28 !include-raw: mbedtls-amis/builders.sh
29 publishers:
30 - email:
Arthur She6ffdd6c2022-04-08 11:22:39 -070031 recipients: linaro-infrastructure-errors@lists.linaro.org,arthur.she@linaro.org