[Git][qa/jenkins.debian.net][master] reproducible system health: be less verbose
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jul 17 11:26:14 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
78278e57 by Holger Levsen at 2023-07-17T12:26:02+02:00
reproducible system health: be less verbose
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -142,7 +142,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "problem with PureOS pkg set"
elif $(grep -q "Warning: dose-deb-coinstall cannot calculate" $LOG) ; then
PKG_SET_PROBLEMS=$(grep "Warning: dose-deb-coinstall cannot calculate" $LOG | cut -d "'" -f2 | cut -d ' ' -f9 | sort -u | xargs echo || true)
- small_note "cannot calculate the installable set(s) for: $PKG_SET_PROBLEMS"
+ small_note "cannot calculate installable set(s): $PKG_SET_PROBLEMS"
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/78278e5784ad6a56717c46f08e1cb0a90e5f0651
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/78278e5784ad6a56717c46f08e1cb0a90e5f0651
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/20230717/898ed4b6/attachment.htm>
More information about the Qa-jenkins-scm
mailing list