summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2021-01-21 09:41:04 +0000
committerLee Yarwood <lyarwood@redhat.com>2021-01-21 09:43:34 +0000
commit6eae97843a21f7b7f58ce69328761b8fc8df6b6e (patch)
tree76db94b30ceb41157ba675f21a99bfbfd0f4979e /.zuul.yaml
parentb9c48afd1516023839dd32b96f3eece36b164a8c (diff)
downloadnova-6eae97843a21f7b7f58ce69328761b8fc8df6b6e.tar.gz
zuul: Skip test_attach_cloned_encrypted_volume in nova-ceph-multistore
As with the already listed encrypted volume tests this job specifically blocks us from downloading non-raw images via Glance as part of these tests so skip it. Change-Id: Iaf6f6e0dbcb25561bf00e969e1964cd30e974e64 Closes-Bug: #1912607
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 14939636bb..7af474d57b 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -379,7 +379,7 @@
# NOTE(danms): These tests create an empty non-raw image, which nova
# will refuse because we set never_download_image_if_on_rbd in this job.
# Just skip these tests for this case.
- tempest_black_regex: .*encrypted_cinder_volumes.*
+ tempest_black_regex: .*encrypted_cinder_volumes.*|.*test_attach_cloned_encrypted_volume.*
devstack_localrc:
GLANCE_STANDALONE: True
GLANCE_USE_IMPORT_WORKFLOW: True