Skip to content

Commit

Permalink
Merge pull request #390 from vyzigold/use_caracal_imgs_for_autoscaling
Browse files Browse the repository at this point in the history
[zuul] Disable autoscaling tempest scenario
  • Loading branch information
openshift-merge-bot[bot] authored May 10, 2024
2 parents 02ea7de + 931891b commit 3889599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/vars-autoscaling-tempest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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('/') } ] }}"

0 comments on commit 3889599

Please sign in to comment.