From 089d4722f2b2e36776d69466fba7048ef8371ddc Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Mon, 2 Sep 2024 15:06:54 +0100 Subject: [PATCH] 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 --- jjb/it-dep/it-dep.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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. -- 2.16.6