Update CI to use unversioned jobs templat

As part of the migration of this project to the independent release
model, we failed to notice that the job template was still tied to a
specific release. We've now introduced a new unversioned job template,
'openstack-python3-jobs' [1], which was can and should use. Do this.

[1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/

Change-Id: I7d39046a59f08d60fcff1f4b28287c6979a803ed
This commit is contained in:
zhangbailin 2022-10-06 10:15:18 +08:00 committed by Andrii Ostapenko
parent 56d5e332eb
commit 23d478283d
3 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
- project: - project:
templates: templates:
- docs-on-readthedocs - docs-on-readthedocs
- openstack-python3-ussuri-jobs - openstack-python3-jobs
vars: vars:
rtd_webhook_id: '47123' rtd_webhook_id: '47123'

View File

@ -7,6 +7,7 @@ description-content-type = text/x-rst
author = OpenStack author = OpenStack
author-email = openstack-discuss@lists.openstack.org author-email = openstack-discuss@lists.openstack.org
home-page = https://www.openstack.org/ home-page = https://www.openstack.org/
python_requires = >=3.8
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Developers Intended Audience :: Developers
@ -14,10 +15,11 @@ classifier =
License :: OSI Approved :: Apache Software License License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2 Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files] [files]
packages = packages =

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py36,py35,py27,pep8,docs,py39 envlist = py3,pep8,docs
minversion = 2.0 minversion = 2.0
skipsdist = True skipsdist = True