Switch testing to Xena testing runtime

Updating the testing template to Xena testing runtime:
https://governance.openstack.org/tc/reference/runtimes/xena.html

Change-Id: I363c6cac48b6ee9056b9b8543b0b831e80930450
This commit is contained in:
Martin Kopec 2021-04-29 15:26:00 +00:00
parent 5cfd4237ac
commit 42fedf4229
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@
- project: - project:
templates: templates:
- openstack-python3-victoria-jobs - openstack-python3-xena-jobs
check: check:
jobs: jobs:
- whitebox-multinode-devstack - whitebox-multinode-devstack

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 2.3.1 minversion = 2.3.1
envlist = pep8,py{27,36,37} envlist = pep8,py{27,36,38}
skipsdist = True skipsdist = True
skip_missing_interpreters = True skip_missing_interpreters = True
# Automatic envs (pyXX) will only use the python version appropriate to that # Automatic envs (pyXX) will only use the python version appropriate to that