Merge "Adapt zuul.yaml strategies jobs to include tests with tag 'strategy'"

This commit is contained in:
Zuul
2025-06-11 13:47:34 +00:00
committed by Gerrit Code Review

View File

@@ -9,7 +9,10 @@
parent: watcher-tempest-multinode parent: watcher-tempest-multinode
vars: vars:
tempest_concurrency: 1 tempest_concurrency: 1
tempest_test_regex: watcher_tempest_plugin.tests.scenario.test_execute_strategies # All tests inside watcher_tempest_plugin.tests.scenario with tag "strategy"
# or test_execute_strategies file
# excluding tests with tag "real_load"
tempest_test_regex: (^watcher_tempest_plugin.tests.scenario)(.*\[.*\bstrategy\b.*\].*)|(^watcher_tempest_plugin.tests.scenario.test_execute_strategies)
tempest_exclude_regex: .*\[.*\breal_load\b.*\].* tempest_exclude_regex: .*\[.*\breal_load\b.*\].*
- job: - job:
@@ -210,7 +213,10 @@
datasource: prometheus datasource: prometheus
tempest_plugins: tempest_plugins:
- watcher-tempest-plugin - watcher-tempest-plugin
tempest_test_regex: watcher_tempest_plugin.tests.scenario.test_execute_strategies # All tests inside watcher_tempest_plugin.tests.scenario with tag "strategy"
# or test_execute_strategies file
# excluding tests with tag "real_load"
tempest_test_regex: (watcher_tempest_plugin.tests.scenario)(.*\[.*\bstrategy\b.*\].*)|(watcher_tempest_plugin.tests.scenario.test_execute_strategies)
tempest_exclude_regex: .*\[.*\breal_load\b.*\].* tempest_exclude_regex: .*\[.*\breal_load\b.*\].*
tempest_concurrency: 1 tempest_concurrency: 1
tox_envlist: all tox_envlist: all
@@ -257,7 +263,8 @@
$TEMPEST_CONFIG: $TEMPEST_CONFIG:
optimize: optimize:
datasource: "" datasource: ""
tempest_test_regex: .*\[.*\breal_load\b.*\].* # All tests inside watcher_tempest_plugin.tests.scenario with tag "real_load"
tempest_test_regex: (^watcher_tempest_plugin.tests.scenario)(.*\[.*\breal_load\b.*\].*)
tempest_exclude_regex: "" tempest_exclude_regex: ""
group-vars: group-vars:
subnode: subnode: