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
This commit is contained in:
parent
531fa4cd04
commit
7c478ac099
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user