Switch to ussuri job templates

We don't really need to follow the project-wide cycle templates, but
most of the jobs defined in them are what we probably want to run
anyway. This drops the py2 job template, since all of our code is only
ever run under py3 now anyway, and switches from the train template to
the ussuri template.

Also drops py2 metadata tags since we don't expect (or want) to support
that anymore.

Change-Id: Ic55fa1f88141e7f592317fe334643bd7d81b5fd9
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-12-04 16:11:20 -06:00
parent cd63341585
commit d197c25f0c
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
2 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,7 @@
- project:
templates:
- openstack-pypy-jobs-nonvoting
- openstack-python-jobs
- openstack-python3-train-jobs
- openstack-python3-ussuri-jobs
check:
jobs:
- build-wheel-mirror-centos-7:

View File

@ -15,8 +15,6 @@ classifier =
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7