[Git][qa/jenkins.debian.net][master] reproducible system health: fix typo
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jul 17 11:35:55 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
fb93c3b2 by Holger Levsen at 2023-07-17T12:35:37+02:00
reproducible system health: fix typo
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 -E -q "Caused: hudson.remoting.(ChannelClosedException|RequestAbortedExceptioned)" $LOG) ; then
+ elif $(grep -E -q "Caused: hudson.remoting.(ChannelClosedException|RequestAbortedException)" $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/fb93c3b22c6cfd0a350aaf4d7f6556d5855cef2a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/fb93c3b22c6cfd0a350aaf4d7f6556d5855cef2a
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/e8998090/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list