aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Copeland <ben.copeland@linaro.org>2018-07-23 11:26:54 +0100
committerBenjamin Copeland <ben.copeland@linaro.org>2018-07-24 08:15:26 +0000
commit8457ca4a897a2189f9404a8fefdf6380b3dc40b0 (patch)
treebdc77ee96560d2a3c01e8559af36b503ac24b8e6
parentaf9d811f157533980409f881c816074ac3473052 (diff)
Image: Add OTA image
Change-Id: I07877aee9dc046d584cea6690c64d9e9e6084444 Reviewed-on: https://review.linaro.org/27521 Reviewed-by: Kelley Spoon <kelley.spoon@linaro.org> Reviewed-by: Vishal Bhoj <vishal.bhoj@linaro.org> Reviewed-by: Benjamin Copeland <ben.copeland@linaro.org>
-rw-r--r--docker_templates_amd64.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docker_templates_amd64.yml b/docker_templates_amd64.yml
index ead7478..3b7d409 100644
--- a/docker_templates_amd64.yml
+++ b/docker_templates_amd64.yml
@@ -30,3 +30,10 @@
volumes: !include docker_vol_x86_64.yml
launch_method: 'launch_ssh'
ssh: !include docker_ssh_buildslave.yml
+
+- docker-stretch-ota:
+ docker_image_name: 'linaro/ci-amd64-debian-ota:stretch'
+ labels: 'docker-stretch-ota'
+ volumes: !include docker_vol_x86_64.yml
+ launch_method: 'launch_ssh'
+ ssh: !include docker_ssh_buildslave.yml