Merge "Don't try to filter release jobs by branch"
This commit is contained in:
commit
1dd5fa842a
@ -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).*$
|
||||
|
Loading…
Reference in New Issue
Block a user