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: Ifd65c0359509a4b59f3e876c42cef7cbf6f9ef93
This commit is contained in:
Vishakha Agarwal 2020-05-05 13:23:05 +05:30
parent 9edfd1398f
commit 15d8f26965
3 changed files with 3 additions and 2 deletions

View File

@ -183,7 +183,7 @@
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- openstack-python3-victoria-jobs
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3

View File

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

View File

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