From: Eric Ball Date: Mon, 29 Jul 2024 21:16:32 +0000 (-0700) Subject: Chore: Clean up JJB jobs X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F5180%2F5;p=ci-management.git Chore: Clean up JJB jobs Remove unused jobs for ealt-edge, eliot, icn, and validation. Remove unused helm jobs from ci-packer. Change-Id: I0b42a19ea8f51b029b7ee076d162686f1e764a00 Signed-off-by: Eric Ball --- diff --git a/jjb/ci-management/ci-packer.yaml b/jjb/ci-management/ci-packer.yaml index 52ef3f5..526fbff 100644 --- a/jjb/ci-management/ci-packer.yaml +++ b/jjb/ci-management/ci-packer.yaml @@ -39,18 +39,3 @@ platforms: - ubuntu-18.04 - ubuntu-18.04-arm64 - -- project: - name: packer-helm-jobs - jobs: - - gerrit-packer-merge - - packer-version: 1.4.2 - project: ci-management - project-name: ci-management - build-node: centos7-builder-2c-1g - build-timeout: 90 - - platforms: - - ubuntu-18.04 - templates: helm diff --git a/jjb/ealt-edge/ealt-edge.yaml b/jjb/ealt-edge/ealt-edge.yaml deleted file mode 100644 index 4f4df1f..0000000 --- a/jjb/ealt-edge/ealt-edge.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- project: - name: ealt-edge - project-name: ealt-edge - project: ealt-edge - stream: - - master: - branch: master - build-node: centos7-builder-2c-1g - jobs: - - akraino-project-stream-verify - views: - - project-view diff --git a/jjb/eliot/eliot.yaml b/jjb/eliot/eliot.yaml deleted file mode 100644 index 632fe8b..0000000 --- a/jjb/eliot/eliot.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- project: - name: eliot-project - project-name: eliot - project: eliot - stream: - - master: - branch: master - build-node: centos7-builder-2c-1g - jobs: - - akraino-project-stream-verify - views: - - project-view diff --git a/jjb/icn/icn.yaml b/jjb/icn/icn.yaml deleted file mode 100644 index 2aa91bc..0000000 --- a/jjb/icn/icn.yaml +++ /dev/null @@ -1,29 +0,0 @@ ---- -# -## Copyright (c) 2019 Intel Corporation -## -## 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. -## -# -- project: - name: icn - project: icn - project-name: icn - build-node: icn-dev - stream: - - master: - branch: master - jobs: - - akraino-project-stream-verify - views: - - project-view diff --git a/jjb/validation/validation.yaml b/jjb/validation/validation.yaml index 3d17a69..8d00381 100644 --- a/jjb/validation/validation.yaml +++ b/jjb/validation/validation.yaml @@ -30,4 +30,4 @@ - akraino-project-stream-stage-config views: - project-view - cron: "@weekly" # push fresh snapshot weekly + cron: "@monthly" diff --git a/tox.ini b/tox.ini index 5dad540..8edafaa 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,6 @@ deps = commands = jenkins-jobs {posargs:--help} - [testenv:pre-commit-install] basepython = python3 deps = pre-commit