Migrate job from CentOS8 to Bionic

CentOS 8 is being removed from CI because of its EOL[1].
CentOS 8 stream is not currently supported by victoria devstack.
Our functional-py36 job is a child of devstack-tox-functional.
So we need to run devstack with py36 on a supported platform.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2022-January/026621.html

Change-Id: I6d8864905cbfdffa32b02d9ffbc463f30d3ff720
This commit is contained in:
Brian Rosmaita
2022-01-24 09:10:36 -05:00
parent 1d34f5479a
commit 3bc7349bc5

View File

@@ -16,7 +16,7 @@
name: python-cinderclient-functional-py36
parent: python-cinderclient-functional-base
# need to specify a platform that has python 3.6 available
nodeset: devstack-single-node-centos-8
nodeset: openstack-single-node-bionic
vars:
python_version: 3.6
tox_envlist: functional-py36