update grenade-base to use 8G of swap

we have notice failures in the grenade jobs
corralated with OOM events. grenade-base
previously used the default value of 1G
for configure_swap_size: but now its updated
to configure_swap_size: 8192

most devstack jobs have already been changed
to either 4096 or 8192. all jobs that inherit
form devstack-tempest use 4096 where as more
complex jobs such as those that have ceph use
8192. as grenade is a non trivial job this patch
uses 8192 MB

Change-Id: Ibf6dfe84f15019d0360e2c2042856aeecb22209d
This commit is contained in:
Sean Mooney 2024-03-13 19:49:14 +00:00
parent f1980a682b
commit 2523aa0b41
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
- zuul: opendev.org/openstack/tempest
- zuul: opendev.org/openstack/neutron-tempest-plugin
vars:
configure_swap_size: 8192
devstack_bases:
shared: /opt/stack
old: /opt/stack/old