From 931891ba334e64d386b049baaeeeb5f4bbe11f36 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Thu, 9 May 2024 09:01:14 -0400 Subject: [PATCH] [zuul] Disable autoscaling tempest scenario The scenario needs caracal images to succeed. Disable it until the CI starts using newer images. --- ci/vars-autoscaling-tempest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/vars-autoscaling-tempest.yml b/ci/vars-autoscaling-tempest.yml index 77da6c7b..09bd5c87 100644 --- a/ci/vars-autoscaling-tempest.yml +++ b/ci/vars-autoscaling-tempest.yml @@ -16,7 +16,8 @@ cifmw_tempest_tempestconf_config: cifmw_test_operator_tempest_include_list: | telemetry_tempest_plugin.scenario telemetry_tempest_plugin.aodh -cifmw_test_operator_tempest_exclude_list: '' +cifmw_test_operator_tempest_exclude_list: | + telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus.PrometheusGabbiTest.test_autoscaling external_plugin: "opendev.org/openstack/telemetry-tempest-plugin" change_item: "{{ zuul['items'] | selectattr('project.canonical_name', 'equalto', external_plugin) }}" cifmw_test_operator_tempest_external_plugin: "{{ [] if change_item | length < 1 else [ { 'repository': 'https://' + external_plugin + '.git', 'changeRepository': 'https://review' + external_plugin, 'changeRefspec': [ 'refs/changes', change_item[0].change[-2:], change_item[0].change, change_item[0].patchset ] | join('/') } ] }}"