[Git][qa/jenkins.debian.net][master] reproducible system health: detect another case of job failure due to jenkins shutdown
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jul 17 11:32:09 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
5817d34c by Holger Levsen at 2023-07-17T12:32:01+02:00
reproducible system health: detect another case of job failure due to jenkins shutdown
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -255,7 +255,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "job timed out"
elif $(tail -1 $LOG | grep -q "Finished: ABORTED") ; then
small_note "job was aborted"
- elif $(grep -q "Caused: hudson.remoting.ChannelClosedException" $LOG) ; then
+ elif $(grep -E -q "Caused: hudson.remoting.(ChannelClosedException|RequestAbortedExceptioned)" $LOG) ; then
small_note "jenkins shut down while job was running"
elif $(grep -q "java.io.IOException: No space left on device" $LOG) ; then
small_note "diskspace issue on main jenkins host"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5817d34ce169b54c470089de14922a566f1d2120
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5817d34ce169b54c470089de14922a566f1d2120
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230717/3fc64b11/attachment.htm>
More information about the Qa-jenkins-scm
mailing list