Skip to content

Commit 9122cc2

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "zuul: Skip block migration with attached volumes tests due to bug #1931702"
2 parents 245433b + 7c478ac commit 9122cc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.zuul.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
compute-feature-enabled:
8484
volume_backed_live_migration: true
8585
block_migration_for_live_migration: true
86-
block_migrate_cinder_iscsi: true
86+
# NOTE(lyarwood): Skip until bug #1931702 is resolved.
87+
block_migrate_cinder_iscsi: false
8788
post-run: playbooks/nova-live-migration/post-run.yaml
8889

8990
- job:
@@ -333,7 +334,8 @@
333334
live_migration: true
334335
volume_backed_live_migration: true
335336
block_migration_for_live_migration: true
336-
block_migrate_cinder_iscsi: true
337+
# NOTE(lyarwood): Skip until bug #1931702 is resolved.
338+
block_migrate_cinder_iscsi: false
337339
tox_envlist: all
338340
tempest_test_regex: ((tempest\.(api\.compute|scenario)\..*smoke.*)|(^tempest\.api\.compute\.admin\.(test_live_migration|test_migration)))
339341

0 commit comments

Comments
 (0)