| Benjamin Copeland | 4e09671 | 2020-08-11 16:09:55 +0100 | [diff] [blame] | 1 | --- |
| Benjamin Copeland | 5a08ae3 | 2020-08-28 13:47:42 +0100 | [diff] [blame] | 2 | - docker-amd64-bionic: |
| Benjamin Copeland | 4e09671 | 2020-08-11 16:09:55 +0100 | [diff] [blame] | 3 | docker_image_name: 'trustedfirmware/ci-amd64-ubuntu:bionic' |
| 4 | labels: 'docker-amd64-bionic' |
| 5 | launch_method: 'launch_ssh' |
| 6 | ssh: !include docker_ssh_buildslave.yml |
| Benjamin Copeland | bc11633 | 2021-04-30 11:51:28 +0100 | [diff] [blame^] | 7 | max_instances: '40' |
| Benjamin Copeland | 5a08ae3 | 2020-08-28 13:47:42 +0100 | [diff] [blame] | 8 | environment_variables: |
| 9 | - PATH : '/home/buildslave/tools/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |
| 10 | - PLANTUML_JAR_PATH : '/usr/share/plantuml/plantuml.jar' |
| 11 | |
| Riku Voipio | 93f4323 | 2020-11-04 09:46:46 +0200 | [diff] [blame] | 12 | - docker-amd64-tf-m-bionic: |
| 13 | docker_image_name: 'trustedfirmware/ci-amd64-tf-m-ubuntu:bionic' |
| 14 | labels: 'docker-amd64-tf-m-bionic' |
| 15 | launch_method: 'launch_ssh' |
| 16 | ssh: !include docker_ssh_buildslave.yml |
| Benjamin Copeland | bc11633 | 2021-04-30 11:51:28 +0100 | [diff] [blame^] | 17 | max_instances: '40' |
| Riku Voipio | 93f4323 | 2020-11-04 09:46:46 +0200 | [diff] [blame] | 18 | environment_variables: |
| 19 | - PATH : '/home/buildslave/tools/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |
| 20 | - PLANTUML_JAR_PATH : '/usr/share/plantuml/plantuml.jar' |
| 21 | |
| 22 | - docker-amd64-tf-a-bionic: |
| 23 | docker_image_name: 'trustedfirmware/ci-amd64-tf-a-ubuntu:bionic' |
| 24 | labels: 'docker-amd64-tf-a-bionic' |
| 25 | launch_method: 'launch_ssh' |
| 26 | ssh: !include docker_ssh_buildslave.yml |
| 27 | max_instances: '50' |
| 28 | |
| 29 | - docker-amd64-hafnium-bionic: |
| 30 | docker_image_name: 'trustedfirmware/ci-amd64-hafnium-ubuntu:bionic' |
| 31 | labels: 'docker-amd64-hafnium-bionic' |
| Benjamin Copeland | 5a08ae3 | 2020-08-28 13:47:42 +0100 | [diff] [blame] | 32 | launch_method: 'launch_ssh' |
| 33 | ssh: !include docker_ssh_buildslave.yml |
| Benjamin Copeland | 0bb4a2f | 2021-04-19 13:58:20 +0100 | [diff] [blame] | 34 | |
| 35 | - docker-amd64-alpine-10: |
| 36 | docker_image_name: 'trustedfirmware/ci-node-tf-a-alpine:alpine10' |
| 37 | labels: 'docker-amd64-node-alpine10' |
| 38 | launch_method: 'launch_ssh' |
| 39 | ssh: !include docker_ssh_buildslave.yml |