From a8945dc8f2b65cdcf3e496a079166ef53b8e8871 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Thu, 7 Aug 2025 15:03:39 +0100 Subject: [PATCH] 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 --- jjb/it-dep/it-dep.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) 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. -- 2.16.6