From e6a6a8f4d6a8eb8da707ef4d63146d204d029d6c Mon Sep 17 00:00:00 2001 From: Jingzhao Ni Date: Tue, 16 Oct 2018 18:11:06 +0800 Subject: 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 --- utils/push-test-logs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg