From 0b75140daa4299e2a88f491a1ed36cce358ff83d Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Tue, 5 Nov 2019 08:34:04 -0500 Subject: [PATCH] Verify and push RMR pkgs from all branches 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 Change-Id: I8fe06f37595900247f524adb1d4d32a609ba3bac --- jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml index ca077eda..0c728688 100644 --- a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml +++ b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml @@ -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' -- 2.16.6