Use python3 in release-notes-jobs

release-notes-jobs project-template used in stable branches like rocky
uses python2, but it refers to the master branch of the requirements repo
which now supports only python3. As a result build-openstack-releasenotes
job fail. The releasenotes build is always run against the master branch,
so we can use python3 in release-notes-jobs project-template.

release-notes-jobs and release-notes-jobs-python3 are now similar,
but it would be good to keep both as release-notes-jobs is referred
in stable branches in many repositories.

Change-Id: I708b20424a7b044cac3ea589714235fce5fae546
This commit is contained in:
Akihiro Motoki 2020-02-10 22:22:37 +09:00
parent ef55be9df0
commit 8f1859f4a3

View File

@ -242,10 +242,14 @@
<https://docs.openstack.org>`_ .
check:
jobs:
- build-openstack-releasenotes
- build-openstack-releasenotes:
vars:
sphinx_python: python3
gate:
jobs:
- build-openstack-releasenotes
- build-openstack-releasenotes:
vars:
sphinx_python: python3
promote:
jobs:
- promote-openstack-releasenotes