Skip to content

Commit

Permalink
Merge pull request #576 from openstack-k8s-operators/revert-548-main
Browse files Browse the repository at this point in the history
Fix test vars to fix downstream tests
  • Loading branch information
openshift-merge-bot[bot] authored Jan 7, 2025
2 parents 8284599 + 30d8e96 commit 018eecf
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 018eecf

Please sign in to comment.