summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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