[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect failure to build d-i
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Apr 25 10:09:42 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
77f487f5 by Holger Levsen at 2022-04-25T11:09:32+02:00
trbo health check: detect failure to build d-i
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -265,6 +265,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
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 -E -q "^building build_cdrom_.* failed, see log file" $LOG) ; then
+ small_note "d-i cdrom build failed."
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/77f487f5681353c880c66936e0811d056f809723
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/77f487f5681353c880c66936e0811d056f809723
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/20220425/32fe8aa5/attachment.htm>
More information about the Qa-jenkins-scm
mailing list