Use publish-openstack-releasenotes-python3 for python3 release notes

Because publish-openstack-releasenotes is final we need to add a new
job to use when publishing release notes for projects using python 3
instead of being able to just use a variant with sphinx_python set.

Change-Id: Ib671f2c05a5e22d79cb6acc88e9c51e89132970f
Depends-On: https://review.openstack.org/563771
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-23 17:23:25 -04:00
parent 42d0b7c2cc
commit 410cc4b457

View File

@ -311,14 +311,10 @@
sphinx_python: python3
post:
jobs:
- publish-openstack-releasenotes:
vars:
sphinx_python: python3
- publish-openstack-releasenotes-python3
tag:
jobs:
- publish-openstack-releasenotes:
vars:
sphinx_python: python3
- publish-openstack-releasenotes-python3
- project-template:
name: openstack-python-jobs