Skip to content

Commit d5d72f2

Browse files
committed
Don't override existing cifmw_extras
1 parent f04f572 commit d5d72f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zuul.d/projects.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
description: |
77
Deploy OpenStack with Autoscaling features enabled
88
vars:
9-
cifmw_extras:
10-
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling.yml"
9+
cifmw_extras: "{{ cifmw_extras | combine ( [ ( ['@', ansible_user_dir, zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir, '/ci/vars-autoscaling.yml' ] | join('/') ] ) }}"
10+
#cifmw_extras:
11+
# - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling.yml"
1112

1213
- job:
1314
name: telemetry-operator-multinode-autoscaling-tempest
1415
parent: telemetry-operator-multinode-autoscaling
1516
vars:
16-
cifmw_extras:
17-
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling-tempest.yml"
17+
cifmw_extras: "{{ cifmw_extras | combine ( [ ( ['@', ansible_user_dir, zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir, '/ci/vars-autoscaling-tempest.yml' ] | join('/') ] ) }}"
1818
cifmw_test_operator_tempest_external_plugin:
1919
# workaround(telemetry_tempest_plugin_release)
2020
# NOTE: Until the telemetry-tempest-plugin repo is tagged and the new version is used in the tempest image, we need to manually install it as an external plugin to use the autoscaling tests.

0 commit comments

Comments
 (0)