From dbae513bfe81185378a6cb5f6465cef14fe85442 Mon Sep 17 00:00:00 2001 From: afenner Date: Thu, 1 Apr 2021 17:03:54 +0100 Subject: [PATCH] remove unused policy jobs removing jobs for repos that are no longer used they can be added back if ever needed Change-Id: I14d51100c440914b6aae8c31101bae8ada9553dd Signed-off-by: afenner --- .../policy-core-push-upstream-jobs.yaml | 28 -------------- .../policy-core/policy-core-rebase-jobs.yaml | 29 -------------- .../policy-core/policy-core-verify-jobs.yaml | 38 ------------------- .../policy-engine-push-upstream-jobs.yaml | 28 -------------- .../policy-engine-rebase-jobs.yaml | 29 -------------- .../policy-engine-verify-jobs.yaml | 38 ------------------- .../policy-oom-push-upstream-jobs.yaml | 28 -------------- .../policy-oom/policy-oom-rebase-jobs.yaml | 29 -------------- .../policy-pdp-push-upstream-jobs.yaml | 28 -------------- .../policy-pdp/policy-pdp-rebase-jobs.yaml | 29 -------------- 10 files changed, 304 deletions(-) delete mode 100644 jjb/onap/policy-core/policy-core-push-upstream-jobs.yaml delete mode 100644 jjb/onap/policy-core/policy-core-rebase-jobs.yaml delete mode 100644 jjb/onap/policy-core/policy-core-verify-jobs.yaml delete mode 100644 jjb/onap/policy-engine/policy-engine-push-upstream-jobs.yaml delete mode 100644 jjb/onap/policy-engine/policy-engine-rebase-jobs.yaml delete mode 100644 jjb/onap/policy-engine/policy-engine-verify-jobs.yaml delete mode 100644 jjb/onap/policy-oom/policy-oom-push-upstream-jobs.yaml delete mode 100644 jjb/onap/policy-oom/policy-oom-rebase-jobs.yaml delete mode 100644 jjb/onap/policy-pdp/policy-pdp-push-upstream-jobs.yaml delete mode 100644 jjb/onap/policy-pdp/policy-pdp-rebase-jobs.yaml diff --git a/jjb/onap/policy-core/policy-core-push-upstream-jobs.yaml b/jjb/onap/policy-core/policy-core-push-upstream-jobs.yaml deleted file mode 100644 index 3a771f52..00000000 --- a/jjb/onap/policy-core/policy-core-push-upstream-jobs.yaml +++ /dev/null @@ -1,28 +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: policy-core-push-upstream - project: policy/core - project-name: policy-core - - jobs: - - 'onap-{project-name}-push-upstream' diff --git a/jjb/onap/policy-core/policy-core-rebase-jobs.yaml b/jjb/onap/policy-core/policy-core-rebase-jobs.yaml deleted file mode 100644 index 086661be..00000000 --- a/jjb/onap/policy-core/policy-core-rebase-jobs.yaml +++ /dev/null @@ -1,29 +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 a change is merged to -# policy/core project on ONAP Gerrit. -- project: - name: policy-core-rebase - project: policy/core - project-name: policy-core - - jobs: - - 'onap-{project-name}-rebase' diff --git a/jjb/onap/policy-core/policy-core-verify-jobs.yaml b/jjb/onap/policy-core/policy-core-verify-jobs.yaml deleted file mode 100644 index 624302ca..00000000 --- a/jjb/onap/policy-core/policy-core-verify-jobs.yaml +++ /dev/null @@ -1,38 +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 a change is proposed to -# policy/core project on Nordix Gerrit. - -- project: - name: policy-core-verify - project: policy/core - project-name: policy-core - - stream: - - 'master': - branch: '{stream}' - jdk-version: java-11 - - 'casablanca': - branch: '{stream}' - jdk-version: java-8 - - jobs: - - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/policy-engine/policy-engine-push-upstream-jobs.yaml b/jjb/onap/policy-engine/policy-engine-push-upstream-jobs.yaml deleted file mode 100644 index fbd87bc4..00000000 --- a/jjb/onap/policy-engine/policy-engine-push-upstream-jobs.yaml +++ /dev/null @@ -1,28 +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 push-upstream is commented on a change on Nordix Gerrit. -- project: - name: policy-engine-push-upstream - project: policy/engine - project-name: policy-engine - - jobs: - - 'onap-{project-name}-push-upstream' diff --git a/jjb/onap/policy-engine/policy-engine-rebase-jobs.yaml b/jjb/onap/policy-engine/policy-engine-rebase-jobs.yaml deleted file mode 100644 index f49b269f..00000000 --- a/jjb/onap/policy-engine/policy-engine-rebase-jobs.yaml +++ /dev/null @@ -1,29 +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 merged to -# policy/engine project on ONAP Gerrit. -- project: - name: policy-engine-rebase - project: policy/engine - project-name: policy-engine - - jobs: - - 'onap-{project-name}-rebase' diff --git a/jjb/onap/policy-engine/policy-engine-verify-jobs.yaml b/jjb/onap/policy-engine/policy-engine-verify-jobs.yaml deleted file mode 100644 index 04a0d670..00000000 --- a/jjb/onap/policy-engine/policy-engine-verify-jobs.yaml +++ /dev/null @@ -1,38 +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 -# policy/engine project on Nordix Gerrit. - -- project: - name: policy-engine-verify - project: policy/engine - project-name: policy-engine - - stream: - - 'master': - branch: '{stream}' - jdk-version: java-11 - - 'casablanca': - branch: '{stream}' - jdk-version: java-8 - - jobs: - - 'onap-{project-name}-{stream}-verify-java' diff --git a/jjb/onap/policy-oom/policy-oom-push-upstream-jobs.yaml b/jjb/onap/policy-oom/policy-oom-push-upstream-jobs.yaml deleted file mode 100644 index e53905d2..00000000 --- a/jjb/onap/policy-oom/policy-oom-push-upstream-jobs.yaml +++ /dev/null @@ -1,28 +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: policy-oom-push-upstream - project: policy/oom - project-name: policy-oom - - jobs: - - 'onap-{project-name}-push-upstream' diff --git a/jjb/onap/policy-oom/policy-oom-rebase-jobs.yaml b/jjb/onap/policy-oom/policy-oom-rebase-jobs.yaml deleted file mode 100644 index c661edfd..00000000 --- a/jjb/onap/policy-oom/policy-oom-rebase-jobs.yaml +++ /dev/null @@ -1,29 +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 a change is merged to -# policy/oom project on ONAP Gerrit. -- project: - name: policy-oom-rebase - project: policy/oom - project-name: policy-oom - - jobs: - - 'onap-{project-name}-rebase' diff --git a/jjb/onap/policy-pdp/policy-pdp-push-upstream-jobs.yaml b/jjb/onap/policy-pdp/policy-pdp-push-upstream-jobs.yaml deleted file mode 100644 index ac654c3f..00000000 --- a/jjb/onap/policy-pdp/policy-pdp-push-upstream-jobs.yaml +++ /dev/null @@ -1,28 +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: policy-pdp-push-upstream - project: policy/pdp - project-name: policy-pdp - - jobs: - - 'onap-{project-name}-push-upstream' diff --git a/jjb/onap/policy-pdp/policy-pdp-rebase-jobs.yaml b/jjb/onap/policy-pdp/policy-pdp-rebase-jobs.yaml deleted file mode 100644 index 4a7b7a29..00000000 --- a/jjb/onap/policy-pdp/policy-pdp-rebase-jobs.yaml +++ /dev/null @@ -1,29 +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 a change is merged to -# policy/pdp project on ONAP Gerrit. -- project: - name: policy-pdp-rebase - project: policy/pdp - project-name: policy-pdp - - jobs: - - 'onap-{project-name}-rebase' -- 2.25.1