Skip to content

Commit 553c7b0

Browse files
committed
ci(deploy.yml): temporary ignore errors from uptimerobot-related tasks.
This is another workaround for #1089 but this time we execute code and just ignore possible errors. This allows us to check whether the issue is still reproduceable because we've already updated Ansible for a couple of versions and it also possible that it was something related to uptimerobot site. If the error won't happend for a couple of deploys, I'll treat it as fixed and revert this commit. Relate to #1089
1 parent 0900292 commit 553c7b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/scripts/ci/ansible/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
apikey: "{{ uptimerobot.apikey }}"
3333
state: paused
3434
when: uptimerobot is defined and uptimerobot.monitorid and uptimerobot.apikey
35+
ignore_errors: yes
3536

3637
# we can't use systemd module here because our sudoers allows to execute only exact commands
3738
- name: Stopping service # noqa 301 ignoring this because we're always stopping service before deploy
@@ -58,4 +59,5 @@
5859
apikey: "{{ uptimerobot.apikey }}"
5960
state: started
6061
when: uptimerobot is defined and uptimerobot.monitorid and uptimerobot.apikey
62+
ignore_errors: yes
6163

0 commit comments

Comments
 (0)