Verify and push RMR pkgs from all branches 61/1361/2
authorE. Scott Daniels <daniels@research.att.com>
Tue, 5 Nov 2019 13:34:04 +0000 (08:34 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Tue, 5 Nov 2019 13:54:40 +0000 (08:54 -0500)
This change causes packages from all branches, not just
master, to be built, verified and then pushed into package
cloud (.deb/.rpm) or into the pypi world (python wrapper).

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I8fe06f37595900247f524adb1d4d32a609ba3bac

jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml

index ca077ed..0c72868 100644 (file)
@@ -40,8 +40,9 @@
       - gerrit-docker-verify
       - oran-gerrit-docker-ci-pc-merge
     stream:
-      - master:
-          branch: master
+      # verify and push from all branches
+      - all:
+          branch: '*'
 
 # build and publish distributions to test.pypi.org
 - project:
@@ -58,8 +59,9 @@
       - compare-type: REG_EXP
         pattern: 'src/bindings/rmr-python/.*'
     stream:
-      - master:
-          branch: master
+      # verify and push from all branches
+      - all:
+          branch: '*'
     jobs:
       - '{project-name}-gerrit-pypi-jobs'