Remove it-dep-helm and it-dep-smo-install ci jobs 58/14858/1
authoraravind.est <aravindhan.a@est.tech>
Thu, 28 Aug 2025 13:42:54 +0000 (14:42 +0100)
committeraravind.est <aravindhan.a@est.tech>
Thu, 28 Aug 2025 13:42:54 +0000 (14:42 +0100)
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 <aravindhan.a@est.tech>
jjb/it-dep/it-dep.yaml

index a445f8e..d3b9581 100644 (file)
     # 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