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:
parent
4a1a39ecd7
commit
52981bbb27
11
.zuul.yaml
11
.zuul.yaml
@ -82,6 +82,8 @@
|
|||||||
irrelevant-files: *gate-irrelevant-files
|
irrelevant-files: *gate-irrelevant-files
|
||||||
- tempest-integrated-storage-ubuntu-focal:
|
- tempest-integrated-storage-ubuntu-focal:
|
||||||
irrelevant-files: *gate-irrelevant-files
|
irrelevant-files: *gate-irrelevant-files
|
||||||
|
- cinder-tox-py311:
|
||||||
|
voting: false
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- cinder-grenade-mn-sub-volbak:
|
- cinder-grenade-mn-sub-volbak:
|
||||||
@ -348,3 +350,12 @@
|
|||||||
$TEMPEST_CONFIG:
|
$TEMPEST_CONFIG:
|
||||||
volume:
|
volume:
|
||||||
build_timeout: 900
|
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user