summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-03-14 10:24:58 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2019-03-14 11:35:17 +0000
commit7b44d0602565d7a6da313506637610318ce2bed4 (patch)
treeaf78893d86204d7fa1d8cb03be116908c059028f
parent54f2d735bc3fab394b7b28e5fbffe26261a46603 (diff)
tcwg-update-snapshots_ref.sh: Use tcwg-tk1_32-build label instead of tcwg-tk1
Our new tcwg-tk1-10 board has tcwg-tk1_32-build only. Change-Id: Ifaa68fbadc83f6e1b0cca0cdf520587ef210d77c
-rwxr-xr-xtcwg-update-snapshots_ref.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-update-snapshots_ref.sh b/tcwg-update-snapshots_ref.sh
index 09d3991b..83a5ac69 100755
--- a/tcwg-update-snapshots_ref.sh
+++ b/tcwg-update-snapshots_ref.sh
@@ -23,7 +23,7 @@ set -u
case "$label" in
tcwg-x86_64-dev-01)
machines="ex40-01.tcwglab.linaro.org tcwg-d05-01 tcwg-thx1-01"
- nodes_list=($(print_nodes_in_labels tcwg-apm_64-build tcwg-tk1 tcwg-tx1 tcwg-sq_64-build tcwg-x86_64-1-cam tcwg-x86_64-build tcwg-coordinator))
+ nodes_list=($(print_nodes_in_labels tcwg-apm_64-build tcwg-tk1_32-build tcwg-tx1 tcwg-sq_64-build tcwg-x86_64-1-cam tcwg-x86_64-build tcwg-coordinator))
for node in "${nodes_list[@]}"; do
machines="$machines $(print_host_for_node $node)"
done