summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-05-30 14:36:50 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-06-01 08:21:57 +0000
commit8d86c9fda3af374ea179fbfe84a9369b2e4f4b17 (patch)
tree360bc2730dc1c51c5ca0960c8a7cacdc4c23dc35
parentfcf3fd360ca7da82f94822603f9812b50d656e31 (diff)
jenkins-helpers.sh: Add support for our new tcwg-tk1-09 board.
Change-Id: I3cbad75f65d417b621f85c8a5af98d24fa0bf029
-rw-r--r--jenkins-helpers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-helpers.sh b/jenkins-helpers.sh
index 44ec611e..9f7870d6 100644
--- a/jenkins-helpers.sh
+++ b/jenkins-helpers.sh
@@ -79,7 +79,7 @@ print_host_for_node ()
tcwg-apm-0[1-2]) echo apm-${ID}.tcwglab ;;
tcwg-apm-0[3-4]) echo test-armv8-$(echo "${ID}" | sed -e 'y/34/12/').tcwglab ;;
tcwg-bmk-*) echo dev-01.tcwglab ;;
- tcwg-tk1-0[1-5]) echo ${NODE}.tcwglab ;;
+ tcwg-tk1-0[1-59]) echo ${NODE}.tcwglab ;;
tcwg-tx1-0[1-5]) echo ${NODE}.tcwglab ;;
tcwg-x86_64-build-0[1-8]) echo build-${ID}.tcwglab ;;
tcwg-x86_64-dev-0[1-2]) echo dev-${ID}.tcwglab ;;