aboutsummaryrefslogtreecommitdiff
path: root/tcwg-test-release.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.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.yaml')
-rw-r--r--tcwg-test-release.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tcwg-test-release.yaml b/tcwg-test-release.yaml
index e335f456..065fcb49 100644
--- a/tcwg-test-release.yaml
+++ b/tcwg-test-release.yaml
@@ -71,6 +71,8 @@
- shell: |
#!/bin/bash
+ . jenkins-helpers.sh
+
if test x${debug} = x"true"; then
shell="/bin/bash -x"
set -x
@@ -86,7 +88,7 @@
fi
# Start build container
- builder=$(${WORKSPACE}/nodename2hostname.sh $NODE_NAME)
+ builder=$(print_host_for_node $NODE_NAME)
build_container_type=docker
# We currently test i686 releases on x86_64 hosts
builder_arch=amd64