From: E. Scott Daniels Date: Tue, 5 Nov 2019 13:34:04 +0000 (-0500) Subject: Verify and push RMR pkgs from all branches X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=0b75140daa4299e2a88f491a1ed36cce358ff83d 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 --- 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'