diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-18 17:41:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-18 17:41:12 +0000 |
commit | 127337643c1a1ba7bac7b18dc4eda573b3f9e366 (patch) | |
tree | c0d9eea650e488baf696a89c191471e26550694f /utils | |
parent | 03e3787db719f5ccbc20ae3515deb5a1e6d64c22 (diff) | |
parent | e6a6a8f4d6a8eb8da707ef4d63146d204d029d6c (diff) |
Merge "Add arm-virtual3 pod into CI pod list"
Diffstat (limited to 'utils')
-rw-r--r-- | utils/push-test-logs.sh | 3 |
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 |