| --- |
| - docker-amd64-tf-m-bionic: |
| docker_image_name: 'trustedfirmware/ci-amd64-tf-m-ubuntu:bionic' |
| labels: 'docker-amd64-tf-m-bionic' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| volumes: !include docker_vol.yml |
| max_instances: '45' |
| |
| - docker-amd64-tf-m-jammy: |
| docker_image_name: 'trustedfirmware/ci-amd64-tf-m-ubuntu:jammy' |
| labels: 'docker-amd64-tf-m-jammy' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| volumes: !include docker_vol.yml |
| max_instances: '45' |
| |
| - docker-amd64-tf-a-bionic: |
| docker_image_name: 'trustedfirmware/ci-amd64-tf-a-ubuntu:bionic' |
| labels: 'docker-amd64-tf-a-bionic' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| volumes: !include docker_vol.yml |
| max_instances: '60' |
| |
| - docker-amd64-tf-a-jammy: |
| docker_image_name: 'trustedfirmware/ci-amd64-tf-a-ubuntu:jammy' |
| labels: 'docker-amd64-tf-a-jammy' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| volumes: !include docker_vol.yml |
| max_instances: '60' |
| |
| - docker-amd64-tf-a-lts2.8-jammy: |
| docker_image_name: 'trustedfirmware/ci-amd64-tf-a-lts2.8-ubuntu:jammy' |
| labels: 'docker-amd64-tf-a-lts2.8-jammy' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| volumes: !include docker_vol.yml |
| max_instances: '10' |
| |
| - docker-amd64-tf-a-lts2.10-jammy: |
| docker_image_name: 'trustedfirmware/ci-amd64-tf-a-lts2.10-ubuntu:jammy' |
| labels: 'docker-amd64-tf-a-lts2.10-jammy' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| volumes: !include docker_vol.yml |
| max_instances: '10' |
| |
| - docker-amd64-hafnium-focal: |
| docker_image_name: 'trustedfirmware/ci-amd64-hafnium-ubuntu:focal' |
| labels: 'docker-amd64-hafnium-focal' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| max_instances: '15' |
| |
| - docker-amd64-node-alpine10: |
| docker_image_name: 'trustedfirmware/ci-node-tf-a-alpine:alpine10' |
| labels: 'docker-amd64-node-alpine10' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| environment_variables: |
| - PATH : '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |
| |
| - docker-amd64-tf-a-eclair-3.12: |
| docker_image_name: '987685672616.dkr.ecr.us-east-1.amazonaws.com/misra:eclair-tf-a-3.12' |
| labels: 'docker-tf-a-eclair-3.12' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| volumes: '/data/shared:/srv/shared:rw' |
| # Should match number of detachable licenses in the ECLAIR license server pool. |
| max_instances: '15' |
| |
| - docker-amd64-tf-a-eclair-3.13: |
| docker_image_name: '987685672616.dkr.ecr.us-east-1.amazonaws.com/misra:eclair-tf-a-3.13' |
| labels: 'docker-tf-a-eclair-3.13' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| volumes: '/data/shared:/srv/shared:rw' |
| # Should match number of detachable licenses in the ECLAIR license server pool. |
| max_instances: '15' |
| |
| - docker-amd64-tf-m-eclair-3.12: |
| docker_image_name: '987685672616.dkr.ecr.us-east-1.amazonaws.com/misra:eclair-tf-m-3.12' |
| labels: 'docker-tf-m-eclair-3.12' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| volumes: '/data/shared:/srv/shared:rw' |
| # Should match number of detachable licenses in the ECLAIR license server pool. |
| max_instances: '15' |
| |
| - docker-amd64-tf-m-eclair-3.13: |
| docker_image_name: '987685672616.dkr.ecr.us-east-1.amazonaws.com/misra:eclair-tf-m-3.13' |
| labels: 'docker-tf-m-eclair-3.13' |
| launch_method: 'launch_ssh' |
| ssh: !include docker_ssh_buildslave.yml |
| volumes: '/data/shared:/srv/shared:rw' |
| # Should match number of detachable licenses in the ECLAIR license server pool. |
| max_instances: '15' |