From e1230555304bd7a402f04073a9f0fa450daa6d17 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Mon, 19 Feb 2024 16:54:04 +0000 Subject: [PATCH] bump nova-lvm to use 8G of swap from 4G nova-lvm ocationally has OOM events causing g-api to get killed. This can result in test failures with a 502 form glance so we bump the swap to 8G like the ceph jobs to avoid that. Change-Id: Ib88f9feb692ee440b8f73e9b3dca56c08dadb665 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index b53900945a7f..29c96f3ba9d0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -311,6 +311,8 @@ - ^tools/.*$ - ^tox.ini$ vars: + # Increase the swap size to avoid OOM errors when running the tests. + configure_swap_size: 8192 # We use the "all" environment for tempest_test_regex and # tempest_exclude_regex. tox_envlist: all