diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-07-01 07:14:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-01 07:14:41 +0000 |
commit | 7b6b30cc6878fcdc199d64874c896825d89fe5d4 (patch) | |
tree | a5cc2c63a7204a731b1925d27209f5696266965a /utils | |
parent | 256774b7850932536f02f77647c5d64056aa66be (diff) | |
parent | bee903367a2dbe7263f28a02fd96441b1feb3729 (diff) |
Merge "Add huawei-pod2 and huawei virtual pod as CI POD"
Diffstat (limited to 'utils')
-rw-r--r-- | utils/push-test-logs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/push-test-logs.sh b/utils/push-test-logs.sh index 745645041..7486adb40 100644 --- a/utils/push-test-logs.sh +++ b/utils/push-test-logs.sh @@ -23,7 +23,7 @@ dir_result="${HOME}/opnfv/$project/results" node_list=(\ 'lf-pod1' 'lf-pod2' 'intel-pod2' 'intel-pod3' \ 'intel-pod5' 'intel-pod6' 'intel-pod7' 'intel-pod8' \ -'ericsson-pod2' 'huawei-pod1') +'ericsson-pod2' 'huawei-pod1' 'huawei-pod2' 'huawei-virtual1' 'huawei-virtual2' 'huawei-virtual3' 'huawei-virtual4') if [[ ! " ${node_list[@]} " =~ " ${testbed} " ]]; then echo "This is not a CI POD. Aborting pushing the logs to artifacts." |