Skip to content
Snippets Groups Projects
Unverified Commit aa43a9c0 authored by Varac's avatar Varac
Browse files

Ignore NodeClockNotSynchronising alert in CI

parent 2f0c5a28
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ def ignore_alert(alert):
return True
# Ignore issues fom high load during installation phase
if re.search(r"(KubeAPIDown|KubeletDown|NodeFilesystemSpaceFillingUp)",
if re.search(r"(KubeAPIDown|KubeletDown|NodeFilesystemSpaceFillingUp|NodeClockNotSynchronising)",
alert["labels"]["alertname"]):
return True
# Ignore nextcloud cron jobs (https://open.greenhost.net/openappstack/openappstack/-/issues/984)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment