[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: improve language
Holger Levsen
gitlab at salsa.debian.org
Wed Jul 22 15:01:59 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
a9e0a53b by Holger Levsen at 2020-07-22T16:01:22+02:00
reproducible trbo system health check: improve language
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -126,9 +126,9 @@ for JOB in reproducible_* ; do
elif $(grep -q "Warning, more than one kernel in /boot" $JOB/builds/$LAST/log) ; then
small_note " (more than one kernel installed)"
elif $(grep -q "failed failed /etc/rc.local Compatibility" $JOB/builds/$LAST/log) ; then
- small_note " (rc-local.service loaded failed)"
+ small_note " (rc-local.service failed)"
elif $(egrep -q "failed Session [0-9]+ of user jenkins" $JOB/builds/$LAST/log) ; then
- small_note " (session for user jenkins failed)"
+ small_note " (session failed for user jenkins)"
fi
if ! $SUSPECT ; then
echo " <li><a href=\"https://jenkins.debian.net/job/$JOB/\">$JOB</a>$NOTE</li>" >> ${UNSTABLE_JOBS}
@@ -138,7 +138,7 @@ for JOB in reproducible_* ; do
else
# only show the most severe problem, don't aggregate them
if $(egrep -q "Failed to connect to [.0-9]+ port 3128: Connection refused" $JOB/builds/$LAST/log) ; then
- small_note " (could not connect to https-proxy)"
+ small_note " (failed to connect to https-proxy)"
elif $(grep -q "seems to be down, sleeping" $JOB/builds/$LAST/log) ; then
small_note " (node seemed down)"
elif $(tail -1 $JOB/builds/$LAST/log | grep -q "Finished: ABORTED") ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a9e0a53b4aae916251ef0e226a556e02400f1ec0
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a9e0a53b4aae916251ef0e226a556e02400f1ec0
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/20200722/0e792a62/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list