Use openstack-tox-py311

This addresses a TODO in .zuul.yaml.  The openstack-tox-py311 job
was added by change I725b94bee6601a.

The job runs on debian-bookworm, but we don't need to modify
cinderlib's bindep.txt because we don't include any packages not
recognized by debian.  Cinder does, however, so this patch depends
on the cinder patch that updates cinder's bindep.txt.

Depends-on: https://review.opendev.org/c/openstack/cinder/+/891645
Change-Id: Iff9d4079655c8c4b15ad54d6936a81d024aa2c74
This commit is contained in:
Brian Rosmaita 2023-08-31 09:02:02 -04:00
parent ae4388ed94
commit 6bb58dd596
1 changed files with 2 additions and 9 deletions

View File

@ -11,6 +11,7 @@
- cinderlib-tox-py38
- cinderlib-tox-py39
- cinderlib-tox-py310
# TODO: make this voting when cinderlib opens for 2024.1 development
- cinderlib-tox-py311:
voting: false
@ -64,19 +65,11 @@
- job:
name: cinderlib-tox-py311
parent: openstack-tox
parent: openstack-tox-py311
required-projects:
- name: openstack/os-brick
- name: openstack/cinder
- name: openstack/requirements
# TODO: use the openstack-tox-py311 job as the parent
# when it becomes available in openstack/openstack-zuul-jobs
# and delete the following stuff
nodeset: ubuntu-jammy
timeout: 2400
vars:
tox_envlist: py311
python_version: '3.11'
- job:
name: cinderlib-functional