Add smo-post-config image to the release process 78/8278/1
authorsantanude <santanu.de@xoriant.com>
Fri, 13 May 2022 11:09:30 +0000 (16:39 +0530)
committersantanude <santanu.de@xoriant.com>
Fri, 13 May 2022 11:09:30 +0000 (16:39 +0530)
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: Ieb5e1d50c4b5d3f92f1fd4f9a8378838cd97d873

jjb/smo-ves/smo-ves.yaml

index 12d221e..9f1473f 100644 (file)
     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