Merge "Refactor releasenote branch condition"

This commit is contained in:
Jenkins 2016-04-12 08:01:00 +00:00 committed by Gerrit Code Review
commit 4dc99f809b

View File

@ -2622,7 +2622,11 @@ jobs:
- '^.*requirements.txt$'
# Some projects do not have releasenotes until the Mitaka cycle
- name: ^gate-(keystoneauth|keystonemiddleware|python-saharaclient|python-ironicclient|python-keystoneclient|python-neutronclient|python-openstackclient|os-client-config|packstack|puppet-.*)-releasenotes$
- name: ^gate-(keystoneauth|keystonemiddleware|os-client-config|packstack|puppet-.*)-releasenotes$
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
# Some python client projects do not have releasenotes until the Mitaka cycle
- name: ^gate-python-(saharaclient|ironicclient|keystoneclient|neutronclient|openstackclient)-releasenotes$
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
# skip gate-openstack-ansible-releasenotes jobs for juno & kilo branches