Skip to content

Commit d99ae84

Browse files
authored
Remove Enable Graphing tasks in the test (#262)
1 parent 00b0d39 commit d99ae84

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

ci/run_graphing_test.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,7 @@
99
- vars/common.yml
1010
tasks:
1111
- block:
12-
- name: "Enable Graphing"
13-
ansible.builtin.shell:
14-
cmd: |
15-
oc patch oscp/controlplane --type='json' -p '[{"op": "replace", "path": "/spec/telemetry/template/metricStorage/dashboardsEnabled", "value":true}]'
16-
register: oscp_change
17-
changed_when: false
18-
19-
- name: Wait until the oscp is resolved the changes to continue
20-
ansible.builtin.shell:
21-
cmd: |
22-
oc get oscp | grep "Setup complete"
23-
retries: 24
24-
timeout: 5
25-
until: output.stdout_lines | length == 1
26-
register: output
27-
2812
- name: "Run Graphing Console UI tests"
2913
ansible.builtin.import_role:
3014
name: telemetry_graphing
3115
ignore_errors: true
32-
33-
always:
34-
- name: "Revert the oscp/controlplane change"
35-
ansible.builtin.shell:
36-
cmd: |
37-
oc patch oscp/controlplane --type='json' -p '[{"op": "replace", "path": "/spec/telemetry/template/metricStorage/dashboardsEnabled", "value":false}]'
38-
39-
40-

0 commit comments

Comments
 (0)