Verify helm charts on all branches 12/2412/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Mon, 3 Feb 2020 19:16:32 +0000 (14:16 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Mon, 3 Feb 2020 19:24:35 +0000 (14:24 -0500)
Use wildcard branch pattern to verify helm chart changes

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Ifacde7f635e2f86751df55bc0700a86f398ebfea

jjb/it-dep/it-dep.yaml

index bc80644..fd3f3ec 100644 (file)
@@ -14,7 +14,7 @@
       - gerrit-info-yaml-verify
 
 - it_dep_common: &it_dep_common
-    # values apply to all it/dep docker projects
+    # values apply to all it/dep projects
     name: it-dep-docker-common
     # git repo
     project: it/dep
@@ -26,9 +26,6 @@
     docker-build-args: '--network=host'
     # source of docker tag
     container-tag-method: yaml-file
-    stream:
-      - master:
-          branch: master
 
 - project:
     <<: *it_dep_common
@@ -45,6 +42,9 @@
     container-tag-method: latest
     jobs:
       - gerrit-docker-verify
+    stream:
+      - all:
+          branch: '*'
 
 # build and publish packages to PackageCloud.io
 - project:
@@ -80,6 +80,9 @@
         pattern: '{docker-root}/.*'
     jobs:
       - '{project-name}-gerrit-docker-jobs'
+    stream:
+      - master:
+          branch: master
 
 - project:
     <<: *it_dep_common
@@ -95,6 +98,9 @@
         pattern: '{docker-root}/.*'
     jobs:
       - '{project-name}-gerrit-docker-jobs'
+    stream:
+      - master:
+          branch: master
 
 - project:
     <<: *it_dep_common
     build-node: centos7-docker-2c-8g
     jobs:
       - '{project-name}-gerrit-release-jobs'
-