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: Id8c5862b59188f2607c45392fa3b01b681825488
This commit is contained in:
Vishakha Agarwal 2020-05-05 13:44:24 +05:30 committed by Ghanshyam Mann
parent 2409d79d62
commit 75f0726947
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
- project: - project:
templates: templates:
- openstack-cover-jobs - openstack-cover-jobs
- openstack-python3-ussuri-jobs - openstack-python3-victoria-jobs
- release-notes-jobs-python3 - release-notes-jobs-python3
- publish-openstack-docs-pti - publish-openstack-docs-pti

View File

@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3 Programming Language :: Python :: 3
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,6 +1,6 @@
[tox] [tox]
minversion = 3.1.1 minversion = 3.1.1
envlist = py{37,36},pep8,pip-check-reqs envlist = py{38,36},pep8,pip-check-reqs
skipsdist = True skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True