[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect failure to end schroot session

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Apr 3 18:36:53 BST 2023



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


Commits:
b9f3487d by Holger Levsen at 2023-04-03T19:36:39+02:00
trbo health check: detect failure to end schroot session

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -177,6 +177,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "avahi failed"
 		elif $(grep -q "failed failed Rotate log files" $LOG) ; then
 			small_note "logrotate failed"
+		elif $(grep -q "^Warning: failed to end schroot session:" $LOG) ; then
+			small_note "failed to end schroot session"
 		elif $(grep -q "Warning: Tried, but failed to delete these in /var/lib/schroot/" $LOG) ; then
 			small_note "failed to delete old schroot session data"
 		elif $(grep -q "Warning: Tried, but failed to delete these schroots:" $LOG) ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b9f3487dd85716f74ed6aa26f124003e27db95a6
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/20230403/34bb5da5/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list