[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect failure to update cloud-image pkg set
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Nov 16 13:20:03 GMT 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c4d670d2 by Holger Levsen at 2022-11-16T14:19:51+01:00
trbo health check: detect failure to update cloud-image pkg set
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -143,6 +143,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
elif $(grep -q "Warning: dose-deb-coinstall cannot calculate" $LOG) ; then
PKG_SET_PROBLEM=$(grep "Warning: dose-deb-coinstall cannot calculate" $LOG | cut -d "'" -f2 | cut -d ' ' -f3-11 | cut -d '.' -f1 | head -1 || true)
small_note "$PKG_SET_PROBLEM"
+ elif $(grep -E -q "could not update cloud-image package list" $LOG) ; then
+ small_note "problem with cloud-image pkg set"
fi
# only show the most severe problem, don't aggregate them
elif $(grep -q "^Warning: rise of the jenkins job zombies has started again" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c4d670d28ee3255e55f1f764c32a8fe3db7d6c34
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c4d670d28ee3255e55f1f764c32a8fe3db7d6c34
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/20221116/a2eda7a4/attachment.htm>
More information about the Qa-jenkins-scm
mailing list