[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: relax regex to detect lb build failures

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Jul 2 23:50:17 BST 2022



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


Commits:
4df1204e by Holger Levsen at 2022-07-03T00:50:05+02:00
trbo health check: relax regex to detect lb build 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
=====================================
@@ -228,7 +228,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "compiler warning during build"
 		elif $(grep -q "^Warning: The following builds have failed due to diffoscope schroot problems and will be rescheduled now:" $LOG) ; then
 			small_note "found and rescheduled build failures due to diffoscope schroot problems"
-		elif $(grep -E -q "Warning: lb build failed with .* The latest snapshot might not be complete \(yet\). Now trying again using the previous snapshot instead." $LOG) ; then
+		elif $(grep -E -q "Warning: lb build failed with .* The latest snapshot might not be complete \(yet\)." $LOG) ; then
 			small_note "live build encountered an incomplete snapshot stamp."
 		fi
 		if ! $SUSPECT ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4df1204ece0517bf1ff0627ebef8d96ba696e1bc
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/20220702/ac588cee/attachment.htm>


More information about the Qa-jenkins-scm mailing list