[Git][qa/jenkins.debian.net][master] reproducible system health: detect more cases of failures to delete schroots

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Oct 28 14:05:36 BST 2023



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


Commits:
b32f37db by Holger Levsen at 2023-10-28T15:05:21+02:00
reproducible system health: detect more cases of failures to delete schroots

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -183,7 +183,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			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
+		elif $(grep -E -q "Warning: Tried, but failed to delete these.*schroots:" $LOG) ; then
 			small_note "failed to delete schroots"
 		elif $(grep -q "Warning: Tried, but failed to delete these schroot sessions:" $LOG) ; then
 			small_note "failed to delete schroot sessions"



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b32f37dbff26b6d8693526f36629dff4775c748d
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/20231028/5e11b88a/attachment.htm>


More information about the Qa-jenkins-scm mailing list