From 16a463a68ff24cfe95abd3cf9e305c60ab625fa5 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Fri, 11 Mar 2022 14:52:42 -0800 Subject: [PATCH] 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 --- .zuul.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 4c1f0c442c..fbf73116b0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -585,6 +585,15 @@ GLANCE_STANDALONE: True GLANCE_USE_IMPORT_WORKFLOW: True DEVSTACK_PARALLEL: True + # NOTE(danms): This job is pretty heavy as it is, so we disable some + # services that are not relevant to the nova-glance-ceph scenario + # that this job is intended to validate. + devstack_services: + c-bak: false + s-account: false + s-container: false + s-object: false + s-proxy: false devstack_local_conf: post-config: $NOVA_CONF: