| 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 |
| Riku Voipio | 2f5a158 | 2021-09-02 14:36:54 +0300 | [diff] [blame] | 7 | volumes: '/data/shared:/srv/shared:rw' |
| Riku Voipio | d6adf10 | 2021-09-02 13:11:08 +0300 | [diff] [blame] | 8 | max_instances: '20' |
| Benjamin Copeland | 5a08ae3 | 2020-08-28 13:47:42 +0100 | [diff] [blame] | 9 | environment_variables: |
| 10 | - PATH : '/home/buildslave/tools/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |
| 11 | - PLANTUML_JAR_PATH : '/usr/share/plantuml/plantuml.jar' |
| 12 | |
| Riku Voipio | 93f4323 | 2020-11-04 09:46:46 +0200 | [diff] [blame] | 13 | - docker-amd64-tf-m-bionic: |
| 14 | docker_image_name: 'trustedfirmware/ci-amd64-tf-m-ubuntu:bionic' |
| 15 | labels: 'docker-amd64-tf-m-bionic' |
| 16 | launch_method: 'launch_ssh' |
| 17 | ssh: !include docker_ssh_buildslave.yml |
| Riku Voipio | 2f5a158 | 2021-09-02 14:36:54 +0300 | [diff] [blame] | 18 | volumes: '/data/shared:/srv/shared:rw' |
| Riku Voipio | d6adf10 | 2021-09-02 13:11:08 +0300 | [diff] [blame] | 19 | max_instances: '20' |
| Riku Voipio | 93f4323 | 2020-11-04 09:46:46 +0200 | [diff] [blame] | 20 | environment_variables: |
| 21 | - PATH : '/home/buildslave/tools/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |
| 22 | - PLANTUML_JAR_PATH : '/usr/share/plantuml/plantuml.jar' |
| 23 | |
| 24 | - docker-amd64-tf-a-bionic: |
| 25 | docker_image_name: 'trustedfirmware/ci-amd64-tf-a-ubuntu:bionic' |
| 26 | labels: 'docker-amd64-tf-a-bionic' |
| 27 | launch_method: 'launch_ssh' |
| 28 | ssh: !include docker_ssh_buildslave.yml |
| Riku Voipio | 2f5a158 | 2021-09-02 14:36:54 +0300 | [diff] [blame] | 29 | volumes: '/data/shared:/srv/shared:rw' |
| Riku Voipio | d6adf10 | 2021-09-02 13:11:08 +0300 | [diff] [blame] | 30 | max_instances: '20' |
| Riku Voipio | 93f4323 | 2020-11-04 09:46:46 +0200 | [diff] [blame] | 31 | |
| 32 | - docker-amd64-hafnium-bionic: |
| 33 | docker_image_name: 'trustedfirmware/ci-amd64-hafnium-ubuntu:bionic' |
| 34 | labels: 'docker-amd64-hafnium-bionic' |
| Benjamin Copeland | 5a08ae3 | 2020-08-28 13:47:42 +0100 | [diff] [blame] | 35 | launch_method: 'launch_ssh' |
| 36 | ssh: !include docker_ssh_buildslave.yml |
| Benjamin Copeland | 0bb4a2f | 2021-04-19 13:58:20 +0100 | [diff] [blame] | 37 | |
| 38 | - docker-amd64-alpine-10: |
| 39 | docker_image_name: 'trustedfirmware/ci-node-tf-a-alpine:alpine10' |
| 40 | labels: 'docker-amd64-node-alpine10' |
| 41 | launch_method: 'launch_ssh' |
| 42 | ssh: !include docker_ssh_buildslave.yml |
| Leonardo Sandoval | 49cc1d0 | 2022-01-04 12:25:50 -0600 | [diff] [blame] | 43 | |
| 44 | - docker-amd64-mbed-tls-host: |
| Arthur She | e7233a2 | 2022-01-05 14:20:30 -0800 | [diff] [blame] | 45 | docker_image_name: 'sir5245/ci-amd64-mbed-tls-ubuntu-host:focal' |
| Leonardo Sandoval | 49cc1d0 | 2022-01-04 12:25:50 -0600 | [diff] [blame] | 46 | labels: 'docker-amd64-mbed-tls-focal-host' |
| 47 | launch_method: 'launch_ssh' |
| 48 | ssh: !include docker_ssh_buildslave.yml |
| Arthur She | f3113ff | 2022-01-05 14:43:45 -0800 | [diff] [blame^] | 49 | volumes: !include mbed_tls_host_docker_vol.yml |
| Leonardo Sandoval | 49cc1d0 | 2022-01-04 12:25:50 -0600 | [diff] [blame] | 50 | max_instances: '20' |