Switch testing to Victoria testing runtime

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

Change-Id: I96f7259f18f7320838732bd5f1cd5a2ca07feb7d
This commit is contained in:
Ghanshyam Mann 2020-05-04 14:23:17 -05:00
parent b9cfd2957d
commit c46e54fd98
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
- project:
templates:
- openstack-python35-jobs
- openstack-python3-ussuri-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:

View File

@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3.5
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 = py36,py37,pep8
envlist = py36,py38,pep8
skipsdist = True
ignore_basepython_conflict = True