Clean up jobs migrated to GHA

Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I057ecdcee856cc16ee50eb453eda936170e81fb4
diff --git a/jjb/repos/voltha-docs.yaml b/jjb/repos/voltha-docs.yaml
deleted file mode 100644
index bdf0da3..0000000
--- a/jjb/repos/voltha-docs.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
----
-# verification jobs for 'voltha-docs' repo
-
-- project:
-    name: voltha-docs
-    project: '{name}'
-    project-regexp: '^{name}$'
-    build-node: ubuntu22.04-basebuild-4c-8g
-
-    jobs:
-      - 'verify-voltha-docs-jobs':
-          branch-regexp: '{supported-branches-regexp}'
-      - 'post-submit-voltha-docs-jobs':
-          branch-regexp: '{supported-branches-regexp}'
-
-- job-group:
-    name: 'verify-voltha-docs-jobs'
-    jobs:
-      - 'verify-licensed'
-      - 'tag-check'
-      - 'make-unit-test':
-          unit-test-targets: 'test'
-          junit-allow-empty-results: true
-
-- job-group:
-    name: 'post-submit-voltha-docs-jobs'
-    jobs:
-      - 'version-tag'
-      - 'sync-dir':
-          dependency-jobs: 'version-tag_voltha-docs'
-          build-command: 'make multiversion'
-          build-output-path: '_build/multiversion/'
-          sync-target-server: 'static.lfbroadband.org'
-          sync-target-path: '/srv/sites/docs.voltha.org/'
-          build-timeout: 60
-
-# [EOF]
diff --git a/jjb/repos/voltha-helm-charts.yaml b/jjb/repos/voltha-helm-charts.yaml
deleted file mode 100644
index b0802cd..0000000
--- a/jjb/repos/voltha-helm-charts.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
----
-# SPDX-FileCopyrightText: 2023-2024 Open Networking Foundation (ONF) and the ONF Contributors
-# SPDX-License-Identifier: Apache-2.0
-
-- project:
-    name: voltha-helm-charts
-    project: '{name}'
-    project-regexp: '^{name}$'
-
-    jobs:
-      - 'verify-voltha-helm-charts-jobs':
-          branch-regexp: '{all-branches-regexp}'
-      - 'verify-voltha-helm-charts-jobs-voltha-2.14':
-          name-extension: '-voltha-2.14'
-          override-branch: 'voltha-2.14'
-          branch-regexp: '^voltha-2.14$'
-      - 'verify-voltha-helm-charts-jobs-master':
-          branch-regexp: '^master$'
-
-- job-group:
-    name: 'verify-voltha-helm-charts-jobs'
-    jobs:
-      - 'verify-licensed'
-      - 'tag-check'
-      - 'helm-lint'
-      - 'version-tag'
-      - 'publish-helm-repo'
-
-- job-group:
-    name: 'verify-voltha-helm-charts-jobs-master'
-    jobs:
-      - 'voltha-patch-test'
-
-- job-group:
-    name: 'verify-voltha-helm-charts-jobs-voltha-2.14'
-    jobs:
-      - 'voltha-patch-test':
-          pipeline-script: 'voltha/bbsim-tests.groovy'
-          pipeline-branch: 'voltha-2.14'
-
-# [EOF]
diff --git a/jjb/verify/device-management-interface.yaml b/jjb/verify/device-management-interface.yaml
deleted file mode 100644
index fa33a0f..0000000
--- a/jjb/verify/device-management-interface.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
----
-# verification jobs for 'device-management-interface' repo
-
-- project:
-    name: device-management-interface
-    project: '{name}'
-
-    jobs:
-      - 'verify-device-management-interface-jobs':
-          branch-regexp: '{all-branches-regexp}'
-      - 'post-merge-voltha-protos-jobs':
-          branch-regexp: '{all-branches-regexp}'
-          pypi-index: 'pypi'
-          pypi-prep-commands: 'make python-protos'
-
-- job-group:
-    name: 'verify-device-management-interface-jobs'
-    jobs:
-      - 'verify-licensed'
-      - 'make-unit-test':
-          junit-allow-empty-results: true
-
-- job-group:
-    name: 'post-merge-device-management-interface-jobs'
-    jobs:
-      - 'pypi-publish':
-          project-regexp: '^{name}$'
-          dependency-jobs: 'version-tag_wildcard'
-
-# [EOF]
diff --git a/jjb/verify/voltha-go-controller.yaml b/jjb/verify/voltha-go-controller.yaml
deleted file mode 100644
index 35d32f8..0000000
--- a/jjb/verify/voltha-go-controller.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
----
-# verification jobs for 'voltha-go-controller' repo
-
-- project:
-    name: voltha-go-controller
-    project: '{name}'
-
-    jobs:
-      - 'verify-voltha-go-controller-jobs':
-          branch-regexp: '{all-branches-regexp}'
-      - 'publish-voltha-go-controller-jobs':
-          branch-regexp: '{all-branches-regexp}'
-
-- job-group:
-    name: 'verify-voltha-go-controller-jobs'
-    jobs:
-      - 'verify-licensed'
-      - 'make-unit-test':
-          build-node: 'ubuntu18.04-basebuild-1c-2g'
-          dest-gopath: "github.com/opencord"
-          unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'false'
-          # NOTE needed until we have some unit tests in place
-          junit-allow-empty-results: true
-
-# - job-group:
-#     name: 'verify-voltha-go-controller-jobs-voltha-2.9'
-#     jobs:
-#       - 'voltha-patch-test':
-#           pipeline-script: 'voltha/voltha-2.9/bbsim-tests.groovy'
-
-# - job-group:
-#     name: 'verify-voltha-go-controller-jobs-master'
-#     jobs:
-#       - 'voltha-patch-test':
-#           extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
-
-- job-group:
-    name: 'publish-voltha-go-controller-jobs'
-    jobs:
-      - 'docker-publish':
-          maintainers: "releng+voltha-build@linuxfoundation.org"
-          docker-repo: 'voltha'
-          dependency-jobs: 'version-tag_wildcard'
-
-# [EOF]
diff --git a/jjb/verify/voltha-lib-go.yaml b/jjb/verify/voltha-lib-go.yaml
deleted file mode 100644
index 332870e..0000000
--- a/jjb/verify/voltha-lib-go.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
----
-# -----------------------------------------------------------------------
-# Copyright 2019-2024 Open Networking Foundation Contributors
-#
-# 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-FileCopyrightText: 2019-2024 Open Networking Foundation Contributors
-# SPDX-License-Identifier: Apache-2.0
-# -----------------------------------------------------------------------
-# Entropy: 0fcb5ffa-d1a4-11ee-be5e-9f44b7181764
-# -----------------------------------------------------------------------
-#  Intent: verification jobs for 'voltha-lib-go' repo
-# -----------------------------------------------------------------------
-
-- project:
-    name: voltha-lib-go
-    project: '{name}'
-
-    jobs:
-      - 'verify-voltha-lib-go-jobs':
-          branch-regexp: '{all-branches-regexp}'
-
-- job-group:
-    name: 'verify-voltha-lib-go-jobs'
-    jobs:
-      - 'verify-licensed'
-      - 'make-unit-test':
-#          build-node: 'ubuntu18.04-basebuild-4c-8g'
-          build-node: 'ubuntu18.04-basebuild-8c-15g'
-          build-timeout: 20
-          dest-gopath: "github.com/opencord"
-          unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'false'
-
-# [EOF]
diff --git a/jjb/verify/voltha-protos.yaml b/jjb/verify/voltha-protos.yaml
deleted file mode 100644
index c22a46a..0000000
--- a/jjb/verify/voltha-protos.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
----
-# verification jobs for 'voltha-protos' repo
-
-- project:
-    name: voltha-protos
-    project: '{name}'
-
-    jobs:
-      - 'verify-voltha-protos-jobs':
-          branch-regexp: '{all-branches-regexp}'
-      - 'post-merge-voltha-protos-jobs':
-          branch-regexp: '{all-branches-regexp}'
-          pypi-index: 'pypi'
-          pypi-prep-commands: 'make python-protos'
-
-- job-group:
-    name: 'verify-voltha-protos-jobs'
-    jobs:
-      - 'verify-licensed'
-      - 'make-unit-test':
-          build-node: 'ubuntu22.04-basebuild-4c-8g'
-          build-timeout: 20
-          unit-test-targets: 'test'
-          unit-test-keep-going: 'false'
-
-- job-group:
-    name: 'post-merge-voltha-protos-jobs'
-    jobs:
-      - 'pypi-publish':
-          project-regexp: '^{name}$'
-          dependency-jobs: 'version-tag_wildcard'
-          build-node: ubuntu22.04-basebuild-4c-8g
-
-# [EOF]