summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2022-01-24 09:10:36 -0500
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2022-02-10 15:13:43 -0500
commit3bc7349bc545d8f5a3299aa4faa046630334482c (patch)
tree836230c3ce26fe1838fb13a652ba9667d1aaad87
parent1d34f5479affb8a2c777bb61baa178891d08084c (diff)
downloadpython-cinderclient-stable/victoria.tar.gz
Migrate job from CentOS8 to Bionicstable/victoria
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
-rw-r--r--.zuul.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 2d6777a..513cf0b 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -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