From 72c7badcc5cdf474aaa87cac8ee9ef59dfd44170 Mon Sep 17 00:00:00 2001 From: jgilaber Date: Wed, 10 Dec 2025 14:18:56 +0100 Subject: [PATCH] Enable extra zone migration tests on master branch Enable zone migration tests on master branch that are behind a config flag. Those tests require backports so might not work on all stable branches. Depends-On: https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/969244 Change-Id: I0904677fbb6d4fd3671568cf6ae607c4870b6d4d Signed-off-by: jgilaber --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index b9e58fca4..1f6be01bf 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -113,6 +113,8 @@ optimize: run_extended_attributes_tests: true run_continuous_audit_tests: true + run_zone_migration_extra_tests: true + run_zone_migration_storage_tests: true # tempest variables tempest_test_regex: watcher_tempest_plugin.tests\.(api|scenario) # excluding tests with tag "real_load"