Merge "zuul: Exclude unneeded tests from multiattach job"

This commit is contained in:
Zuul 2023-05-29 20:55:56 +00:00 committed by Gerrit Code Review
commit d081783226
1 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,9 @@
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.
tempest_exclude_regex: 'TestMultiAttachVolumeSwap'
# Other excluded tests are tests that are somewhat time consuming but unrelated
# to multi-attach testing.
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'
tox_envlist: all
devstack_localrc:
ENABLE_VOLUME_MULTIATTACH: true