From: santanude Date: Fri, 13 May 2022 11:09:30 +0000 (+0530) Subject: Add smo-post-config image to the release process X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ad2c3974183bab2c13a475ff73ef5b22dd08aef6;p=ci-management.git Add smo-post-config image to the release process Signed-off-by: santanude Change-Id: Ieb5e1d50c4b5d3f92f1fd4f9a8378838cd97d873 --- diff --git a/jjb/smo-ves/smo-ves.yaml b/jjb/smo-ves/smo-ves.yaml index 12d221e7..9f1473fb 100644 --- a/jjb/smo-ves/smo-ves.yaml +++ b/jjb/smo-ves/smo-ves.yaml @@ -70,6 +70,21 @@ stream: - master: branch: master +- project: + <<: *ves_docker_common + name: smo-postconfig + project-name: '{name}' + # image name + docker-name: 'smo-post-config' + # Dockerfile is in a subdir + docker-root: postconfig + # source of docker tag + container-tag-method: yaml-file + jobs: + - '{project-name}-gerrit-docker-jobs' + stream: + - master: + branch: master - project: <<: *ves_docker_common