[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect etckeeper.service failures

Holger Levsen gitlab at salsa.debian.org
Sun Nov 29 00:01:56 GMT 2020



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
902a685a by Holger Levsen at 2020-11-29T01:01:36+01:00
reproducible trbo system health check: detect etckeeper.service failures

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -155,6 +155,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "rc-local.service failed"
 		elif $(grep -E -q "failed Session [0-9]+ of user jenkins" $LOG) ; then
 			small_note "session failed for user jenkins"
+		elif $(grep -q "etckeeper.service loaded failed" $LOG) ; then
+			small_note "etckeeper.service problem, manual intervention required"
 		elif $(grep -E -q "^Warning: processes found which should not be there and which could not be killed." $LOG) ; then
 			small_note "unkillable unwanted processes"
 		elif $(grep -q "failed failed pbuilder_build" $LOG) ; then



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/902a685a5bc12df350ba6246eb7306cc8d06bfe9

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/902a685a5bc12df350ba6246eb7306cc8d06bfe9
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/20201129/c9547b02/attachment.html>


More information about the Qa-jenkins-scm mailing list