Expand swap back to 8 GBs on gate VMs

This commit sets swap size in our job to 8 GBs as recently the default
got shrinked to 1 GB which is way too little for our Amphora jobs.

Change-Id: I3df67f77d9c53ada43721a409e56c46f313c9edb
This commit is contained in:
Michał Dulko 2020-09-23 13:25:14 +02:00
parent 241a260c44
commit b185cd2c0b
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
devstack-plugin-container: https://opendev.org/openstack/devstack-plugin-container
kuryr-tempest-plugin: https://opendev.org/openstack/kuryr-tempest-plugin
vars:
# Default swap size got shrinked to 1 GB, it's way too small for us.
configure_swap_size: 8192
tempest_test_regex: '^(kuryr_tempest_plugin.tests.)'
tox_envlist: 'all'
devstack_localrc: