Codebase list cinder-tempest-plugin / 0de194c
Increase swap size for lvm-barbican jobs Increase the swap size used by the cinder-tempest-plugin-lvm-barbican family of jobs by setting it to 8GB in the cinder-tempest-plugin-lvm-barbican-base-abstract job definition. Also increase for ctp-lvm-multiattach job, which has been hitting OOM errors. See https://review.opendev.org/q/topic:caracal-gate for how we arrived at 8GB as a suitable value for these jobs. Change-Id: Id560bc3d078ce2ccbd87b32c317bf61cc519a92a Brian Rosmaita 2 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7171 - opendev.org/openstack/cinder-tempest-plugin
7272 - opendev.org/openstack/cinder
7373 vars:
74 configure_swap_size: 8192
7475 tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
7576 tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
7677 # Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved.
105106 devstack_plugins:
106107 barbican: https://opendev.org/openstack/barbican
107108 vars:
109 configure_swap_size: 8192
108110 tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
109111 tox_envlist: all
110112 devstack_localrc:
321323 under FIPS mode
322324 pre-run: playbooks/enable-fips.yaml
323325 vars:
324 configure_swap_size: 4096
325326 nslookup_target: 'opendev.org'
326327 tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'
327328