summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2021-04-29 17:07:04 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2021-04-29 17:07:04 -0500
commitf54b873ca3f9900e17b42f3600a20a36abe2b1a7 (patch)
treef43ae422dcb9d5c03a8ef0adb99ce953ac6f7451
parentc559f090ff11904455f31ce2cb595e8f246f06e9 (diff)
downloadpython-cinderclient-f54b873ca3f9900e17b42f3600a20a36abe2b1a7.tar.gz
Run functional job on Ubuntu Focal
Devstack is planning to remove the Ubuntu Bionic support. - https://review.opendev.org/c/openstack/devstack/+/788754 Before that we need to switch Bionic job to focal. devstack-tox-functional define the latest nodeset which is single node focal currently so removing nodeset setting from python-cinderclient functional jobs. Change-Id: Ibbbfb20c86bb2ea0d3d74f6a6a1bc913874f67ad
-rw-r--r--.zuul.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 7e92f75..1074955 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -15,7 +15,6 @@
- job:
name: python-cinderclient-functional-py36
parent: python-cinderclient-functional-base
- nodeset: openstack-single-node-bionic
vars:
python_version: 3.6
tox_envlist: functional-py36
@@ -23,7 +22,6 @@
- job:
name: python-cinderclient-functional-py38
parent: python-cinderclient-functional-base
- nodeset: openstack-single-node-focal
vars:
python_version: 3.8
tox_envlist: functional-py38