Remove Standalone NONRTRIC verify jobs 01/14801/1
authoraravind.est <aravindhan.a@est.tech>
Thu, 7 Aug 2025 14:03:39 +0000 (15:03 +0100)
committeraravind.est <aravindhan.a@est.tech>
Thu, 7 Aug 2025 14:05:28 +0000 (15:05 +0100)
NONRTRIC charts are available as part of smo-install and the standalone NONRTRIC charts are removed.
This removes the job which verifies the standalone NONRTRIC repository.

Issue-ID: NONRTRIC-1082
Change-Id: I0a4a0e150dc3febd800047a1cec3717d4cbeaee7
Signed-off-by: aravind.est <aravindhan.a@est.tech>
jjb/it-dep/it-dep.yaml

index ffaa197..a445f8e 100644 (file)
       - all:
           branch: "*"
 
-- project:
-    <<: *it_dep_common
-    # Verify helm charts using a Docker build process.
-    # no image needs to be pushed, so there is no merge job.
-    name: it-dep-nonrtric-helm
-    # jenkins job name prefix
-    build-timeout: 120
-    project-name: "{name}"
-    # image name
-    docker-name: "o-ran-sc/{name}"
-    # dockerfile is in subdir
-    docker-build-args: -f ci/Dockerfile-nonrtric-install
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: "nonrtric/.*"
-    # any tag will do
-    container-tag-method: latest
-    submodule-disable: true
-    jobs:
-      - gerrit-docker-verify
-    stream:
-      - all:
-          branch: "*"
-
 - project:
     <<: *it_dep_common
     # Verify helm charts using a Docker build process.