From: afenner Date: Thu, 1 Apr 2021 16:03:54 +0000 (+0100) Subject: remove unused policy jobs X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=dbae513bfe81185378a6cb5f6465cef14fe85442;p=infra%2Fcicd.git 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 --- 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 3a771f52f..000000000 --- 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 086661be1..000000000 --- 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 624302ca1..000000000 --- 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 fbd87bc43..000000000 --- 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 f49b269f6..000000000 --- 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 04a0d670f..000000000 --- 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 e53905d2f..000000000 --- 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 c661edfdb..000000000 --- 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 ac654c3f8..000000000 --- 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 4a7b7a29b..000000000 --- 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'