Merge "zuul: Exclude unneeded tests from multiattach job"
Zuul authored 2 years ago
Gerrit Code Review committed 2 years ago
| 72 | 72 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 73 | 73 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
| 74 | 74 | # Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved. |
| 75 | tempest_exclude_regex: 'TestMultiAttachVolumeSwap' | |
| 75 | # Other excluded tests are tests that are somewhat time consuming but unrelated | |
| 76 | # to multi-attach testing. | |
| 77 | tempest_exclude_regex: 'TestMultiAttachVolumeSwap|^tempest.api.image|^tempest.api.object_storage|^tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted|^tempest.scenario.test_server_advanced_ops|^tempest.scenario.test_unified_limits' | |
| 76 | 78 | tox_envlist: all |
| 77 | 79 | devstack_localrc: |
| 78 | 80 | ENABLE_VOLUME_MULTIATTACH: true |