Skip to content
Snippets Groups Projects
Commit 8be5423b authored by jurgenhaas's avatar jurgenhaas
Browse files

Temporarily ignore error from the netdata healthcheck API

parent ba2cbd81
Branches
No related tags found
No related merge requests found
Pipeline #942598 passed
......@@ -23,6 +23,7 @@
url: 'http://localhost:19999/api/v1/manage/health?cmd=SILENCE%20ALL'
headers:
X-Auth-Token: '{{ netdata_health_api_key.stdout }}'
ignore_errors: yes
- name: Update Gitlab Runners
hosts: 'gitlabrunner:!norootserver:!nosanityserver'
......@@ -472,3 +473,4 @@
headers:
X-Auth-Token: '{{ netdata_health_api_key.stdout }}'
failed_when: no
ignore_errors: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment