Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bfeea7 + 8dbc207 commit 3bc82c3Copy full SHA for 3bc82c3
1 file changed
.zuul.yaml
@@ -14,6 +14,8 @@
14
- cinder-mypy
15
- cinder-tox-bandit-baseline:
16
voting: false
17
+ - cinder-without-eventlet:
18
+ voting: false
19
- openstack-tox-functional-py311:
20
irrelevant-files: &functional-irrelevant-files
21
- ^.*\.rst$
@@ -393,3 +395,11 @@
393
395
$TEMPEST_CONFIG:
394
396
volume:
397
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