Skip to content

Commit 5db5aba

Browse files
authored
Merge branch 'master' into alexy_logging2
2 parents 44884f5 + 11dc0d0 commit 5db5aba

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

ci/run_playbooks.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@
6767
tags:
6868
- setup
6969

70-
- name: Run telemetry tests on OSP18
71-
block:
7270
- name: "Run telemetry tests playbook locally on the target host"
7371
ansible.builtin.shell:
7472
cmd: |
@@ -80,13 +78,12 @@
8078
ansible.builtin.copy:
8179
content: "{{ output.stdout }}"
8280
dest: "{{ logs_dir }}/ansible_run.log"
83-
84-
85-
- name: Revert the version update
86-
ansible.builtin.shell:
87-
cmd: |
88-
oc patch openstackversions controlplane --type json -p='[{"op": "replace", "path": "/spec/customContainerImages", "value": {} }]'
89-
when: "{{ patch_openstackversions | bool }}"
81+
always:
82+
- name: Revert the version update
83+
ansible.builtin.shell:
84+
cmd: |
85+
oc patch openstackversions controlplane --type json -p='[{"op": "replace", "path": "/spec/customContainerImages", "value": {} }]'
86+
when: "{{ patch_openstackversions | bool }}"
9087

9188
- name: Include report result
9289
ansible.builtin.include_tasks:

0 commit comments

Comments
 (0)