From: aravind.est Date: Mon, 2 Sep 2024 14:06:54 +0000 (+0100) Subject: NONRTRIC: Add NONRTRIC verification job to support helm3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=089d4722f2b2e36776d69466fba7048ef8371ddc;p=ci-management.git NONRTRIC: Add NONRTRIC verification job to support helm3 NONRTRIC charts build process changed to use helm v3. Issue-ID: CCSDK-4033 Change-Id: I03ae3b79378814d07e85770537ec6c8d917b8bee Signed-off-by: aravind.est --- diff --git a/jjb/it-dep/it-dep.yaml b/jjb/it-dep/it-dep.yaml index a445f8e9..ffaa1979 100644 --- a/jjb/it-dep/it-dep.yaml +++ b/jjb/it-dep/it-dep.yaml @@ -39,6 +39,30 @@ - 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.