From 6825c4e74ea2988652ce35ae6a43a25fe35b417a Mon Sep 17 00:00:00 2001 From: afenner Date: Fri, 21 May 2021 14:21:32 +0100 Subject: [PATCH] remove dmaap-messagerouter-mirroragent as not needed Removed from onap deployment in el-alto Change-Id: I1b904b99e9d40ecd687b70be83e2ace8e9168a0e Signed-off-by: afenner --- ...router-mirroragent-push-upstream-jobs.yaml | 27 --------------- ...messagerouter-mirroragent-rebase-jobs.yaml | 28 ---------------- ...messagerouter-mirroragent-verify-jobs.yaml | 33 ------------------- 3 files changed, 88 deletions(-) delete mode 100644 jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-push-upstream-jobs.yaml delete mode 100644 jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-rebase-jobs.yaml delete mode 100644 jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-verify-jobs.yaml diff --git a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-push-upstream-jobs.yaml b/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-push-upstream-jobs.yaml deleted file mode 100644 index 5cd3a1b84..000000000 --- a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-push-upstream-jobs.yaml +++ /dev/null @@ -1,27 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2019 Nordix Foundation. -# ================================================================================ -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# SPDX-License-Identifier: Apache-2.0 -# ============LICENSE_END========================================================= - -# this job gets triggered when push-upstream is commented on a change on Nordix Gerrit. -- project: - name: dmaap-messagerouter-mirroragent-push-upstream - project: dmaap/messagerouter/mirroragent - project-name: dmaap-messagerouter-mirroragent - - jobs: - - 'onap-{project-name}-push-upstream' diff --git a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-rebase-jobs.yaml b/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-rebase-jobs.yaml deleted file mode 100644 index c4cbd52ae..000000000 --- a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-rebase-jobs.yaml +++ /dev/null @@ -1,28 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2018 Nordix Foundation. -# ================================================================================ -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# SPDX-License-Identifier: Apache-2.0 -# ============LICENSE_END========================================================= -# -# this job gets triggered when a change is merged to -# dmaap/messagerouter/mirroragent project on ONAP Gerrit. -- project: - name: dmaap-messagerouter-mirroragent-rebase - project: dmaap/messagerouter/mirroragent - project-name: dmaap-messagerouter-mirroragent - - jobs: - - 'onap-{project-name}-rebase' diff --git a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-verify-jobs.yaml b/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-verify-jobs.yaml deleted file mode 100644 index 2f54c9640..000000000 --- a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-verify-jobs.yaml +++ /dev/null @@ -1,33 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2018-2019 Nordix Foundation. -# ================================================================================ -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# SPDX-License-Identifier: Apache-2.0 -# ============LICENSE_END========================================================= - -# this job gets triggered when a change is proposed to -# dmaap/messagerouter/mirroragent- project on Nordix Gerrit. -- project: - name: dmaap-messagerouter-mirroragent-verify - project: dmaap/messagerouter/mirroragent - project-name: dmaap-messagerouter-mirroragent - - stream: - - master: - branch: '{stream}' - jdk-version: java-8 - - jobs: - - 'onap-{project-name}-{stream}-verify-java' -- 2.25.1