Skip to content

Commit

Permalink
Merge pull request #67 from sot/major-event-failures
Browse files Browse the repository at this point in the history
Exclude some specific MajorEvent 'failures' from log fail checks
  • Loading branch information
jeanconn authored Mar 16, 2024
2 parents 8733a59 + 720f310 commit 9ce61a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jobwatch/skawatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,12 @@ def main():
filename='/proj/sot/ska/data/fid_drift_mon3/logs/daily.0/fid_drift_mon.log'),

SkaJobWatch('kadi', 1, logtask='kadi_events', errors=py_errs,
exclude_errors=['InsecureRequestWarning']),
exclude_errors=['InsecureRequestWarning',
'MajorEvent 2022:097',
'MajorEvent 2022:115',
'MajorEvent 2022:190',
'MajorEvent 2023:047',
'MajorEvent 2023:211']),
SkaJobWatch('kadi', 1, logtask='kadi_cmds', errors=py_errs),
SkaJobWatch('kadi', 1.5, logtask='kadi_validate', errors=py_errs),
SkaJobWatch('star_stats', 2, filename=star_stat,
Expand Down

0 comments on commit 9ce61a8

Please sign in to comment.