CI: Deprecate gerrit-tox-verify Jenkins jobs 86/12786/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 25 Apr 2024 20:47:18 +0000 (13:47 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 25 Apr 2024 20:50:33 +0000 (13:50 -0700)
These jobs are running now in GitHub Actions

Change-Id: Ie8cb53cbcff7bf2948b597d3cc1442551bd1a769
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
13 files changed:
jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml
jjb/aiml-fw-athp-sdk-feature-store/aiml-fw-athp-sdk-feature-store.yaml
jjb/aiml-fw-athp-sdk-model-storage/aiml-fw-athp-sdk-model-storage.yaml
jjb/aiml-fw-athp-tps-kubeflow-adapter/aiml-fw-athp-tps-kubeflow-adapter.yaml
jjb/aiml-fw-awmf-tm/aiml-fw-awmf-tm.yaml
jjb/com-pylog/com-pylog.yaml
jjb/doc/doc.yaml
jjb/nonrtric-plt-rappcatalogue/nonrtric-plt-rappcatalogue.yaml
jjb/pti-o2/pti-o2.yaml
jjb/ric-app-ad/ric-app-ad.yaml
jjb/ric-app-lp/ric-app-lp.yaml
jjb/ric-app-qp/ric-app-qp.yaml
jjb/sim-a1-interface/sim-a1-interface.yaml

index 4714a14..38cbe4c 100644 (file)
       - master:
           branch: master
 
-- project:
-    <<: *aiml_de_docker_common
-    name: aiml-fw-athp-data-extraction-tox-verify
-    # the install script assumes an ubuntu image
-    build-node: ubuntu1804-builder-2c-2g
-    python-version: python3
-    # skip docs on verify
-    tox-envs: code
-    tox-dir: "."
-    # do not trigger on changes in docs, releases
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: "dataextraction/.*"
-    stream:
-      # run verify on all branches
-      # the ANT pattern is **/{branch}, we are exploiting that.
-      - all:
-          branch: master
-    jobs:
-      - gerrit-tox-verify
-
 - project:
     <<: *aiml_de_docker_common
     name: aiml-fw-athp-data-extraction-sonarqube
index cf1c323..18e4db5 100644 (file)
     # maven settings file has docker credentials
     mvn-settings: aiml-fw-athp-sdk-feature-store-settings
 
-- project:
-    <<: *aiml_fssdk_docker_common
-    name: aiml-fw-athp-sdk-feature-store-tox-verify
-    # the install script assumes an ubuntu image
-    build-node: ubuntu1804-builder-2c-2g
-    python-version: python3
-    # skip docs on verify
-    tox-envs: code
-    tox-dir: "."
-    # do not trigger on changes in docs, releases
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: "featurestoresdk/.*"
-    stream:
-      # run verify on all branches
-      # the ANT pattern is **/{branch}, we are exploiting that.
-      - all:
-          branch: master
-    jobs:
-      - gerrit-tox-verify
-
 - project:
     <<: *aiml_fssdk_docker_common
     name: aiml-fw-athp-sdk-feature-store-sonarqube
index 39de221..f05243f 100644 (file)
     # maven settings file has docker credentials
     mvn-settings: aiml-fw-athp-sdk-model-storage-settings
 
-- project:
-    <<: *aiml_mssdk_docker_common
-    name: aiml-fw-athp-sdk-model-storage-tox-verify
-    # the install script assumes an ubuntu image
-    build-node: ubuntu1804-builder-2c-2g
-    python-version: python3
-    # skip docs on verify
-    tox-envs: code
-    tox-dir: "."
-    # do not trigger on changes in docs, releases
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: "modelmetricsdk/.*"
-    stream:
-      # run verify on all branches
-      # the ANT pattern is **/{branch}, we are exploiting that.
-      - all:
-          branch: master
-    jobs:
-      - gerrit-tox-verify
-
 - project:
     <<: *aiml_mssdk_docker_common
     name: aiml-fw-athp-sdk-model-storage-sonarqube
index 2429c4c..7d21fdf 100644 (file)
       - master:
           branch: master
 
-- project:
-    <<: *aiml_kfc_docker_common
-    name: aiml-fw-athp-tps-kubeflow-adapter-tox-verify
-    # the install script assumes an ubuntu image
-    build-node: ubuntu1804-builder-2c-2g
-    python-version: python3
-    # skip docs on verify
-    tox-envs: code
-    tox-dir: "."
-    # do not trigger on changes in docs, releases
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: "kfadapter/.*"
-    stream:
-      # run verify on all branches
-      # the ANT pattern is **/{branch}, we are exploiting that.
-      - all:
-          branch: master
-    jobs:
-      - gerrit-tox-verify
-
 - project:
     <<: *aiml_kfc_docker_common
     name: aiml-fw-athp-tps-kubeflow-adapter-sonarqube
index 51c8fe7..642a791 100644 (file)
     stream:
       - master:
           branch: master
-- project:
-    <<: *aiml_tm_docker_common
-    name: aiml-fw-awmf-tm-tox-verify
-    # the install script assumes an ubuntu image
-    build-node: ubuntu1804-builder-2c-2g
-    python-version: python3
-    # skip docs on verify
-    tox-envs: code
-    tox-dir: "."
-    # do not trigger on changes in docs, releases
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: "trainingmgr/.*"
-    stream:
-      # run verify on all branches
-      # the ANT pattern is **/{branch}, we are exploiting that.
-      - all:
-          branch: master
-    jobs:
-      - gerrit-tox-verify
 
 - project:
     <<: *aiml_tm_docker_common
index 8323ca7..c619ffc 100644 (file)
@@ -66,7 +66,6 @@
         pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$'
     jobs:
       - "{project-name}-gerrit-pypi-release-jobs"
-      - gerrit-tox-verify
     stream:
       - master:
           branch: master
index 4091980..ade4e7c 100644 (file)
@@ -4,11 +4,3 @@
     project-name: doc
     views:
       - project-view
-
-- project:
-    name: doc-verify
-    project: doc
-    project-name: doc
-    python-version: python3
-    jobs:
-      - gerrit-tox-verify
index 8bdd59d..d150262 100644 (file)
@@ -97,8 +97,6 @@
       - compare-type: REG_EXP
         pattern: "catalogue-enhanced/.*"
     stream:
-      - master:
-          branch: master
       - g-release:
           branch: g-release
       - h-release:
index 419b832..790d4fe 100644 (file)
     # no need to verify docs
     tox-envs: code,flake8
 
-- project:
-    <<: *pti_o2_common
-    <<: *pti_o2_python
-    name: pti-o2-imsdms-verify
-    # do not trigger on changes in docs, releases
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$'
-    jobs:
-      - gerrit-tox-verify
-    stream:
-      - master:
-          branch: master
-
 - _pti_o2_docker: &pti_o2_docker_common
     <<: *pti_o2_common
     # values apply to all pti/o2 docker projects
index 6d3aa1c..c7fa354 100644 (file)
     # no need to verify docs
     tox-envs: code,flake8
 
-- project:
-    <<: *ad_common
-    <<: *ad_python
-    name: ric-app-ad-py-verify
-    # do not trigger on changes in docs, releases
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$'
-    jobs:
-      - gerrit-tox-verify
-    stream:
-      - master:
-          branch: master
-
 - project:
     <<: *ad_common
     <<: *ad_python
index 00b2b56..a4aebbc 100644 (file)
     # no need to verify docs
     tox-envs: code,flake8
 
-- project:
-    <<: *lp_common
-    <<: *lp_python
-    name: ric-app-lp-py-verify
-    # do not trigger on changes in docs, releases
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$'
-    jobs:
-      - gerrit-tox-verify
-    stream:
-      - master:
-          branch: master
-
 - project:
     <<: *lp_common
     <<: *lp_python
index f21f638..bc92e00 100644 (file)
     # no need to verify docs
     tox-envs: code,flake8
 
-- project:
-    <<: *qp_common
-    <<: *qp_python
-    name: ric-app-qp-py-verify
-    # do not trigger on changes in docs, releases
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$'
-    jobs:
-      - gerrit-tox-verify
-    stream:
-      - master:
-          branch: master
-
 - project:
     <<: *qp_common
     <<: *qp_python
index 44c082b..f534aa3 100644 (file)
     mvn-settings: sim-a1-interface-settings
     java-version: openjdk17
 
-- project:
-    <<: *sim_a1_interface_common
-    name: a1-simulator-verify
-    # the install script assumes an ubuntu image
-    build-node: ubuntu1804-builder-2c-2g
-    python-version: python3
-    tox-envs: code
-    stream:
-      - master:
-          branch: master
-    jobs:
-      - gerrit-tox-verify
-
 - project:
     <<: *sim_a1_interface_common
     name: a1-simulator