summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2021-06-11 13:05:51 +0100
committerLee Yarwood <lyarwood@redhat.com>2021-06-11 13:31:48 +0100
commit7c478ac0992d9713c0fd7ea0a0498f0b7f92ce0d (patch)
tree89d3cd70526e27722645a4a1443f6da0f401c46e /.zuul.yaml
parent531fa4cd04ca1b8ee869f95d427ea26df0852541 (diff)
downloadnova-7c478ac0992d9713c0fd7ea0a0498f0b7f92ce0d.tar.gz
zuul: Skip block migration with attached volumes tests due to bug #1931702
Bug #1931702 details soft lockups reported within the guest OS during live migration with block migration and a volume attached. These lockups then causing the request to detach the volume as part of the cleanup to fail. For the time being we should skip these tests until the underlying issue is resolved. Related-Bug: #1931702 Change-Id: I7c1a647fb840fce98672a8429d554dd399cd13b7
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 445031ca1d..96f14ad67d 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -83,7 +83,8 @@
compute-feature-enabled:
volume_backed_live_migration: true
block_migration_for_live_migration: true
- block_migrate_cinder_iscsi: true
+ # NOTE(lyarwood): Skip until bug #1931702 is resolved.
+ block_migrate_cinder_iscsi: false
post-run: playbooks/nova-live-migration/post-run.yaml
- job:
@@ -333,7 +334,8 @@
live_migration: true
volume_backed_live_migration: true
block_migration_for_live_migration: true
- block_migrate_cinder_iscsi: true
+ # NOTE(lyarwood): Skip until bug #1931702 is resolved.
+ block_migrate_cinder_iscsi: false
tox_envlist: all
tempest_test_regex: ((tempest\.(api\.compute|scenario)\..*smoke.*)|(^tempest\.api\.compute\.admin\.(test_live_migration|test_migration)))