Skip to content

Commit

Permalink
Change test var name to match changes in cifmw
Browse files Browse the repository at this point in the history
Changed var name to match the changes in this patch:
https://github.com/openstack-k8s-operators/ci-framework/pull/2374/commits
  • Loading branch information
eshulman2 committed Nov 26, 2024
1 parent 1c476cf commit daa9b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- "@scenarios/centos-9/multinode-ci.yml"
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/heat-operator'].src_dir }}/ci/tempest/ci_fw_vars.yaml"
cifmw_run_test_role: test_operator
cifmw_test_operator_concurrency: 4
cifmw_test_operator_tempest_concurrency: 4
cifmw_test_operator_timeout: 7200
cifmw_test_operator_tempest_network_attachments:
- ctlplane
Expand All @@ -17,7 +17,7 @@
# NOTE(gibi): identity.v3_endpoint_type override is a WA to force the
# publicURL as otherwise tempest gets configured with adminURL and that
# causes test instability.
cifmw_tempest_tempestconf_config:
cifmw_test_operator_tempest_tempestconf_config:
overrides: |
compute-feature-enabled.vnc_console true
validation.run_validation true
Expand Down

0 comments on commit daa9b39

Please sign in to comment.