aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildfarm.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-03-22 14:53:19 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-03-22 16:17:03 +0000
commit3bdd5c6139b4a55a8f46d704baccbb154344e2ab (patch)
tree863bd2f57bb62fb5e8dda07c168a6d8719bd6ec3 /tcwg-buildfarm.yaml
parentd8f441bc82e3c08ee93a1b11a1816f48bfe4965b (diff)
tcwg-abe-extended: Replace label tcwg-x86_64-cam with tcwg-x86_64-build.
This is the new label we should use. A side effect of this change is that we'll stop using build-0[16] which do not belong to the new label. We plan to repurpose/deprecate these builders. tcwg-abe-extended/builders.sh: Likewise. tcwg-abe-manifest-test: Likewise. tcwg-abe-test-gerrit-cambridge-christophe: Likewise. tcwg-abe-test-gerrit-cambridge: Likewise. tcwg-abe-test-yvan: Likewise. tcwg-backup-files: Likewise. tcwg-binutils-docker: Likewise. tcwg-binutils: Likewise. tcwg-bkk16-buildfarm-benchmark-christophe: Likewise. tcwg-bkk16-buildfarm-benchmark: Likewise. tcwg-bkk16-buildfarm: Likewise. tcwg-bkk16-trigger-extended: Likewise. tcwg-buildapp: Likewise. tcwg-buildbench: Likewise. tcwg-buildfarm-christophe: Likewise. tcwg-buildfarm-cmp: Likewise. tcwg-buildfarm-maxim: Likewise. tcwg-buildfarm-startcontainer: Likewise. tcwg-buildfarm: Likewise. tcwg-cleanup-stale-containers: Likewise. tcwg-cleanup-stale-dormant-containers: Likewise. tcwg-cleanup-stale-schroot-sessions: Likewise. tcwg-cleanup-stale-tcwg-test-schroot-sessions: Likewise. tcwg-cleanup-stale-workspaces: Likewise. tcwg-container-christophe: Likewise. tcwg-gcc-bisect: Likewise. tcwg-gcc-idle: Likewise. tcwg-llvm-build-christophe: Likewise. tcwg-llvm-build: Likewise. tcwg-make-release-christophe: Likewise. tcwg-make-release: Likewise. tcwg-race-bernie: Likewise. tcwg-test-release-christophe: Likewise. tcwg-validate-abetests: Likewise. Change-Id: I37601fcb7a2a39e17ac6594185995fbbc8f5bbab
Diffstat (limited to 'tcwg-buildfarm.yaml')
-rw-r--r--tcwg-buildfarm.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tcwg-buildfarm.yaml b/tcwg-buildfarm.yaml
index 103f2c1f32..cff4ace5cb 100644
--- a/tcwg-buildfarm.yaml
+++ b/tcwg-buildfarm.yaml
@@ -83,7 +83,7 @@
default: 'trusty'
description: 'Distro to use on the builder with non-default container type: trusty, xenial.'
disabled: false
- node: tcwg-x86_64-cam
+ node: tcwg-x86_64-build
child-workspace: $target
concurrent: true
display-name: 'TCWG AAA BuildFarm'
@@ -101,7 +101,7 @@
type: slave
name: label
values:
- - tcwg-x86_64-cam
+ - tcwg-x86_64-build
- tcwg-x86_32-build
- tcwg-tk1_32-build
- tcwg-apm_64-build
@@ -120,7 +120,7 @@
- native
execution-strategy:
combination-filter: |
- label=="tcwg-x86_64-cam" || target=="native"
+ label=="tcwg-x86_64-build" || target=="native"
sequential: false
wrappers:
- timeout:
@@ -139,7 +139,7 @@
git clone -b $scripts_branch --depth 1 https://git-us.linaro.org/toolchain/jenkins-scripts
case ${label} in
- tcwg-x86_64-cam)
+ tcwg-x86_64-build)
builder_arch=amd64
builder_type=x86_64
;;