Remove ETOS jobs from jenkins 34/19634/1
authorTobias Persson <tobiaspn@axis.com>
Wed, 25 Oct 2023 10:49:30 +0000 (12:49 +0200)
committerTobias Persson <tobiaspn@axis.com>
Wed, 25 Oct 2023 10:50:13 +0000 (12:50 +0200)
We do not use these jobs anymore

Change-Id: I4156e37beef8e0a48da175b464398dbf5628c37e

jjb/eiffel/etos-api.yaml [deleted file]
jjb/eiffel/etos-environment-provider-worker.yaml [deleted file]
jjb/eiffel/etos-environment-provider.yaml [deleted file]
jjb/eiffel/etos-suite-runner.yaml [deleted file]
jjb/eiffel/etos-suite-starter.yaml [deleted file]
jjb/eiffel/etos-test-runner-containers-base.yaml [deleted file]
jjb/eiffel/etos-test-runner-containers-go.yaml [deleted file]
jjb/eiffel/etos-test-runner-containers-python.yaml [deleted file]
jjb/eiffel/etos-test-runner-containers-rust.yaml [deleted file]

diff --git a/jjb/eiffel/etos-api.yaml b/jjb/eiffel/etos-api.yaml
deleted file mode 100644 (file)
index d8c6c83..0000000
+++ /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 (file)
index 5c471f5..0000000
+++ /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 (file)
index 25c230f..0000000
+++ /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 (file)
index f70b9d7..0000000
+++ /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 (file)
index 6e0c880..0000000
+++ /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 (file)
index 653b3ec..0000000
+++ /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 (file)
index 7a8d67d..0000000
+++ /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 (file)
index fd793a8..0000000
+++ /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 (file)
index 18e6291..0000000
+++ /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: