[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect failure due to jenkins shutdown
Holger Levsen
gitlab at salsa.debian.org
Thu Sep 10 12:48:39 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2ba109af by Holger Levsen at 2020-09-10T13:48:32+02:00
reproducible trbo system health check: detect 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
=====================================
@@ -189,6 +189,8 @@ for JOB_NAME in reproducible_* ; do
small_note "node seemed down"
elif $(tail -1 $LOG | grep -q "Finished: ABORTED") ; then
small_note "job was aborted"
+ elif $(grep -q "Caused: hudson.remoting.ChannelClosedException" $LOG) ; then
+ small_note "jenkins shut down while job was running"
elif $(grep -q "^make -r world: build failed. Please re-run" $LOG) ; then
small_note "make world failed"
elif $(grep -q "^ERROR: Failed to make build_install" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2ba109af6198a5355f678354739e1157c4d76797
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2ba109af6198a5355f678354739e1157c4d76797
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/20200910/ef10ca7f/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list