Remove Mbed-TLS docker stuff
Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: Ie11e43ada0dad4d1807b6f4cf4c1a7bcc6e572e2
diff --git a/docker_templates_amd64.yml b/docker_templates_amd64.yml
index 5f53e32..6863e12 100644
--- a/docker_templates_amd64.yml
+++ b/docker_templates_amd64.yml
@@ -71,14 +71,6 @@
launch_method: 'launch_ssh'
ssh: !include docker_ssh_buildslave.yml
-- docker-amd64-mbed-tls-host:
- docker_image_name: 'trustedfirmware/ci-amd64-mbed-tls-ubuntu-host:focal'
- labels: 'docker-amd64-mbed-tls-focal-host'
- launch_method: 'launch_ssh'
- ssh: !include docker_ssh_buildslave.yml
- volumes: !include mbed_tls_host_docker_vol.yml
- max_instances: '20'
-
- docker-amd64-tf-a-eclair:
docker_image_name: '987685672616.dkr.ecr.us-east-1.amazonaws.com/misra:eclair-tf-a'
labels: 'docker-tf-a-eclair'
diff --git a/mbed_tls_host_docker_vol.yml b/mbed_tls_host_docker_vol.yml
deleted file mode 100644
index 2847600..0000000
--- a/mbed_tls_host_docker_vol.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-'/data/shared:/home/buildslave:rw
-\n/var/run/docker.sock:/var/run/docker.sock'