[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect apt failures due to broken dependencies
Holger Levsen
gitlab at salsa.debian.org
Tue Mar 16 16:58:05 GMT 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c934c816 by Holger Levsen at 2021-03-16T17:57:46+01:00
trbo health check: detect apt failures due to broken dependencies
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -235,6 +235,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "node stopped responding"
elif $(grep -q "^unsupported host, exiting." $LOG) ; then
small_note "unsupported host (hostname changed?)"
+ elif $(grep -q "^E: Unmet dependencies." $LOG) ; then
+ small_note "apt failed: broken dependencies"
else
small_note "generic SSH failure"
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c934c816710bf7008941c03896b64999491402dc
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c934c816710bf7008941c03896b64999491402dc
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/20210316/bc96f154/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list