Add build releasenotes py3 template

Add a build releasenotes python3 template and update the existion
release notes templates to mention that they include publishing to
docs.openstack.org for projects under governance.

Change-Id: I2bdb8a60d55f226a32e074f76b11a9d52967a4f7
This commit is contained in:
Andreas Jaeger 2019-07-22 16:17:46 +02:00
parent 16c5684be3
commit b55e9212be
1 changed files with 29 additions and 1 deletions

View File

@ -247,6 +247,12 @@
name: release-notes-jobs
description: |
Runs the release notes test and publish jobs.
.. note::
Only repos listed in ``openstack/governance`` repository are
allowed to publish to the `OpenStack docs website
<https://docs.openstack.org>`_ .
check:
jobs:
- build-openstack-releasenotes
@ -260,7 +266,13 @@
- project-template:
name: release-notes-jobs-python3
description: |
Runs the release notes jobs under python 3.
Builds and publishes the release notes jobs under python 3.
.. note::
Only repos listed in ``openstack/governance`` repository are
allowed to publish to the `OpenStack docs website
<https://docs.openstack.org>`_ .
check:
jobs:
- build-openstack-releasenotes:
@ -278,6 +290,22 @@
jobs:
- publish-openstack-releasenotes-python3
- project-template:
name: build-release-notes-jobs-python3
description: |
Runs the release notes jobs under python 3. This only builds releasenotes
but does not publish them.
check:
jobs:
- build-openstack-releasenotes:
vars:
sphinx_python: python3
gate:
jobs:
- build-openstack-releasenotes:
vars:
sphinx_python: python3
- project-template:
name: openstack-python-jobs
description: |