[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect diskspace issues on main jenkins node
Holger Levsen
gitlab at salsa.debian.org
Mon Jan 18 18:24:19 GMT 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ba8de5ae by Holger Levsen at 2021-01-18T19:24:05+01:00
trbo health check: detect diskspace issues on main jenkins node
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
# vim: set noexpandtab:
-# Copyright 2020 Holger Levsen <holger at layer-acht.org>
+# Copyright 2021 Holger Levsen <holger at layer-acht.org>
# released under the GPLv2
###
@@ -217,6 +217,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
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 "java.io.IOException: No space left on device" $LOG) ; then
+ small_note "diskspace issue on main jenkins host"
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/ba8de5ae2d32376f381a181ae43dbaf5a70bbed6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ba8de5ae2d32376f381a181ae43dbaf5a70bbed6
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/20210118/1b29bd9b/attachment.html>
More information about the Qa-jenkins-scm
mailing list