From c69a9eb87f1823b2a06d5bdd48e97f4a73c9adf7 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 13 Aug 2024 15:22:07 +0100 Subject: [PATCH] Skip new image format tests The nova-ceph-multistore job is currently not configured properly for the new image format tests. This change skips them until we decided how to fix this. Change-Id: I3de7588ba224453c24beabf8a799c71677603ba7 --- .zuul.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 8c5d401b4076..76fede6519de 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -690,7 +690,9 @@ - playbooks/ceph/glance-setup.yaml vars: # revert this when bug #1940425 is fixed in neutron - tempest_exclude_regex: (test_live_migration_with_trunk) + # FIXME(sean-k-mooney) skip the test_image_formats for now + # as we have not configured this job correctly to run them + tempest_exclude_regex: (test_live_migration_with_trunk|tempest.api.image.v2.test_images_formats) # NOTE(danms): Increase our swap size since we're dealing with # larger images and trigger OOMs. configure_swap_size: 8192