Chore: Clean up JJB jobs 80/5180/5 master
authorEric Ball <eball@linuxfoundation.org>
Mon, 29 Jul 2024 21:16:32 +0000 (14:16 -0700)
committerEric Ball <eball@linuxfoundation.org>
Mon, 5 Aug 2024 19:47:31 +0000 (12:47 -0700)
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 <eball@linuxfoundation.org>
jjb/ci-management/ci-packer.yaml
jjb/ealt-edge/ealt-edge.yaml [deleted file]
jjb/eliot/eliot.yaml [deleted file]
jjb/icn/icn.yaml [deleted file]
jjb/validation/validation.yaml
tox.ini

index 52ef3f5..526fbff 100644 (file)
     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 (file)
index 4f4df1f..0000000
+++ /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 (file)
index 632fe8b..0000000
+++ /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 (file)
index 2aa91bc..0000000
+++ /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
index 3d17a69..8d00381 100644 (file)
@@ -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 (file)
--- 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