Merge "Increase swap size for lvm-barbican jobs"
diff --git a/.zuul.yaml b/.zuul.yaml
index 80eabe8..c6a49d5 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -72,6 +72,7 @@
- opendev.org/openstack/cinder-tempest-plugin
- opendev.org/openstack/cinder
vars:
+ configure_swap_size: 8192
tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
# Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved.
@@ -106,6 +107,7 @@
devstack_plugins:
barbican: https://opendev.org/openstack/barbican
vars:
+ configure_swap_size: 8192
tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
tox_envlist: all
devstack_localrc:
@@ -322,7 +324,6 @@
under FIPS mode
pre-run: playbooks/enable-fips.yaml
vars:
- configure_swap_size: 4096
nslookup_target: 'opendev.org'
tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'