aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Copeland <ben.copeland@linaro.org>2018-10-09 14:26:34 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2018-10-09 13:42:14 +0000
commit80ee0aeb830ca3f631b6e1972289b4f2fe47bdc5 (patch)
treecaf854a79734ca0a4f6a3b075c5f365506d81e29
parent8c04045615bd35f38351a507a9eac7314d1ecd34 (diff)
OE: restrict our OE builders to build just OE builds
Currently this label is not being used in configs. OE jobs need to be updated to use this label. Change-Id: I023f310d52c1471ec513f3952eadbd15152e0901 Reviewed-on: https://review.linaro.org/28675 Reviewed-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--docker_templates_amd64_oe.yml8
-rw-r--r--hosts.yml4
2 files changed, 10 insertions, 2 deletions
diff --git a/docker_templates_amd64_oe.yml b/docker_templates_amd64_oe.yml
new file mode 100644
index 0000000..d8af214
--- /dev/null
+++ b/docker_templates_amd64_oe.yml
@@ -0,0 +1,8 @@
+---
+- docker-stretch:
+ docker_image_name: 'linaro/ci-amd64-debian:stretch'
+ max_instances: '10'
+ labels: 'docker-stretch-oe'
+ volumes: !include docker_vol_x86_64.yml
+ launch_method: 'launch_ssh'
+ ssh: !include docker_ssh_buildslave.yml
diff --git a/hosts.yml b/hosts.yml
index e5e7a3a..49ca225 100644
--- a/hosts.yml
+++ b/hosts.yml
@@ -121,10 +121,10 @@
- oe-x86_64-01:
cloud_name: oe-x86_64-01
docker_url: tcp://62.210.248.69:2375
- docker_templates: !include docker_templates_amd64.yml
+ docker_templates: !include docker_templates_amd64_oe.yml
- oe-x86_64-02:
cloud_name: oe-x86_64-02
docker_url: tcp://62.210.249.170:2375
- docker_templates: !include docker_templates_amd64.yml
+ docker_templates: !include docker_templates_amd64_oe.yml