X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fit-dep%2Fit-dep.yaml;h=56d9b9e53e9ddeedd338bf9673a8c6d6758c41c0;hb=5c8660637f7d0e180d4708c9b8d4b5693b0627fa;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..56d9b9e5 100644 --- a/jjb/it-dep/it-dep.yaml +++ b/jjb/it-dep/it-dep.yaml @@ -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