From b052dfe2f1de6e16b76a7a58274fb4023a705f9d Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Fri, 3 Feb 2023 16:36:44 +0100 Subject: [PATCH] Increase the swap size to 8GB in tempest jobs That should reduce or avoid the ocurrency of frequent OOM exceptions during the execution of the tempest tests. Change-Id: Ie67df706a560cd510015f9fb3c94d9353dd6159f --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 077a991c..a912f7fb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -21,6 +21,7 @@ - openstack/tempest vars: tempest_concurrency: 4 + configure_swap_size: 8192 tox_envlist: full devstack_plugins: neutron: https://opendev.org/openstack/neutron.git