Run py311 unit tests (non-voting)

Add a non-voting gate job for py311 unit tests.

Related-Bug: #2000436
Depends-On: I5c1a4cd0ba0394849987203888b942169550672e
Depends-On: I471ce2887a9884a5478a303e4b4db9cf8e55b6fb
Depends-On: I4fdf57755b25bbdd19013fd3a2fd86a7d1dd29e9
Change-Id: I06741d95050b42e1801260b1b8d1806c9d3bf6c9
This commit is contained in:
Eric Harney 2023-01-04 14:34:38 -05:00
parent 4a1a39ecd7
commit 52981bbb27
1 changed files with 11 additions and 0 deletions

View File

@ -82,6 +82,8 @@
irrelevant-files: *gate-irrelevant-files
- tempest-integrated-storage-ubuntu-focal:
irrelevant-files: *gate-irrelevant-files
- cinder-tox-py311:
voting: false
gate:
jobs:
- cinder-grenade-mn-sub-volbak:
@ -348,3 +350,12 @@
$TEMPEST_CONFIG:
volume:
build_timeout: 900
- job:
# copied from cinderlib
name: cinder-tox-py311
parent: openstack-tox
nodeset: ubuntu-jammy
vars:
tox_envlist: py311
python_version: '3.11'