From 70d92a75cc6b7066cecb2c8cc3ccc5fe7e059f74 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Thu, 24 Apr 2025 16:58:53 +0200 Subject: [PATCH] Skip real-data tests in non-real-data jobs I am excluding strategies execution with annotation `real_load` in non-real-load jobs. This is partial backport of [1]. [1] https://review.opendev.org/c/openstack/watcher/+/945627 Modified cherry-pick as there is not prometheus job in 2024.2. Change-Id: I77d4c23ebc21693bba8ca0247b8954c6dc8eaba9 (cherry picked from commit ce9f0b4c1eecbc5ab1dcdedadfb7f8d8513ee32f) (cherry picked from commit dbc06d1504e734a3cc2d32a248726948af7d7378) --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index f0538e279..f5d592504 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -85,6 +85,7 @@ vars: tempest_concurrency: 1 tempest_test_regex: watcher_tempest_plugin.tests.scenario.test_execute_strategies + tempest_exclude_regex: .*\[.*\breal_load\b.*\].* - job: name: watcher-tempest-multinode