aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-02-02 13:13:59 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-02-02 13:15:44 +0000
commitdb7a6934f80e6777cf138875f529ab4dfc435d7d (patch)
tree52d6e0ea0e7ba791adec9dffeff7206a555b2e1b
parent0967bf0af1cd8efa571de7b1afb9633b589767d2 (diff)
tcwg-container-christophe: Add tcwg-tk1_32-build slave.
Also call start-container-docker.sh under '-x' to help debug, and call nodename2hostname.sh with $NODE_NAME as argument, so support upcoming change in calling convention for this script. Change-Id: I60b155848be35b51ffaab47cafbb7dd97d53ad6c
-rw-r--r--tcwg-container-christophe.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tcwg-container-christophe.yaml b/tcwg-container-christophe.yaml
index 97128e388b..dc022e1393 100644
--- a/tcwg-container-christophe.yaml
+++ b/tcwg-container-christophe.yaml
@@ -97,6 +97,7 @@
- tcwg-x86_32-build
- tcwg-tx1-build
- tcwg-tx1_32-build
+ - tcwg-tk1_32-build
- axis:
type: dynamic
name: target
@@ -143,8 +144,8 @@
*) echo "ERROR: Cannot handle target: $target"; exit 1 ;;
esac
- host=$(./jenkins-scripts/nodename2hostname.sh)
- ./jenkins-scripts/start-container-docker.sh ${host_arch} trusty ${host} > container.sh
+ host=$(./jenkins-scripts/nodename2hostname.sh $NODE_NAME)
+ bash -x ./jenkins-scripts/start-container-docker.sh ${host_arch} trusty ${host} > container.sh
case "${target_kind}-$runtests-${host_arch}" in
"cross_main"-"yes"-*|"cross_main"-"x86_64-host"-"amd64"|"cross_main"-"x86_64-host"-"i386")