Merge "Update functional jobs for 2023.2"

This commit is contained in:
Zuul
2023-05-15 17:29:37 +00:00
committed by Gerrit Code Review

View File

@@ -19,15 +19,6 @@
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^cinderclient/tests/unit/.*$ - ^cinderclient/tests/unit/.*$
- job:
name: python-cinderclient-functional-py38
parent: python-cinderclient-functional-base
# need to specify a platform that has python 3.8 available
nodeset: openstack-single-node-focal
vars:
python_version: 3.8
tox_envlist: functional-py38
- job: - job:
name: python-cinderclient-functional-py39 name: python-cinderclient-functional-py39
parent: python-cinderclient-functional-base parent: python-cinderclient-functional-base
@@ -36,6 +27,15 @@
python_version: 3.9 python_version: 3.9
tox_envlist: functional-py39 tox_envlist: functional-py39
- job:
name: python-cinderclient-functional-py310
parent: python-cinderclient-functional-base
# python 3.10 is the default in ubuntu 22.04 (jammy)
nodeset: openstack-single-node-jammy
vars:
python_version: 3.10
tox_envlist: functional-py310
- project: - project:
vars: vars:
ensure_tox_version: '<4' ensure_tox_version: '<4'
@@ -48,11 +48,11 @@
- release-notes-jobs-python3 - release-notes-jobs-python3
check: check:
jobs: jobs:
- python-cinderclient-functional-py38
- python-cinderclient-functional-py39 - python-cinderclient-functional-py39
- python-cinderclient-functional-py310
- openstack-tox-pylint: - openstack-tox-pylint:
voting: false voting: false
gate: gate:
jobs: jobs:
- python-cinderclient-functional-py38
- python-cinderclient-functional-py39 - python-cinderclient-functional-py39
- python-cinderclient-functional-py310