X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fit-dep%2Fit-dep.yaml;h=7190f2ea5094c97cd22bcefdbc548eff0c8e4df5;hb=b0cf01badcd2717524aa17d1011a19b40036c503;hp=653428bd241d105093a354de54003b188e912544;hpb=aead76093821b2892a98686db8fb35c5ba61709b;p=ci-management.git diff --git a/jjb/it-dep/it-dep.yaml b/jjb/it-dep/it-dep.yaml index 653428bd..7190f2ea 100644 --- a/jjb/it-dep/it-dep.yaml +++ b/jjb/it-dep/it-dep.yaml @@ -13,7 +13,7 @@ jobs: - gerrit-info-yaml-verify -- it_dep_common: &it_dep_common +- _it_dep_common: &it_dep_common # values apply to all it/dep projects name: it-dep-docker-common # git repo @@ -33,6 +33,7 @@ # no image needs to be pushed, so there is no merge job. name: it-dep-helm # jenkins job name prefix + build-timeout: 120 project-name: '{name}' # image name docker-name: 'o-ran-sc/{name}' @@ -47,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