From eaf3e4069cc5639ed98cf473d5c6959a429a94c9 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 7 Aug 2025 18:47:45 +0100 Subject: [PATCH 1/2] [ci] Use smoke param for tempest test configs Depends-On: https://github.com/openstack-k8s-operators/ci-framework/pull/3184 --- ci/vars-autoscaling-tempest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/vars-autoscaling-tempest.yml b/ci/vars-autoscaling-tempest.yml index 61ef6b2b..17fc941c 100644 --- a/ci/vars-autoscaling-tempest.yml +++ b/ci/vars-autoscaling-tempest.yml @@ -23,8 +23,8 @@ tempest_conf: telemetry.alarm_threshold 50000000000 cifmw_tempest_tempestconf_config: "{{ tempest_conf }}" cifmw_test_operator_tempest_tempestconf_config: "{{ tempest_conf }}" +cifmw_test_operator_tempest_smoke: true cifmw_test_operator_tempest_include_list: | - ^tempest.*\[.*\bsmoke\b.*\] telemetry_tempest_plugin.scenario telemetry_tempest_plugin.aodh cifmw_test_operator_tempest_exclude_list: | From d652b15620ac8576a248d9a42a7754d1e149a0ff Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Fri, 8 Aug 2025 15:22:43 +0100 Subject: [PATCH 2/2] Skip running octavia --- ci/vars-autoscaling-tempest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/vars-autoscaling-tempest.yml b/ci/vars-autoscaling-tempest.yml index 17fc941c..47b21ae3 100644 --- a/ci/vars-autoscaling-tempest.yml +++ b/ci/vars-autoscaling-tempest.yml @@ -29,6 +29,7 @@ cifmw_test_operator_tempest_include_list: | telemetry_tempest_plugin.aodh cifmw_test_operator_tempest_exclude_list: | telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus.PrometheusGabbiTest.test_autoscaling + ^octavia* 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('/') } ] }}"