[Git][qa/jenkins.debian.net][master] reproducible Debian: be more noisy on diffoscope crashes
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Apr 15 08:52:57 BST 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
9997af32 by Holger Levsen at 2024-04-15T09:52:42+02:00
reproducible Debian: be more noisy on diffoscope crashes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_node_health_check.sh
Changes:
=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -212,7 +212,9 @@ if ! systemctl --user is-system-running > /dev/null; then
if $(grep -q rb-diffoscope $SERVICES) ; then
echo "You might want to check these builds:"
# present nice clickable URLs in jenkins job log
- grep "● rb-diffoscope" $SERVICES |awk ' { print "https://tests.reproducible-builds.org/debian/rb-pkg/"$10 "/" $8 }' | cut -d '/' -f1-8 | sed 's#$#.html#'
+ URL=$(grep "● rb-diffoscope" $SERVICES |awk ' { print "https://tests.reproducible-builds.org/debian/rb-pkg/"$10 "/" $8 }' | cut -d '/' -f1-8 | sed 's#$#.html#')
+ echo $URL
+ irc_message debian-reproducible-changes "💥 diffoscope crashed on $URL"
# now resetting those user services
for SCOPE in $(grep rb-diffoscope $SERVICES| awk '{ print $2} ') ; do
echo "$(date -u) - resetting failed $SCOPE..."
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/9997af327c1e77276c7a77d6e87ba01064d66445
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/9997af327c1e77276c7a77d6e87ba01064d66445
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/20240415/600fa098/attachment.htm>
More information about the Qa-jenkins-scm
mailing list