Create a release notes job for glanceclient
Currently the release notes are not getting published for the python-glanceclient library. This commit introduces the release notes job that should enable publishing. http://docs.openstack.org/releasenotes/python-glanceclient Change-Id: I1c526c5715293bb51a6ce3db5519e3771f0a6251
This commit is contained in:
parent
a8b5912995
commit
5e86c9e5eb
@ -11226,6 +11226,7 @@
|
||||
suffix: '-nv'
|
||||
- openstack-client-publish-jobs
|
||||
- pypi-jobs
|
||||
- openstack-releasenotes-jobs
|
||||
- 'lib-forward-testing-{name}'
|
||||
- '{pipeline}-glanceclient-dsvm-functional{special}{job-suffix}':
|
||||
pipeline: gate
|
||||
|
@ -3199,7 +3199,7 @@ jobs:
|
||||
branch: ^(?!stable/(?:juno|kilo|liberty)).*$
|
||||
|
||||
# Some python client projects do not have releasenotes until the Newton cycle
|
||||
- name: ^gate-python-(manila|tacker|trove)client-releasenotes$
|
||||
- name: ^gate-python-(manila|tacker|trove|glance)client-releasenotes$
|
||||
branch: ^(?!stable/(?:juno|kilo|liberty|mitaka)).*$
|
||||
|
||||
# Some projects do not have releasenotes until the Newton cycle
|
||||
@ -13982,6 +13982,7 @@ projects:
|
||||
- name: python-jobs
|
||||
- name: python34-jobs
|
||||
- name: python35-jobs-nv
|
||||
- name: release-notes-jobs
|
||||
- name: openstack-client-publish-jobs
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
|
Loading…
Reference in New Issue
Block a user