hosts: add labels for jammy
Now that docker images for jammy jellyfish are
available, let's make them usable by jenkins.
Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org>
Change-Id: I1fd1f4fbbc380609c48764aba26e85d098f4d03c
diff --git a/docker_templates_amd64.yml b/docker_templates_amd64.yml
index 2efc41b..a7d486c 100644
--- a/docker_templates_amd64.yml
+++ b/docker_templates_amd64.yml
@@ -1,4 +1,40 @@
---
+- docker-amd64-jammy:
+ docker_image_name: 'trustedfirmware/ci-amd64-ubuntu:jammy'
+ labels: 'docker-amd64-jammy'
+ launch_method: 'launch_ssh'
+ ssh: !include docker_ssh_buildslave.yml
+ volumes: '/data/shared:/srv/shared:rw'
+ max_instances: '20'
+ environment_variables:
+ - PATH : '/home/buildslave/tools/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
+ - PLANTUML_JAR_PATH : '/usr/share/plantuml/plantuml.jar'
+
+- 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: '/data/shared:/srv/shared:rw'
+ max_instances: '20'
+ environment_variables:
+ - PATH : '/home/buildslave/tools/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
+ - PLANTUML_JAR_PATH : '/usr/share/plantuml/plantuml.jar'
+
+- 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: '/data/shared:/srv/shared:rw'
+ max_instances: '20'
+
+- docker-amd64-hafnium-jammy:
+ docker_image_name: 'trustedfirmware/ci-amd64-hafnium-ubuntu:jammy'
+ labels: 'docker-amd64-hafnium-jammy'
+ launch_method: 'launch_ssh'
+ ssh: !include docker_ssh_buildslave.yml
+
- docker-amd64-bionic:
docker_image_name: 'trustedfirmware/ci-amd64-ubuntu:bionic'
labels: 'docker-amd64-bionic'