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>
- 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.