Skip to content

Commit

Permalink
[test_alerts] Remove duplicate testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Jan 14, 2025
1 parent b535eb0 commit 50b970b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- name: "Do the test procedure"
block:
# TODO: put the patch into a file. and use --patch-file instead of -p OR slurp the file from files/
- name: "RHELOSP-144965 Patch the ServiceTelemetry object for the STF deployment"
- name: "Patch the ServiceTelemetry object for the STF deployment"
ansible.builtin.shell:
cmd: |
oc patch stf default --type merge -p '{"spec": {"alertmanagerConfigManifest": "apiVersion: v1\nkind: Secret\nmetadata:\n name: 'alertmanager-default'\n namespace: 'service-telemetry'\ntype: Opaque\nstringData:\n alertmanager.yaml: |-\n global:\n resolve_timeout: 10m\n route:\n group_by: ['job']\n group_wait: 30s\n group_interval: 5m\n repeat_interval: 12h\n receiver: 'null'\n receivers:\n - name: 'null'\n"}}'
Expand Down

0 comments on commit 50b970b

Please sign in to comment.