From: aravind.est Date: Thu, 28 Aug 2025 13:42:54 +0000 (+0100) Subject: Remove it-dep-helm and it-dep-smo-install ci jobs X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ab78ea4dd16934f0ac88035f713b04d657ca2769;p=ci-management.git Remove it-dep-helm and it-dep-smo-install ci jobs it-dep-helm and it-dep-smo-install jobs are migrated to github workflow as part of https://gerrit.o-ran-sc.org/r/c/it/dep/+/14817 and https://gerrit.o-ran-sc.org/r/c/it/dep/+/14844 Latest ci job can be viewed in Github here(https://github.com/o-ran-sc/it-dep/actions/workflows/gerrit-verify-itdep.yaml) Issue-ID: NONRTRIC-1076 Change-Id: I889bc5bfe87437e60036755c78f2d92f938558ef Signed-off-by: aravind.est --- diff --git a/jjb/it-dep/it-dep.yaml b/jjb/it-dep/it-dep.yaml index a445f8e9..d3b95812 100644 --- a/jjb/it-dep/it-dep.yaml +++ b/jjb/it-dep/it-dep.yaml @@ -18,48 +18,6 @@ # source of docker tag container-tag-method: yaml-file -- 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-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 - # 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. - # no image needs to be pushed, so there is no merge job. - name: it-dep-smo-install - # 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-smo-install - # any tag will do - container-tag-method: latest - submodule-disable: true - jobs: - - gerrit-docker-verify - stream: - - all: - branch: "*" - # build and publish packages to PackageCloud.io - project: <<: *it_dep_common