aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildapp.yaml
diff options
context:
space:
mode:
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 ;;