Skip to content

Commit 766464c

Browse files
authored
[ci] Set default values for patch_observabilityclient (#264)
1 parent 3def472 commit 766464c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/run_cloudops_tests_osp18.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
oc exec openstackclient -- python3 -m ensurepip --upgrade
2727
oc exec openstackclient -- python3 -m pip install --upgrade aodhclient
2828
oc exec openstackclient -- python3 -m pip install --upgrade python-observabilityclient
29-
when: "{{ patch_observabilityclient | bool }}"
29+
when: patch_observabilityclient | default(false) | bool
3030
tags:
3131
- setup
3232

ci/run_verify_metrics_osp18.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
oc exec openstackclient -- python3 -m ensurepip --upgrade
2020
oc exec openstackclient -- python3 -m pip install --upgrade aodhclient
2121
oc exec openstackclient -- python3 -m pip install --upgrade python-observabilityclient
22-
when: patch_observabilityclient | bool
22+
when: patch_observabilityclient | default(false) | bool
2323
tags:
2424
- setup
2525

0 commit comments

Comments
 (0)