diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2021-03-30 13:42:14 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2021-03-30 14:08:57 -0700 |
commit | f81426d7c8e51a9fdb8e7f370f227bab864ba360 (patch) | |
tree | 8bc3c47acf65fef474bb852272c310f5f9e58a03 /jjb | |
parent | 9d245364f1a4390700f077a9cbd20542f859151e (diff) |
Remove References to Ericsson Build4
This machine is no longer attached to Jenkins.
Change-Id: Ie7e4869b3e93c2df18986a89656b70efe5876862
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global/slave-params.yaml | 18 | ||||
-rw-r--r-- | jjb/releng/opnfv-utils.yaml | 1 | ||||
-rw-r--r-- | jjb/vswitchperf/vswitchperf.yaml | 4 |
3 files changed, 0 insertions, 23 deletions
diff --git a/jjb/global/slave-params.yaml b/jjb/global/slave-params.yaml index 9fe7bd7f2..2fd701f6c 100644 --- a/jjb/global/slave-params.yaml +++ b/jjb/global/slave-params.yaml @@ -593,24 +593,6 @@ description: "Directory where the build artifact will be located upon the completion of the build." - parameter: - name: 'ericsson-build4-defaults' - parameters: - - label: - name: SLAVE_LABEL - default: 'ericsson-build4' - 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' - - string: - name: BUILD_DIRECTORY - default: $WORKSPACE/build_output - description: "Directory where the build artifact will be located upon the completion of the build." - -- parameter: name: 'huawei-build-defaults' parameters: - node: diff --git a/jjb/releng/opnfv-utils.yaml b/jjb/releng/opnfv-utils.yaml index f8a8d8997..770ba1776 100644 --- a/jjb/releng/opnfv-utils.yaml +++ b/jjb/releng/opnfv-utils.yaml @@ -88,7 +88,6 @@ - lf-build1 - lf-build2 - lf-build3 - - ericsson-build4 allowed-multiselect: true ignore-offline-nodes: true - project-parameter: diff --git a/jjb/vswitchperf/vswitchperf.yaml b/jjb/vswitchperf/vswitchperf.yaml index b6447fa14..d30a3101f 100644 --- a/jjb/vswitchperf/vswitchperf.yaml +++ b/jjb/vswitchperf/vswitchperf.yaml @@ -102,10 +102,8 @@ description: 'Slave name on Jenkins' allowed-slaves: - intel-pod12 - - ericsson-build4 default-slaves: - intel-pod12 - - ericsson-build4 scm: - git-scm-gerrit @@ -175,10 +173,8 @@ description: 'Slave name on Jenkins' allowed-slaves: - intel-pod12 - - ericsson-build4 default-slaves: - intel-pod12 - - ericsson-build4 scm: - git-scm |