Switch testing to Victoria testing runtime

Upating the testing template from ussuri to victoria
testing runtime
- https://governance.openstack.org/tc/reference/runtimes/victoria.html

Change-Id: If4a110080febc17420842740607a5e0f84cd215f
This commit is contained in:
Vishakha Agarwal 2020-05-05 13:32:53 +05:30
parent 0e26070687
commit 2771bf3c50
3 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
- nodejs8-jobs - nodejs8-jobs
- publish-openstack-docs-pti - publish-openstack-docs-pti
- openstack-python35-jobs - openstack-python35-jobs
- openstack-python3-ussuri-jobs - openstack-python3-victoria-jobs
check: check:
jobs: jobs:
- tempest-full-py3: - tempest-full-py3:

View File

@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files] [files]
packages = packages =

View File

@ -1,7 +1,7 @@
[tox] [tox]
minversion = 3.1.1 minversion = 3.1.1
envlist = py36,py37,pypy,pep8 envlist = py36,py38,pypy,pep8
skipsdist = True skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True