blob: 0f9a660a9f8ac108c521fbf15ebef89dfd3ba3a0 [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 She944c2b92022-04-12 12:46:52 -070017 wrappers:
18 - timestamps
Arthur She6ffdd6c2022-04-08 11:22:39 -070019 parameters:
20 - bool:
21 name: BUILD_UBUNTU_AMI
22 default: true
23 description: Build Ubuntu AMI
24 - bool:
25 name: BUILD_FREEBSD_AMI
26 default: false
27 description: Build FreeBSD AMI
Riku Voipio9e35a3a2021-10-13 15:45:17 +030028 builders:
29 - shell:
30 !include-raw: mbedtls-amis/builders.sh
31 publishers:
32 - email:
Arthur She6ffdd6c2022-04-08 11:22:39 -070033 recipients: linaro-infrastructure-errors@lists.linaro.org,arthur.she@linaro.org