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: I327f77002bb752025bf158d6e675705f8034ed7d
This commit is contained in:
Ghanshyam Mann 2019-04-22 23:04:43 +00:00
parent 77792b892e
commit bebf0c5f5c
2 changed files with 0 additions and 7 deletions

View File

@ -2,7 +2,6 @@
templates:
- check-requirements
- openstack-python-jobs-ceilometer
- openstack-python35-jobs-ceilometer
- openstack-python36-jobs-ceilometer
- periodic-stable-jobs-ceilometer
- openstack-lower-constraints-jobs-ceilometer

View File

@ -36,12 +36,6 @@ commands =
stestr run {posargs}
stestr slowest
[testenv:py35]
commands =
{[testenv]commands}
stestr run {posargs}
stestr slowest
[testenv:py36]
commands =
{[testenv]commands}