Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-04-22 03:26:25 +00:00 committed by Gerrit Code Review
commit ceb39e6917
3 changed files with 10 additions and 11 deletions

View File

@ -3,7 +3,6 @@
- check-requirements - check-requirements
- openstack-lower-constraints-jobs - openstack-lower-constraints-jobs
- openstack-python-jobs - openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs - openstack-python36-jobs
- openstack-python37-jobs - openstack-python37-jobs
- publish-openstack-docs-pti - publish-openstack-docs-pti
@ -11,12 +10,12 @@
check: check:
jobs: jobs:
- senlin-dsvm-tempest-py27-api - senlin-dsvm-tempest-py27-api
- senlin-dsvm-tempest-py35-api - senlin-dsvm-tempest-py3-api
- senlin-dsvm-tempest-py27-functional - senlin-dsvm-tempest-py27-functional
- senlin-dsvm-tempest-py35-functional - senlin-dsvm-tempest-py3-functional
- senlin-dsvm-tempest-py27-integration: - senlin-dsvm-tempest-py27-integration:
voting: false voting: false
- senlin-dsvm-tempest-py35-integration: - senlin-dsvm-tempest-py3-integration:
voting: false voting: false
- openstack-tox-cover: - openstack-tox-cover:
voting: false voting: false
@ -108,7 +107,7 @@
- openstack/zaqar-tempest-plugin - openstack/zaqar-tempest-plugin
- job: - job:
name: senlin-dsvm-tempest-py35-api name: senlin-dsvm-tempest-py3-api
parent: senlin-tempest-base parent: senlin-tempest-base
vars: vars:
tempest_test_regex: senlin_tempest_plugin.tests.api tempest_test_regex: senlin_tempest_plugin.tests.api
@ -121,7 +120,7 @@
cloud_backend: openstack_test cloud_backend: openstack_test
- job: - job:
name: senlin-dsvm-tempest-py35-functional name: senlin-dsvm-tempest-py3-functional
parent: senlin-tempest-base parent: senlin-tempest-base
vars: vars:
tempest_test_regex: senlin_tempest_plugin.tests.functional tempest_test_regex: senlin_tempest_plugin.tests.functional
@ -135,7 +134,7 @@
health_check_interval_min: 10 health_check_interval_min: 10
- job: - job:
name: senlin-dsvm-tempest-py35-integration name: senlin-dsvm-tempest-py3-integration
parent: senlin-tempest-base parent: senlin-tempest-base
vars: vars:
tempest_test_regex: senlin_tempest_plugin.tests.integration tempest_test_regex: senlin_tempest_plugin.tests.integration

View File

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

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
envlist = py36,py35,py27,pep8,functional envlist = py36,py27,pep8,functional
skipsdist = True skipsdist = True
[testenv] [testenv]
@ -31,8 +31,8 @@ commands = oslo_debug_helper -t senlin/tests/unit {posargs}
basepython = python2.7 basepython = python2.7
commands = oslo_debug_helper -t senlin/tests/unit {posargs} commands = oslo_debug_helper -t senlin/tests/unit {posargs}
[testenv:debug-py35] [testenv:debug-py36]
basepython = python3.5 basepython = python3.6
commands = oslo_debug_helper -t senlin/tests/unit {posargs} commands = oslo_debug_helper -t senlin/tests/unit {posargs}
[testenv:pep8] [testenv:pep8]