From 2aa779016d79b97f61677293d779fd25d9b37e9f Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 28 Nov 2022 17:54:45 -0600 Subject: [PATCH] Temporary skip some volume detach test in nova-lvm job A few tests related to volume detach are timeout in nova-lvm job (failing 100%[1]). Root cause of timeout is not known and it may take time to find and fix the issue. To unblock gate and keep runing rest of the tests in lvm job, let's skip the failing tests until they are fixed. Related-Bug: #1998148 [1] https://zuul.opendev.org/t/openstack/builds?job_name=nova-lvm&branch=master&skip=0 Change-Id: Id29ce352df84168d0a45512e2c59820aefc75943 --- .zuul.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 073483b750..434db83a7e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -248,8 +248,9 @@ tox_envlist: all # Only run compute API tests. tempest_test_regex: ^tempest\.api\.compute - # Skip slow tests. - tempest_exclude_regex: .*\[.*\bslow\b.*\] + # Skip slow tests. Also, skip some volume detach tests until bug#1998148 + # is fixed. + tempest_exclude_regex: (^tempest\.(api\.compute\.(volumes\.test_attach_volume\.AttachVolumeTestJSON\.test_attach_detach_volume|servers\.(test_server_rescue\.ServerStableDeviceRescueTest\.test_stable_device_rescue_disk_virtio_with_volume_attached|test_server_rescue_negative\.ServerRescueNegativeTestJSON\.test_rescued_vm_detach_volume)))|.*\[.*\bslow\b.*\]) devstack_local_conf: test-config: $TEMPEST_CONFIG: