Run A1 verify on all branches. 50/1350/3
authorTommy Carpenter <tc677g@att.com>
Mon, 4 Nov 2019 19:36:17 +0000 (14:36 -0500)
committerTommy Carpenter <tc677g@att.com>
Mon, 4 Nov 2019 19:47:12 +0000 (14:47 -0500)
Change-Id: I5fd6674dabda85246ddd28c2a066148fde6c9213
Signed-off-by: Tommy Carpenter <tc677g@att.com>
jjb/ric-plt-a1/ric-plt-a1.yaml

index a9118ea..aa83096 100644 (file)
       - ../shell/install-deb-nng-rmr.sh
     python-version: python3
     stream:
-      - master:
-          branch: master
+      # run verify on all branches
+      # the ANT pattern is **/{branch}, we are exploiting that.
+      - all:
+          branch: '*'
     jobs:
       - gerrit-tox-verify
-      - gerrit-python-xc-clm
 
 - project:
     <<: *a1_common