Merge "Don't try to filter release jobs by branch"

This commit is contained in:
Jenkins 2016-01-23 02:11:52 +00:00 committed by Gerrit Code Review
commit 1dd5fa842a

View File

@ -2212,28 +2212,10 @@ jobs:
- name: gate-neutron-docs
branch: ^(?:stable/kilo).*$
- name: neutron-coverage
branch: ^(?:stable/kilo).*$
- name: neutron-docs
branch: ^(?:stable/kilo).*$
- name: neutron-branch-tarball
branch: ^(?:stable/kilo).*$
# Only run non-constraints jobs on Kilo
- name: ^gate-neutron-vpnaas-(docs|pep8|python27)$
branch: ^(?:stable/kilo).*$
- name: neutron-vpnaas-coverage
branch: ^(?:stable/kilo).*$
- name: neutron-vpnaas-tarball
branch: ^(?:stable/kilo).*$
- name: neutron-vpnaas-branch-tarball
branch: ^(?:stable/kilo).*$
# Don't run python34 on Kilo
- name: ^gate-neutron-vpnaas-python34$
branch: ^(?!stable/kilo).*$