From 873ddf14e0c06e8f359e1c99de4e5f07a09d32ef Mon Sep 17 00:00:00 2001 From: Jingzhao Ni Date: Tue, 30 Oct 2018 10:06:18 +0800 Subject: Add the huawei-pod8 into CI pod list Add huawei-pod8 into CI pod list for running the functest-kubernetes. Remove the arm-virtual3 pod from CI pod list. Change-Id: I0aec57f41fc4a49302e687a2600417eea6c29a0b Signed-off-by: Jingzhao Ni --- utils/push-test-logs.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'utils') diff --git a/utils/push-test-logs.sh b/utils/push-test-logs.sh index 075a62233..253cfa7b3 100644 --- a/utils/push-test-logs.sh +++ b/utils/push-test-logs.sh @@ -29,12 +29,11 @@ node_list=(\ 'ericsson-virtual4' 'ericsson-virtual5' \ 'arm-pod5' 'arm-pod6' \ 'huawei-pod1' 'huawei-pod2' 'huawei-pod3' 'huawei-pod4' \ -'huawei-pod6' 'huawei-pod7' 'huawei-pod12' \ +'huawei-pod6' 'huawei-pod7' 'huawei-pod12' 'huawei-pod8' \ 'huawei-virtual1' 'huawei-virtual2' 'huawei-virtual3' 'huawei-virtual4' \ 'huawei-virtual5' 'huawei-virtual8' 'huawei-virtual9' \ 'zte-pod2' 'zte-pod3' 'zte-pod9' \ -'zte-virtual1' \ -'arm-virtual3') +'zte-virtual1') if [[ ! " ${node_list[@]} " =~ " ${testbed} " ]]; then -- cgit 1.2.3-korg