From: aravind.est Date: Thu, 7 Aug 2025 14:03:39 +0000 (+0100) Subject: Remove Standalone NONRTRIC verify jobs X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F14801%2F1;p=ci-management.git Remove Standalone NONRTRIC verify jobs 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 --- diff --git a/jjb/it-dep/it-dep.yaml b/jjb/it-dep/it-dep.yaml index ffaa1979..a445f8e9 100644 --- a/jjb/it-dep/it-dep.yaml +++ b/jjb/it-dep/it-dep.yaml @@ -39,30 +39,6 @@ - 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.