diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2020-02-24 16:32:30 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2020-02-24 16:32:30 -0800 |
commit | 163aef8de1322a497635c2616318af87452609f9 (patch) | |
tree | 7832ed9ad6385a59c7a30845ab0345d9b9cbe350 | |
parent | 02868b8c7f961075c075ca68942bddf50891fdae (diff) |
Remove ericsson-build3 from Jenkins
This build machine hasn't been online for quite a while and may no
longer exist.
Removing so no more builds are scheduled on the node.
Change-Id: I59c1c81b1777b038034f918d4db6073ce6986787
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | docs/ci/tables/ci-build-servers.rst | 4 | ||||
-rw-r--r-- | jjb/global/slave-params.yaml | 14 | ||||
-rw-r--r-- | jjb/releng/opnfv-utils.yaml | 2 |
3 files changed, 0 insertions, 20 deletions
diff --git a/docs/ci/tables/ci-build-servers.rst b/docs/ci/tables/ci-build-servers.rst index ad168653e..b752a7b0f 100644 --- a/docs/ci/tables/ci-build-servers.rst +++ b/docs/ci/tables/ci-build-servers.rst @@ -18,10 +18,6 @@ - aarch64 - Ubuntu 16.04 - `Armband ENEA Team`_ - * - `ericsson-build3 <https://build.opnfv.org/ci/computer/ericsson-build3>`_ - - x86_64 - - Ubuntu 16.04 - - `Dianfeng Du`_ * - `ericsson-build4 <https://build.opnfv.org/ci/computer/ericsson-build4>`_ - x86_64 - Ubuntu 16.04 diff --git a/jjb/global/slave-params.yaml b/jjb/global/slave-params.yaml index b597b30e0..bd8ae345b 100644 --- a/jjb/global/slave-params.yaml +++ b/jjb/global/slave-params.yaml @@ -593,20 +593,6 @@ description: "Directory where the build artifact will be located upon the completion of the build." - parameter: - name: 'ericsson-build3-defaults' - parameters: - - label: - name: SLAVE_LABEL - default: 'ericsson-build3' - description: 'Slave label on Jenkins' - all-nodes: false - node-eligibility: 'ignore-offline' - - string: - name: GIT_BASE - default: https://gerrit.opnfv.org/gerrit/$PROJECT - description: 'Git URL to use on this Jenkins Slave' - -- parameter: name: 'ericsson-build4-defaults' parameters: - label: diff --git a/jjb/releng/opnfv-utils.yaml b/jjb/releng/opnfv-utils.yaml index 2cdb31bb0..3dd5ce40a 100644 --- a/jjb/releng/opnfv-utils.yaml +++ b/jjb/releng/opnfv-utils.yaml @@ -27,7 +27,6 @@ - arm-build3 - arm-build4 - arm-build5 - - ericsson-build3 - ericsson-build4 - lf-build2 allowed-multiselect: true @@ -93,7 +92,6 @@ - lf-build1 - lf-build2 - lf-build3 - - ericsson-build3 - ericsson-build4 allowed-multiselect: true ignore-offline-nodes: true |