Skip to content

Commit

Permalink
Set both test variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold committed Jan 6, 2025
1 parent 3a0436c commit 30d8e96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/vars-autoscaling-tempest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cifmw_test_operator_tempest_container: openstack-tempest-all
cifmw_test_operator_tempest_image_tag: 'current-podified'
# This value is used to populate the `tempestconfRun` parameter of the Tempest CR: https://openstack-k8s-operators.github.io/test-operator/crds.html#tempest-custom-resource
# https://github.com/openstack-k8s-operators/ci-framework/blob/main/roles/test_operator/defaults/main.yml
cifmw_test_operator_tempest_tempestconf_config:
tempest_conf:
overrides: |
validation.run_validation true
identity.v3_endpoint_type public
Expand All @@ -18,6 +18,8 @@ cifmw_test_operator_tempest_tempestconf_config:
telemetry.ceilometer_polling_interval 120
telemetry.prometheus_scrape_interval 30
telemetry.alarm_threshold 50000000000
cifmw_tempest_tempestconf_config: "{{ tempest_conf }}"
cifmw_test_operator_tempest_tempestconf_config: "{{ tempest_conf }}"
cifmw_test_operator_tempest_include_list: |
telemetry_tempest_plugin.scenario
telemetry_tempest_plugin.aodh
Expand Down

0 comments on commit 30d8e96

Please sign in to comment.