aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-staged-build.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-08 18:53:38 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-08 19:03:27 +0100
commitd99597db0530a9800874b58546ec898f0814a422 (patch)
tree9c79091436d441d770e24688f995e714e7b29652 /tcwg-llvm-staged-build.yaml
parent3145bcaa0d2720b390a717c6514c21ca346681a6 (diff)
tcwg-llvm-*: Move builders from x86_64-build to x86_64-cam
Change-Id: I05ea7e306bbe8a6e1d0ae536cb08047a1780665c
Diffstat (limited to 'tcwg-llvm-staged-build.yaml')
-rw-r--r--tcwg-llvm-staged-build.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tcwg-llvm-staged-build.yaml b/tcwg-llvm-staged-build.yaml
index 7c46b2fc..ea17b530 100644
--- a/tcwg-llvm-staged-build.yaml
+++ b/tcwg-llvm-staged-build.yaml
@@ -36,8 +36,8 @@
description: 'Whether or not to trigger a test-suite with this build.'
- string:
name: target_list
- default: 'tcwg-x86_64-build'
- description: 'List of targets -- tcwg-x86_64-build tcwg-tk1_32-build tcwg-apm_64-build -- should be a subset of slave axis'
+ default: 'tcwg-x86_64-cam'
+ description: 'List of targets -- tcwg-x86_64-cam tcwg-tk1_32-build tcwg-apm_64-build -- should be a subset of slave axis'
disabled: false
node: tcwg-coordinator
retry-count: 3
@@ -58,7 +58,7 @@
type: slave
name: label
values:
- - tcwg-x86_64-build
+ - tcwg-x86_64-cam
- tcwg-tk1_32-build
- tcwg-apm_64-build
- axis:
@@ -88,7 +88,7 @@
# Select builder arch/type/container
buildjobs=1
case ${label} in
- tcwg-x86_64-build)
+ tcwg-x86_64-build|tcwg-x86_64-cam)
builder_arch=amd64
buildjobs=8 # 1 slot is 32/4
;;