From 342fe8882a2e35afb536c0f81b066dc6fb1bf105 Mon Sep 17 00:00:00 2001 From: Douglas Viroel Date: Tue, 18 Feb 2025 18:08:40 -0300 Subject: [PATCH] Enable prometheus datasource in watcher-prometheus-integration job Enable prometheus as datasouce in tempest configuration, to enable metric generation needed to run some scenario tests. It is enabled on the watcher-prometheus-integration job Depends-On: https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/942141 Depends-On: https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/942308 Change-Id: I2b657782aedf61d89766fcd18bb453b62c0b0e3b --- .zuul.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 824105822..c03c20ad9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -248,18 +248,11 @@ telemetry: disable_ssl_certificate_validation: True ceilometer_polling_interval: 15 - # Note(Chandan Kumar): Setting datasource to empty till we - # add prometheus datasource support in watcher-tempest-plugin optimize: - datasource: "" + datasource: prometheus tempest_plugins: - watcher-tempest-plugin - # TODO (rlandy): enable all scenario tests - # when tests can be run with prometheus data source. - # https://bugs.launchpad.net/watcher-tempest-plugin/+bug/2090853 - tempest_test_regex: "\ - (^^watcher_tempest_plugin.tests.scenario.test_execute_vm_workload_consolidation)|\ - (^watcher_tempest_plugin.tests.scenario.test_execute_workload_balancing)" + tempest_test_regex: watcher_tempest_plugin.tests.scenario.test_execute_strategies tempest_concurrency: 1 tox_envlist: all zuul_copy_output: