Merge "Increase swap size for lvm-barbican jobs"
Zuul authored 2 years ago
Gerrit Code Review committed 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 | |