Dropping the py35 testing

All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I260f08973e0dd3305d899858bca2b84f716dbcf3
This commit is contained in:
Ghanshyam Mann 2019-04-15 01:38:40 +00:00
parent 9f98a16566
commit 000cb719f6
3 changed files with 5 additions and 10 deletions

View File

@ -59,7 +59,7 @@
parent: zun-tempest-base
- job:
name: zun-tempest-py35-docker-sql
name: zun-tempest-py3-docker-sql
parent: zun-tempest-base
vars:
devstack_localrc:
@ -89,7 +89,6 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- publish-openstack-docs-pti
@ -97,12 +96,12 @@
check:
jobs:
- zun-tempest-docker-sql
- zun-tempest-py35-docker-sql
- zun-tempest-py3-docker-sql
- zun-tempest-docker-etcd
- zun-tempest-multinode-docker-sql
gate:
queue: zun
jobs:
- zun-tempest-docker-sql
- zun-tempest-py35-docker-sql
- zun-tempest-py3-docker-sql
- zun-tempest-multinode-docker-sql

View File

@ -16,7 +16,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[files]
data_files =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py36,py27,pep8,migration
envlist = py36,py27,pep8,migration
skipsdist = True
[testenv]
@ -66,10 +66,6 @@ commands = oslo_debug_helper {posargs}
basepython = python2.7
commands = oslo_debug_helper {posargs}
[testenv:debug-py35]
basepython = python3.5
commands = oslo_debug_helper {posargs}
[testenv:debug-py36]
basepython = python3.6
commands = oslo_debug_helper {posargs}