summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-18 17:41:12 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-18 17:41:12 +0000
commit127337643c1a1ba7bac7b18dc4eda573b3f9e366 (patch)
treec0d9eea650e488baf696a89c191471e26550694f
parent03e3787db719f5ccbc20ae3515deb5a1e6d64c22 (diff)
parente6a6a8f4d6a8eb8da707ef4d63146d204d029d6c (diff)
Merge "Add arm-virtual3 pod into CI pod list"
-rw-r--r--utils/push-test-logs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/push-test-logs.sh b/utils/push-test-logs.sh
index d5ab8b91c..075a62233 100644
--- a/utils/push-test-logs.sh
+++ b/utils/push-test-logs.sh
@@ -33,7 +33,8 @@ node_list=(\
'huawei-virtual1' 'huawei-virtual2' 'huawei-virtual3' 'huawei-virtual4' \
'huawei-virtual5' 'huawei-virtual8' 'huawei-virtual9' \
'zte-pod2' 'zte-pod3' 'zte-pod9' \
-'zte-virtual1')
+'zte-virtual1' \
+'arm-virtual3')
if [[ ! " ${node_list[@]} " =~ " ${testbed} " ]]; then