Fix Tempest CIs
Latest changes in DevStack and Tempest broke our Tempest CIs. This commit will fix those. * Disables Swift and Cinder on gates (introduced by changes in DevStack). Co-Authored-By: Michał Dulko <mdulko@redhat.com> Closes-Bug: 1755567 Change-Id: I3000d755fc7152f8576231c90102f24bcea33283
This commit is contained in:

committed by
Michał Dulko

parent
096346fb40
commit
7c49430161
10
.zuul.yaml
10
.zuul.yaml
@@ -67,7 +67,17 @@
|
|||||||
KURYR_K8S_API_PORT: 8080
|
KURYR_K8S_API_PORT: 8080
|
||||||
TEMPEST_PLUGINS: '/opt/stack/kuryr-tempest-plugin'
|
TEMPEST_PLUGINS: '/opt/stack/kuryr-tempest-plugin'
|
||||||
devstack_services:
|
devstack_services:
|
||||||
|
# TODO(dmellado):Temporary workaround until proper fix
|
||||||
base: false
|
base: false
|
||||||
|
s-account: false
|
||||||
|
s-container: false
|
||||||
|
s-object: false
|
||||||
|
s-proxy: false
|
||||||
|
c-api: false
|
||||||
|
c-bak: false
|
||||||
|
c-sch: false
|
||||||
|
c-vol: false
|
||||||
|
cinder: false
|
||||||
tempest: true
|
tempest: true
|
||||||
neutron: true
|
neutron: true
|
||||||
q-agt: true
|
q-agt: true
|
||||||
|
Reference in New Issue
Block a user