[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect undefined service problems
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Mar 16 20:08:10 GMT 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
04d457ce by Holger Levsen at 2022-03-16T21:07:14+01:00
trbo health check: detect undefined service problems
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -187,6 +187,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "reproducible_build.sh zombies"
elif $(grep -q "State: starting" $LOG) ; then
small_note "node in starting state"
+ elif $(grep -q "Warning: systemd is reporting errors" $LOG) ; then
+ small_note "undefined service problems"
elif $(grep -E -q "Reading package lists...Warning: failed to update the .* chdist." $LOG) ; then
small_note "failed to update Debian chdist"
elif $(grep -q "Warning: failed to update Arch Linux schroot, pacman/db.lck exists." $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/04d457ceffe841f1fbaff00645458d763af8eaff
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/04d457ceffe841f1fbaff00645458d763af8eaff
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/20220316/14b6efe0/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list