Turn off wsgi in unmaintained branch jobs
Got missed when default switched in [1]. [1] https://review.opendev.org/935627 Topic: eventlet-deprecation Change-Id: I23e4e412187b1ea54b680146ebd67690ad8b879a
This commit is contained in:
parent
82d62ad699
commit
db447e58c8
@ -9,6 +9,8 @@
|
||||
override-checkout: 1.8.0
|
||||
- openstack/tempest
|
||||
vars:
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
tempest_concurrency: 4
|
||||
tempest_test_regex: ^neutron_tempest_plugin\.api
|
||||
# TODO(slaweq): find a way to put this list of extensions in
|
||||
|
@ -9,6 +9,8 @@
|
||||
override-checkout: 2.3.0
|
||||
- openstack/tempest
|
||||
vars:
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
tempest_concurrency: 4
|
||||
tempest_test_regex: ^neutron_tempest_plugin\.api
|
||||
# TODO(slaweq): find a way to put this list of extensions in
|
||||
|
@ -9,6 +9,8 @@
|
||||
override-checkout: 2.6.0
|
||||
- openstack/tempest
|
||||
vars:
|
||||
devstack_localrc:
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
tempest_concurrency: 4
|
||||
tempest_test_regex: ^neutron_tempest_plugin\.api
|
||||
# TODO(slaweq): find a way to put this list of extensions in
|
||||
|
Loading…
x
Reference in New Issue
Block a user