summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-11-28 17:54:45 -0600
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-11-28 17:54:45 -0600
commit2aa779016d79b97f61677293d779fd25d9b37e9f (patch)
tree14048256e5fd67de2e292731d013081e5953a702 /.zuul.yaml
parent3675dbf7a4f0a8ab0c71b55025b9883581ac021b (diff)
downloadnova-2aa779016d79b97f61677293d779fd25d9b37e9f.tar.gz
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
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml5
1 files 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: