[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect dpkg failures

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Jul 4 09:08:40 BST 2022



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


Commits:
50300712 by Holger Levsen at 2022-07-04T10:08:32+02:00
trbo health check: detect dpkg 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
=====================================
@@ -273,6 +273,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			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 "^E: Sub-process /usr/bin/dpkg returned an error code" $LOG) ; then
+			small_note "dpkg 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/50300712b224a4afa1e868dda4b45c799100d950

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/50300712b224a4afa1e868dda4b45c799100d950
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/20220704/5c8df39c/attachment.htm>


More information about the Qa-jenkins-scm mailing list