From 126efe9904c14aab11b4c4599f2043067d705dc0 Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 22 Oct 2021 13:39:13 +0200 Subject: [PATCH] [IT-DEP] Add a new verify job for smo package This is a new verify job to check the helm chart v3 defined in It-dep/smo-install. Issue-ID: NONRTRIC-609 Signed-off-by: sebdet Change-Id: I749409950fd1cee5ecb37c411f6073835aab6c68 --- jjb/it-dep/it-dep.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/jjb/it-dep/it-dep.yaml b/jjb/it-dep/it-dep.yaml index d1bae142..56d9b9e5 100644 --- a/jjb/it-dep/it-dep.yaml +++ b/jjb/it-dep/it-dep.yaml @@ -48,6 +48,27 @@ - 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 -- 2.16.6