aboutsummaryrefslogtreecommitdiff
path: root/tcwg-test-release-matrix.yaml
diff options
context:
space:
mode:
authorCharles Baylis <charles.baylis@linaro.org>2017-06-14 09:26:13 +0100
committerCharles Baylis <charles.baylis@linaro.org>2017-06-14 09:53:07 +0100
commit9251ef55b00730a437bb468447e4b4e3fcfa61bb (patch)
tree0ad4e9fa2257e202b9625f320576a25bfcb1abe5 /tcwg-test-release-matrix.yaml
parentbdc7bc152983065d4dca610ae39ec811258ea948 (diff)
tcwg-<many>: use print_host_for_node()
Use print_host_for_node() instead of nodename2hostname.sh in . tcwg-make-release . tcwg-test-release . tcwg-make-source-tarball . tcwg-test-release-matrix Change-Id: I281ba761c201c202a10f3c70563f1bad7a4471d5
Diffstat (limited to 'tcwg-test-release-matrix.yaml')
-rw-r--r--tcwg-test-release-matrix.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tcwg-test-release-matrix.yaml b/tcwg-test-release-matrix.yaml
index 91194d32..a0c026e0 100644
--- a/tcwg-test-release-matrix.yaml
+++ b/tcwg-test-release-matrix.yaml
@@ -103,6 +103,8 @@
shell="/bin/bash"
fi
+ . jenkins-helpers.sh
+
if [ x"$GERRIT_REFSPEC" != x"" ]; then
tcwg_regression_rev="$GERRIT_REFSPEC"
fi
@@ -128,7 +130,7 @@
esac
# Start build container
- builder=$(${WORKSPACE}/nodename2hostname.sh $NODE_NAME)
+ builder=$(print_host_for_node $NODE_NAME)
build_container_type=docker
bash -x ${WORKSPACE}/start-container-${build_container_type}.sh --arch ${builder_arch} --distro ${build_container_tag} --session-host ${builder} > build-container.sh