aboutsummaryrefslogtreecommitdiff
path: root/tcwg-update-snapshots_ref.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-06-26 11:39:35 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-07-10 12:32:36 +0000
commiteed7f35d33a57201f6ca73801d2d63e9badfeadd (patch)
tree5fef35f6d466bd95106238782f62cf58b9b8e324 /tcwg-update-snapshots_ref.yaml
parent9cbae76b36b472bc61ad564fb302ba195cdf70e5 (diff)
tcwg-update-snapshots_ref: Use jenkins labels to enumerate most machines
... to fix TCWG-1181, where we forgot to add tcwg-tk1-09 to the explicit list in this job. Change-Id: I01f1935150c70b6285376d22eb7c2ae45c4b0557
Diffstat (limited to 'tcwg-update-snapshots_ref.yaml')
-rw-r--r--tcwg-update-snapshots_ref.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/tcwg-update-snapshots_ref.yaml b/tcwg-update-snapshots_ref.yaml
index 2e620cae01..7e0a009df3 100644
--- a/tcwg-update-snapshots_ref.yaml
+++ b/tcwg-update-snapshots_ref.yaml
@@ -88,7 +88,10 @@
case "$label" in
tcwg-x86_64-dev-01)
- machines="dev-01.tcwglab dev-02.tcwglab $(for i in `seq 1 8`; do echo build-0$i.tcwglab; done) apm-01.tcwglab apm-02.tcwglab test-armv8-01.tcwglab test-armv8-02.tcwglab $(for i in `seq 1 5`; do echo tcwg-tx1-0$i.tcwglab tcwg-tk1-0$i.tcwglab; done) ex40-01.tcwglab.linaro.org r1-a7.aus-colo r1-a12.aus-colo"
+ machines="ex40-01.tcwglab.linaro.org r1-a7.aus-colo r1-a12.aus-colo"
+ for node in $(print_nodes_in_labels tcwg-apm_64-build tcwg-tk1 tcwg-tx1 tcwg-x86_64-1-cam tcwg-x86_64-build tcwg-coordinator); do
+ machines="$machines $(print_host_for_node $node)"
+ done
;;
*) echo "ERROR: Unknown host: $label"; exit 1 ;;
esac