Do not run release notes for openstack-manuals/liberty
The stable/liberty branch does not have release notes, do not run it there. Also, sort and shorten the python client regex for releasenotes. Change-Id: Ibad90ab096fed721b6a853439907c5db57692c3e
This commit is contained in:
parent
d91c3985ee
commit
c7ef5d4a1c
@ -2704,11 +2704,11 @@ jobs:
|
|||||||
- '^.*requirements.txt$'
|
- '^.*requirements.txt$'
|
||||||
|
|
||||||
# Some projects do not have releasenotes until the Mitaka cycle
|
# Some projects do not have releasenotes until the Mitaka cycle
|
||||||
- name: ^gate-(keystoneauth|keystonemiddleware|os-client-config|packstack|puppet-.*)-releasenotes$
|
- name: ^gate-(keystoneauth|keystonemiddleware|openstack-manuals|os-client-config|packstack|puppet-.*)-releasenotes$
|
||||||
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
|
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
|
||||||
|
|
||||||
# Some python client projects do not have releasenotes until the Mitaka cycle
|
# Some python client projects do not have releasenotes until the Mitaka cycle
|
||||||
- name: ^gate-python-(troveclient|saharaclient|ironicclient|keystoneclient|neutronclient|openstackclient)-releasenotes$
|
- name: ^gate-python-(ironic|keystone|neutron|openstack|sahara|trove)client-releasenotes$
|
||||||
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
|
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
|
||||||
|
|
||||||
# skip gate-openstack-ansible-releasenotes jobs for juno & kilo branches
|
# skip gate-openstack-ansible-releasenotes jobs for juno & kilo branches
|
||||||
|
Loading…
Reference in New Issue
Block a user