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:
parent
cd63341585
commit
d197c25f0c
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user