aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-08-31 12:03:43 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-08-31 12:13:08 +0000
commit8b2761cbc1c725c6263ee6beffea13db2a205acd (patch)
tree5181ba2e369d5c570e883ae0a384d613de504ed4
parent4c037be60ed28e9604b912e21cbe447cc46edf3a (diff)
tcwg-update-snapshots_ref: Update machine allocations
Change-Id: I18e2692f35b43b17cea5fb1f397d2647fcc8bfc0
-rw-r--r--tcwg-update-snapshots_ref.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-update-snapshots_ref.yaml b/tcwg-update-snapshots_ref.yaml
index 2efc008769..35987ce9ed 100644
--- a/tcwg-update-snapshots_ref.yaml
+++ b/tcwg-update-snapshots_ref.yaml
@@ -72,11 +72,11 @@
case "$label" in
tcwg-x86_64-ex40build-01)
master_machine=tcwg-ex40-01
- machines="$(for i in 7 8 9; do echo tcwg-ex40-0$i; done) r1-a7.aus-colo r1-a12.aus-colo"
+ machines="r1-a7.aus-colo r1-a12.aus-colo"
;;
tcwg-x86_64-dev-01)
master_machine=dev-01.tcwglab
- machines="dev-02.tcwglab $(for i in `seq 1 6`; do echo build-0$i.tcwglab; done) apm-01.tcwglab apm-02.tcwglab test-armv8-01.tcwglab test-armv8-02.tcwglab"
+ machines="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"
;;
*) echo "ERROR: Unknown host: $label"; exit 1 ;;
esac