[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect problems due to unknown exceptions (fdroid)
Holger Levsen
gitlab at salsa.debian.org
Sat Sep 12 23:03:44 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
dba2ca8e by Holger Levsen at 2020-09-13T00:03:32+02:00
reproducible trbo system health check: detect problems due to unknown exceptions (fdroid)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -210,6 +210,8 @@ for JOB_NAME in reproducible_* ; do
small_note "make build_install failed"
elif $(grep -q "^Errors occurred, no packages were upgraded." $LOG) ; then
small_note "no packages were upgraded"
+ elif $(grep -q "CRITICAL: Unknown exception found" $LOG) ; then
+ small_note "unknown exception"
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/dba2ca8e95bcfddfc4dfa8e07871eefedddb7d29
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/dba2ca8e95bcfddfc4dfa8e07871eefedddb7d29
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/20200912/3470f43a/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list