[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: really detect live builds failing using both snapshots
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jan 24 12:29:40 GMT 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
27a1ffd8 by Holger Levsen at 2022-01-24T13:29:27+01:00
trbo health check: really detect live builds failing using both snapshots
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -220,8 +220,6 @@ 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 "Error: lb build failed with .*, even with an older snapshot." $LOG) ; then
- small_note "live builds failed, both using current and older snapshots."
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
small_note "live build encountered an incomplete snapshot stamp."
fi
@@ -261,6 +259,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "dpkg-buildpackage failed"
elif $(grep -q "Failed to connect to review.coreboot.org port 443" $LOG) ; then
small_note "failed to connect to review.coreboot.org"
+ elif $(grep -E -q "Error: lb build failed with .*, even with an older snapshot." $LOG) ; then
+ small_note "live builds failed, both using current and older snapshots."
elif $(grep -q "^SSH EXIT CODE:" $LOG) ; then
if $(grep -q "^Timeout, server .*.debian.net not responding." $LOG) || \
$(grep -q "^packet_write_wait: Connection to .*: Broken pipe" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/27a1ffd8e014444de8c6c6a7ba555e9c7e23efad
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/27a1ffd8e014444de8c6c6a7ba555e9c7e23efad
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/20220124/e5a1946b/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list