Skip to content

Commit d5ed968

Browse files
committed
zuul: Skip swap_volume tests as part of nova-next
The volume update or swap_volume API has long been a source of gate failures within Nova. Most recently we've seen increased instability when running the temptest.api.compute.admin.test_volume_swap tests as part of the nova-next job as documented in bug #1929710. This change temporarily removes the failing test from the nova-next job while the underlying issue is identified lower in the virt stack. Change-Id: Ib56a034fb08e309981d0b4553b8cee8d16b10152 Related-Bug: #1929710
1 parent b0cd985 commit d5ed968

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.zuul.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@
192192
# (1) take a long time and (2) are already covered in the
193193
# tempest-slow* job. If this regex gets more complicated use
194194
# tempest_test_exclude_list.
195-
tempest_exclude_regex: ^tempest.scenario.test_network
195+
# FIXME(lyarwood): The tempest.api.compute.admin.test_volume_swap tests
196+
# are skipped until bug #1929710 is resolved.
197+
tempest_exclude_regex: ^tempest\.(scenario\.test_network|api\.compute\.admin\.test_volume_swap)
196198
devstack_local_conf:
197199
post-config:
198200
$NOVA_CPU_CONF:

0 commit comments

Comments
 (0)