aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildapp.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-buildapp.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-buildapp.yaml')
-rw-r--r--tcwg-buildapp.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcwg-buildapp.yaml b/tcwg-buildapp.yaml
index d5053b804b..5e329c4953 100644
--- a/tcwg-buildapp.yaml
+++ b/tcwg-buildapp.yaml
@@ -39,7 +39,7 @@
default: master
description: 'Jenkins-scripts branch to use'
disabled: false
- node: tcwg-x86_64-cam
+ node: tcwg-x86_64-build
child-workspace: $target/$app
concurrent: true
display-name: 'TCWG ZZZ BuildApp'
@@ -53,7 +53,7 @@
type: slave
name: label
values:
- - tcwg-x86_64-cam
+ - tcwg-x86_64-build
- axis:
type: dynamic
name: app
@@ -84,7 +84,7 @@
git clone -b $scripts_branch --depth 1 https://git-us.linaro.org/toolchain/jenkins-scripts
case ${label} in
- tcwg-x86_64-cam) host_arch=amd64 ;;
+ tcwg-x86_64-build) host_arch=amd64 ;;
tcwg-x86_32-build) host_arch=i386 ;;
tcwg-tx1_64-build) host_arch=arm64 ;;
tcwg-tx1_32-build) host_arch=armhf ;;