-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix test vars to fix downstream tests #576
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: paramite, vyzigold The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ci/vars-autoscaling-tempest.yml
Outdated
@@ -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: | |||
cifmw_tempest_tempestconf_config: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't have to rename it again, you could define both variables.
Or define a tempest_conf var (with this value), and then set both the new and old var names to "{{ tempest_conf }}"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the suggestion
22e33e4
to
9d183e1
Compare
9d183e1
to
30d8e96
Compare
/lgtm |
Fixes changes from #548
This makes our downstream tests fail. We need to wait for the ciframework change to get downstream first. Let's get back to this in like a month and try again.