Merge "Use same regex expression to match stable branches"

This commit is contained in:
Jenkins 2014-08-01 01:12:15 +00:00 committed by Gerrit Code Review
commit d330e33f00

View File

@ -523,7 +523,7 @@ jobs:
- name: check-tempest-dsvm-neutron-aiopcpu
voting: false
- name: gate-designate-devstack-dsvm
branch: ^(?!stable/(?:havana|icehouse)).*$
branch: ^(?!stable/(havana|icehouse)).*$
# For Gerrit ver 2.4.x (using maven)
- name: ^(gate|check)-gerrit-unittests$
branch: ^openstack/2\.4.*$