Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bc82c3

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add a non-voting job to test eventlet removal"
2 parents 1bfeea7 + 8dbc207 commit 3bc82c3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
- cinder-mypy
1515
- cinder-tox-bandit-baseline:
1616
voting: false
17+
- cinder-without-eventlet:
18+
voting: false
1719
- openstack-tox-functional-py311:
1820
irrelevant-files: &functional-irrelevant-files
1921
- ^.*\.rst$
@@ -393,3 +395,11 @@
393395
$TEMPEST_CONFIG:
394396
volume:
395397
build_timeout: 900
398+
399+
- job:
400+
name: cinder-without-eventlet
401+
parent: openstack-tox-py312
402+
description: |
403+
The regular openstack-tox job but with Eventlet disabled
404+
vars:
405+
tox_envlist: py312-threading

0 commit comments

Comments
 (0)