diff options
author | Jingzhao Ni <jingzhao.ni@arm.com> | 2018-10-16 18:11:06 +0800 |
---|---|---|
committer | Jingzhao Ni <jingzhao.ni@arm.com> | 2018-10-16 18:11:06 +0800 |
commit | e6a6a8f4d6a8eb8da707ef4d63146d204d029d6c (patch) | |
tree | 197b10b4c0f9bc9d74544f913bc2c5b2294e4ebb /utils | |
parent | 66a6a17f2e0889f02826a1ffd4d3f150d5c7bbab (diff) |
Add arm-virtual3 pod into CI pod list
Add arm-virtual3 pod into CI pod list for running
the functest-kubernetes cases on arm platform.
Change-Id: Iae1881320956795304896d8ea2c1790430f919da
Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
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 |