Fix python-heatclient docs publishing
heatclient was only publishing docs in release pipeline but used the wrong macro - use the proper template for it so that publishing works. If publishing happens only in release pipepline, the tags-only jobs (used by client publish template) needs to be used to have content at top-level as well. Change-Id: Ia30ed578efdd3ea9d8b9f2ef37afc5d07f88dcb5
This commit is contained in:
parent
ed944c16f3
commit
a84b3893c4
@ -12700,7 +12700,7 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- coverage-jobs
|
- coverage-jobs
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- openstack-publish-jobs
|
- openstack-client-publish-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
- translation-jobs
|
- translation-jobs
|
||||||
- 'gate-{name}-pypy'
|
- 'gate-{name}-pypy'
|
||||||
|
@ -15245,6 +15245,7 @@ projects:
|
|||||||
- name: pypy-jobs
|
- name: pypy-jobs
|
||||||
- name: translation-jobs
|
- name: translation-jobs
|
||||||
- name: osc-plugin-jobs
|
- name: osc-plugin-jobs
|
||||||
|
- name: openstack-client-publish-jobs
|
||||||
check:
|
check:
|
||||||
- gate-python-heatclient-pep8-ubuntu-trusty
|
- gate-python-heatclient-pep8-ubuntu-trusty
|
||||||
- gate-python-heatclient-python27-ubuntu-trusty
|
- gate-python-heatclient-python27-ubuntu-trusty
|
||||||
@ -15263,9 +15264,6 @@ projects:
|
|||||||
- python-heatclient-branch-tarball
|
- python-heatclient-branch-tarball
|
||||||
- python-heatclient-coverage-ubuntu-trusty
|
- python-heatclient-coverage-ubuntu-trusty
|
||||||
- python-heatclient-coverage-ubuntu-xenial
|
- python-heatclient-coverage-ubuntu-xenial
|
||||||
release:
|
|
||||||
- python-heatclient-docs-ubuntu-trusty
|
|
||||||
- python-heatclient-docs-ubuntu-xenial
|
|
||||||
|
|
||||||
- name: openstack/python-ironic-inspector-client
|
- name: openstack/python-ironic-inspector-client
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user