[Git][qa/jenkins.debian.net][master] fixup: jenkins nodes: only run jenkins_reproducible_builds munin plugin on the...
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed May 7 23:30:56 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
02a77f4f by Holger Levsen at 2025-05-08T00:29:18+02:00
fixup: jenkins nodes: only run jenkins_reproducible_builds munin plugin on the nodes actually doing that
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -840,7 +840,7 @@ if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] ; then
infom07*|infom08*) ;;
codethink01*|codethink02*|codethink03*) ;;
*risc*|osuosl*) ;;
- *) [ -L /etc/munin/plugins/jenkins_reproducible_builds ] || sudo ln -s sudo ln -s /usr/share/munin/plugins/jenkins_reproducible_builds jenkins_reproducible_builds ;;
+ *) [ -L /etc/munin/plugins/jenkins_reproducible_builds ] || sudo ln -s /usr/share/munin/plugins/jenkins_reproducible_builds jenkins_reproducible_builds ;;
esac
# this is a hack to work around (rare) problems with restarting munin-node...
sudo systemctl status munin-node.service || true
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/02a77f4f129fa5dd1c3a27d75a1b3e0815a363b4
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/02a77f4f129fa5dd1c3a27d75a1b3e0815a363b4
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/20250507/68d57431/attachment.htm>
More information about the Qa-jenkins-scm
mailing list