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
This commit is contained in:
Andreas Jaeger
2019-09-13 09:03:53 +02:00
committed by Douglas Mendizábal
parent 63e6979023
commit be537bb79c
-4
View File
@@ -1,7 +1,5 @@
- job:
name: barbican-devstack-functional-base
# start running with Pike
branches: ^(?!stable/ocata).*$
parent: legacy-dsvm-base
vars:
database: sql
@@ -134,8 +132,6 @@
- job:
name: barbican-grenade-devstack
parent: legacy-dsvm-base
# Start testing with pike
branches: ^(?!stable/ocata).*$
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$