[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect that the node is in starting state
Holger Levsen
gitlab at salsa.debian.org
Thu Aug 20 12:38:08 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
47e46c41 by Holger Levsen at 2020-08-20T13:37:55+02:00
reproducible trbo system health check: detect that the node is in starting state
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -172,6 +172,8 @@ for JOB_NAME in reproducible_* ; do
small_note " (failed to delete schroot sessions)"
elif $(grep -q "Warning: found reproducible_build.sh processes which have pid 1 as parent (and not sshd)" $LOG) ; then
small_note " (reproducible_build.sh zombies)"
+ elif $(grep -q " State: starting)" $LOG) ; then
+ small_note " (node in starting state)"
fi
if ! $SUSPECT ; then
echo "1|$JOB_NAME|$JOB_URL|true|$NOTE" >> ${UNSTABLE_JOBS}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/47e46c41e875b38f04d6812bcd7180128f3d6f48
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/47e46c41e875b38f04d6812bcd7180128f3d6f48
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/20200820/6071fb04/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list