Skip to content

Commit 16a463a

Browse files
committed
Attempt to thin out nova-ceph-multistore
This job is pretty heavy and has been triggering OOMs that take out mysqld lately. This disables swift (and c-bak as a result) to try to reduce the runtime footprint. Losing coverage of these services should not be a problem for the goal of this job. Change-Id: Icc18ddd847465069aea34b226851afaeb94594fc
1 parent 60094e6 commit 16a463a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.zuul.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,15 @@
585585
GLANCE_STANDALONE: True
586586
GLANCE_USE_IMPORT_WORKFLOW: True
587587
DEVSTACK_PARALLEL: True
588+
# NOTE(danms): This job is pretty heavy as it is, so we disable some
589+
# services that are not relevant to the nova-glance-ceph scenario
590+
# that this job is intended to validate.
591+
devstack_services:
592+
c-bak: false
593+
s-account: false
594+
s-container: false
595+
s-object: false
596+
s-proxy: false
588597
devstack_local_conf:
589598
post-config:
590599
$NOVA_CONF:

0 commit comments

Comments
 (0)