Skip to content
Snippets Groups Projects
Commit 1f5606a0 authored by Holger Levsen's avatar Holger Levsen
Browse files

trbo health check: detect jenkins job zombies

parent a6e91e58
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "$PKG_SET_PROBLEM"
fi
# only show the most severe problem, don't aggregate them
elif $(grep -q "^Warning: rise of the jenkins job zombies has started again" $LOG) ; then
small_note "job zombies detected on jenkins"
elif $(grep -q "failed Squid Web Proxy Server" $LOG) ; then
small_note "squid.service failed"
elif $(grep -q "Kernel needs upgrade" $LOG) ; then
......
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