diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-02-11 15:43:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-02-11 15:43:08 +0000 |
commit | 4caedfea4030a80b99f27dbd4adf474a4e609438 (patch) | |
tree | 23b30091622ddba794ae5f245a2d56ade0ff1238 | |
parent | 829a0f41f7078183cedad23bf29217cf2b801826 (diff) | |
parent | 98564adb0ae50ef1bae113dccfbc0b994aa87ef3 (diff) |
Merge "Update the CI pod info"
-rw-r--r-- | docs/ci/tables/ci-baremetal-servers.rst | 5 | ||||
-rw-r--r-- | docs/ci/tables/ci-build-servers.rst | 10 | ||||
-rw-r--r-- | docs/ci/tables/none-ci-servers.rst | 5 | ||||
-rw-r--r-- | utils/push-test-logs.sh | 2 |
4 files changed, 2 insertions, 20 deletions
diff --git a/docs/ci/tables/ci-baremetal-servers.rst b/docs/ci/tables/ci-baremetal-servers.rst index 1bdc956ea..db0a1a9e7 100644 --- a/docs/ci/tables/ci-baremetal-servers.rst +++ b/docs/ci/tables/ci-baremetal-servers.rst @@ -11,11 +11,6 @@ - Jumphost OS / Version - PDF - IDF - * - `arm-pod6 <https://build.opnfv.org/ci/computer/arm-pod6>`_ - - Armband - - Ubuntu 16.04 - - `PDF <https://git.opnfv.org/pharos/plain/labs/arm/pod6.yaml>`__ - - `IDF <https://git.opnfv.org/pharos/plain/labs/arm/idf-pod6.yaml>`__ * - `arm-pod9 <https://build.opnfv.org/ci/computer/arm-pod9>`_ - Armband - Ubuntu 16.04 diff --git a/docs/ci/tables/ci-build-servers.rst b/docs/ci/tables/ci-build-servers.rst index b58b0fc9b..ad168653e 100644 --- a/docs/ci/tables/ci-build-servers.rst +++ b/docs/ci/tables/ci-build-servers.rst @@ -16,15 +16,7 @@ - `Armband ENEA Team`_ * - `arm-build4 <https://build.opnfv.org/ci/computer/arm-build4>`_ - aarch64 - - CentOS 7.4 - - `Armband ENEA Team`_ - * - `arm-build5 <https://build.opnfv.org/ci/computer/arm-build5>`_ - - aarch64 - - CentOS 7.4 - - `Armband ENEA Team`_ - * - `arm-build6 <https://build.opnfv.org/ci/computer/arm-build6>`_ - - aarch64 - - CentOS 7.4 + - Ubuntu 16.04 - `Armband ENEA Team`_ * - `ericsson-build3 <https://build.opnfv.org/ci/computer/ericsson-build3>`_ - x86_64 diff --git a/docs/ci/tables/none-ci-servers.rst b/docs/ci/tables/none-ci-servers.rst index c4f403a64..48cf97b50 100644 --- a/docs/ci/tables/none-ci-servers.rst +++ b/docs/ci/tables/none-ci-servers.rst @@ -11,11 +11,6 @@ - Jumphost OS / Version - PDF - IDF - * - `arm-pod5 <https://build.opnfv.org/ci/computer/arm-pod5>`_ - - Armband - - Ubuntu 16.04 - - `PDF <https://git.opnfv.org/pharos/plain/labs/arm/pod5.yaml>`__ - - `IDF <https://git.opnfv.org/pharos/plain/labs/arm/idf-pod5.yaml>`__ * - cacti-pod1 - - diff --git a/utils/push-test-logs.sh b/utils/push-test-logs.sh index 63a1ecc0d..3a8b71856 100644 --- a/utils/push-test-logs.sh +++ b/utils/push-test-logs.sh @@ -27,7 +27,7 @@ node_list=(\ 'ericsson-pod1' 'ericsson-pod2' \ 'ericsson-virtual1' 'ericsson-virtual2' 'ericsson-virtual3' \ 'ericsson-virtual4' 'ericsson-virtual5' \ -'arm-pod5' 'arm-pod6' 'arm-pod9' 'arm-pod10' \ +'arm-pod9' 'arm-pod10' \ 'huawei-pod1' 'huawei-pod2' 'huawei-pod3' 'huawei-pod4' \ 'huawei-pod6' 'huawei-pod7' 'huawei-pod12' 'huawei-pod8' \ 'huawei-virtual1' 'huawei-virtual2' 'huawei-virtual3' 'huawei-virtual4' \ |