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
| 71 | 71 | - opendev.org/openstack/cinder-tempest-plugin |
| 72 | 72 | - opendev.org/openstack/cinder |
| 73 | 73 | vars: |
| 74 | configure_swap_size: 8192 | |
| 74 | 75 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 75 | 76 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
| 76 | 77 | # Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved. |
| 105 | 106 | devstack_plugins: |
| 106 | 107 | barbican: https://opendev.org/openstack/barbican |
| 107 | 108 | vars: |
| 109 | configure_swap_size: 8192 | |
| 108 | 110 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 109 | 111 | tox_envlist: all |
| 110 | 112 | devstack_localrc: |
| 321 | 323 | under FIPS mode |
| 322 | 324 | pre-run: playbooks/enable-fips.yaml |
| 323 | 325 | vars: |
| 324 | configure_swap_size: 4096 | |
| 325 | 326 | nslookup_target: 'opendev.org' |
| 326 | 327 | tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup' |
| 327 | 328 | |