[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect dpkg-buildpackage failures
Holger Levsen
gitlab at salsa.debian.org
Thu Oct 15 12:43:37 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
06566c61 by Holger Levsen at 2020-10-15T13:43:27+02:00
reproducible trbo system health check: detect dpkg-buildpackage 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
=====================================
@@ -219,6 +219,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "no packages were upgraded"
elif $(grep -q "CRITICAL: Unknown exception found" $LOG) ; then
small_note "unknown exception"
+ elif $(grep -q "^dpkg-buildpackage: error:" $LOG) ; then
+ small_note "dpkg-buildpackage 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/06566c611bdc775ef88145a3e2098084e3530a30
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/06566c611bdc775ef88145a3e2098084e3530a30
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/20201015/3589e69f/attachment.html>
More information about the Qa-jenkins-scm
mailing list