diff options
author | Cristina Pauna <cristina.pauna@enea.com> | 2019-01-03 14:01:50 +0200 |
---|---|---|
committer | Cristina Pauna <cristina.pauna@enea.com> | 2019-01-03 14:45:29 +0200 |
commit | b122d02902ec0d1f3a205b55fe43b07e8ef7c6c1 (patch) | |
tree | d61b16851e498203eef99144d25c614b3f2cbcfd | |
parent | ce6c6f2434b61eaf0e2524ae90c5158319851c79 (diff) |
Update the CI pod info
Added arm-pod9 and arm-pod10 to CI list and docs
Change-Id: Id4a44554d23a2114913dfbc446cdeaade826b3ab
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
-rw-r--r-- | docs/ci/tables/ci-baremetal-servers.rst | 10 | ||||
-rw-r--r-- | utils/push-test-logs.sh | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/docs/ci/tables/ci-baremetal-servers.rst b/docs/ci/tables/ci-baremetal-servers.rst index 2efea0ac2..1bdc956ea 100644 --- a/docs/ci/tables/ci-baremetal-servers.rst +++ b/docs/ci/tables/ci-baremetal-servers.rst @@ -16,6 +16,16 @@ - 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 + - `PDF <https://git.opnfv.org/pharos/plain/labs/arm/pod9.yaml>`__ + - `IDF <https://git.opnfv.org/pharos/plain/labs/arm/idf-pod9.yaml>`__ + * - `arm-pod10 <https://build.opnfv.org/ci/computer/arm-pod10>`_ + - Fuel + - Ubuntu 16.04 + - `PDF <https://git.opnfv.org/pharos/plain/labs/arm/pod10.yaml>`__ + - `IDF <https://git.opnfv.org/pharos/plain/labs/arm/idf-pod10.yaml>`__ * - `ericsson-pod1 <https://build.opnfv.org/ci/computer/ericsson-pod1>`_ - Fuel - Ubuntu 16.04 diff --git a/utils/push-test-logs.sh b/utils/push-test-logs.sh index 253cfa7b3..63a1ecc0d 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-pod5' 'arm-pod6' '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' \ |