Don't use branch matching

This is not needed since we have implicit branch matches - and even
hurts since the master version is used on stable branches

Remove here - this ensures that future stable branches and master are
fine.

Change-Id: I24a46d0d7476203feccb1250d4ce3ad94b2e0ecd
(cherry picked from commit be537bb79c)
This commit is contained in:
Andreas Jaeger 2019-09-13 09:03:53 +02:00 committed by Ghanshyam Mann
parent 6c46ada586
commit 6634aea983
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
- job: - job:
name: barbican-devstack-functional-base name: barbican-devstack-functional-base
# start running with Pike
branches: ^(?!stable/ocata).*$
parent: legacy-dsvm-base parent: legacy-dsvm-base
vars: vars:
database: sql database: sql
@ -149,8 +147,6 @@
- job: - job:
name: grenade-devstack-barbican name: grenade-devstack-barbican
parent: legacy-dsvm-base parent: legacy-dsvm-base
# Start testing with pike
branches: ^(?!stable/ocata).*$
irrelevant-files: irrelevant-files:
- ^(test-|)requirements.txt$ - ^(test-|)requirements.txt$
- ^setup.cfg$ - ^setup.cfg$