From: sebdet Date: Fri, 22 Oct 2021 11:39:13 +0000 (+0200) Subject: [IT-DEP] Add a new verify job for smo package X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F6917%2F1;hp=da221d48d6fc1a403bd0318453b0ea76cdb52f6b;p=ci-management.git [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 --- 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