From 5cf2ca7b2ff285563901836f7876f545e9d0b8c7 Mon Sep 17 00:00:00 2001 From: Tobias Persson Date: Wed, 25 Oct 2023 12:49:30 +0200 Subject: [PATCH] Remove ETOS jobs from jenkins We do not use these jobs anymore Change-Id: I4156e37beef8e0a48da175b464398dbf5628c37e --- jjb/eiffel/etos-api.yaml | 42 ------------------- .../etos-environment-provider-worker.yaml | 41 ------------------ jjb/eiffel/etos-environment-provider.yaml | 42 ------------------- jjb/eiffel/etos-suite-runner.yaml | 42 ------------------- jjb/eiffel/etos-suite-starter.yaml | 42 ------------------- .../etos-test-runner-containers-base.yaml | 42 ------------------- .../etos-test-runner-containers-go.yaml | 42 ------------------- .../etos-test-runner-containers-python.yaml | 42 ------------------- .../etos-test-runner-containers-rust.yaml | 42 ------------------- 9 files changed, 377 deletions(-) delete mode 100644 jjb/eiffel/etos-api.yaml delete mode 100644 jjb/eiffel/etos-environment-provider-worker.yaml delete mode 100644 jjb/eiffel/etos-environment-provider.yaml delete mode 100644 jjb/eiffel/etos-suite-runner.yaml delete mode 100644 jjb/eiffel/etos-suite-starter.yaml delete mode 100644 jjb/eiffel/etos-test-runner-containers-base.yaml delete mode 100644 jjb/eiffel/etos-test-runner-containers-go.yaml delete mode 100644 jjb/eiffel/etos-test-runner-containers-python.yaml delete mode 100644 jjb/eiffel/etos-test-runner-containers-rust.yaml diff --git a/jjb/eiffel/etos-api.yaml b/jjb/eiffel/etos-api.yaml deleted file mode 100644 index d8c6c838..00000000 --- a/jjb/eiffel/etos-api.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2020 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========================================================= - -- project: - name: etos-api - - project: etos-api - - project-name: etos-api - - - stream: - - 'main': - branch: 'main' - project-git-repo: '{project}' - project-build-macro: 'eiffel-global-container-build-macro' - image-dockerfile: 'Dockerfile' - image-name: '{project}' - image-tag: 'dev' - - distro: ubuntu2004 - - jobs: - - '{project-name}-build-merge-{distro}-{stream}' - -# vim: set ts=2 sw=2 expandtab: diff --git a/jjb/eiffel/etos-environment-provider-worker.yaml b/jjb/eiffel/etos-environment-provider-worker.yaml deleted file mode 100644 index 5c471f5e..00000000 --- a/jjb/eiffel/etos-environment-provider-worker.yaml +++ /dev/null @@ -1,41 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2020 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========================================================= - -- project: - name: etos-environment-provider-worker - - project: etos-environment-provider-worker - - project-name: etos-environment-provider-worker - - stream: - - 'main': - branch: 'main' - project-git-repo: 'etos-environment-provider' - project-build-macro: 'eiffel-global-container-build-macro' - image-dockerfile: 'Dockerfile.workers' - image-name: '{project}' - image-tag: 'dev' - - distro: ubuntu2004 - - jobs: - - '{project-name}-build-merge-{distro}-{stream}' - -# vim: set ts=2 sw=2 expandtab: diff --git a/jjb/eiffel/etos-environment-provider.yaml b/jjb/eiffel/etos-environment-provider.yaml deleted file mode 100644 index 25c230f0..00000000 --- a/jjb/eiffel/etos-environment-provider.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2020 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========================================================= - -- project: - name: etos-environment-provider - - project: etos-environment-provider - - project-name: etos-environment-provider - - - stream: - - 'main': - branch: 'main' - project-git-repo: '{project}' - project-build-macro: 'eiffel-global-container-build-macro' - image-dockerfile: 'Dockerfile' - image-name: '{project}' - image-tag: 'dev' - - distro: ubuntu2004 - - jobs: - - '{project-name}-build-merge-{distro}-{stream}' - -# vim: set ts=2 sw=2 expandtab: diff --git a/jjb/eiffel/etos-suite-runner.yaml b/jjb/eiffel/etos-suite-runner.yaml deleted file mode 100644 index f70b9d7c..00000000 --- a/jjb/eiffel/etos-suite-runner.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2020 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========================================================= - -- project: - name: etos-suite-runner - - project: etos-suite-runner - - project-name: etos-suite-runner - - - stream: - - 'main': - branch: 'main' - project-git-repo: '{project}' - project-build-macro: 'eiffel-global-container-build-macro' - image-dockerfile: 'Dockerfile' - image-name: '{project}' - image-tag: 'dev' - - distro: ubuntu2004 - - jobs: - - '{project-name}-build-merge-{distro}-{stream}' - -# vim: set ts=2 sw=2 expandtab: diff --git a/jjb/eiffel/etos-suite-starter.yaml b/jjb/eiffel/etos-suite-starter.yaml deleted file mode 100644 index 6e0c8808..00000000 --- a/jjb/eiffel/etos-suite-starter.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2020 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========================================================= - -- project: - name: etos-suite-starter - - project: etos-suite-starter - - project-name: etos-suite-starter - - - stream: - - 'main': - branch: 'main' - project-git-repo: '{project}' - project-build-macro: 'eiffel-global-container-build-macro' - image-dockerfile: 'Dockerfile' - image-name: '{project}' - image-tag: 'dev' - - distro: ubuntu2004 - - jobs: - - '{project-name}-build-merge-{distro}-{stream}' - -# vim: set ts=2 sw=2 expandtab: diff --git a/jjb/eiffel/etos-test-runner-containers-base.yaml b/jjb/eiffel/etos-test-runner-containers-base.yaml deleted file mode 100644 index 653b3ec5..00000000 --- a/jjb/eiffel/etos-test-runner-containers-base.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2020 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========================================================= - -- project: - name: etos-test-runner-containers-base - - project: etos-test-runner-containers-base - - project-name: etos-test-runner-containers-base - - - stream: - - 'main': - branch: 'main' - project-git-repo: 'etos-test-runner-containers' - project-build-macro: 'eiffel-global-container-build-macro' - image-dockerfile: 'base/Dockerfile' - image-name: 'etos-base-test-runner' - image-tag: 'dev' - - distro: ubuntu2004 - - jobs: - - '{project-name}-build-periodic-{distro}-{stream}' - -# vim: set ts=2 sw=2 expandtab: diff --git a/jjb/eiffel/etos-test-runner-containers-go.yaml b/jjb/eiffel/etos-test-runner-containers-go.yaml deleted file mode 100644 index 7a8d67de..00000000 --- a/jjb/eiffel/etos-test-runner-containers-go.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2020 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========================================================= - -- project: - name: etos-test-runner-containers-go - - project: etos-test-runner-containers-go - - project-name: etos-test-runner-containers-go - - - stream: - - 'main': - branch: 'main' - project-git-repo: 'etos-test-runner-containers' - project-build-macro: 'eiffel-global-container-build-macro' - image-dockerfile: 'go/Dockerfile' - image-name: 'etos-go-test-runner' - image-tag: 'dev' - - distro: ubuntu2004 - - jobs: - - '{project-name}-build-periodic-{distro}-{stream}' - -# vim: set ts=2 sw=2 expandtab: diff --git a/jjb/eiffel/etos-test-runner-containers-python.yaml b/jjb/eiffel/etos-test-runner-containers-python.yaml deleted file mode 100644 index fd793a89..00000000 --- a/jjb/eiffel/etos-test-runner-containers-python.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2020 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========================================================= - -- project: - name: etos-test-runner-containers-python - - project: etos-test-runner-containers-python - - project-name: etos-test-runner-containers-python - - - stream: - - 'main': - branch: 'main' - project-git-repo: 'etos-test-runner-containers' - project-build-macro: 'eiffel-global-container-build-macro' - image-dockerfile: 'python/Dockerfile' - image-name: 'etos-python-test-runner' - image-tag: 'dev' - - distro: ubuntu2004 - - jobs: - - '{project-name}-build-periodic-{distro}-{stream}' - -# vim: set ts=2 sw=2 expandtab: diff --git a/jjb/eiffel/etos-test-runner-containers-rust.yaml b/jjb/eiffel/etos-test-runner-containers-rust.yaml deleted file mode 100644 index 18e62915..00000000 --- a/jjb/eiffel/etos-test-runner-containers-rust.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -# ============LICENSE_START======================================================= -# Copyright (C) 2020 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========================================================= - -- project: - name: etos-test-runner-containers-rust - - project: etos-test-runner-containers-rust - - project-name: etos-test-runner-containers-rust - - - stream: - - 'main': - branch: 'main' - project-git-repo: 'etos-test-runner-containers' - project-build-macro: 'eiffel-global-container-build-macro' - image-dockerfile: 'rust/Dockerfile' - image-name: 'etos-rust-test-runner' - image-tag: 'dev' - - distro: ubuntu2004 - - jobs: - - '{project-name}-build-periodic-{distro}-{stream}' - -# vim: set ts=2 sw=2 expandtab: -- 2.25.1