[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] explicitly only install squid on cs16, pb1, pb7 and pb10
Holger Levsen
gitlab at salsa.debian.org
Mon Nov 12 17:53:20 GMT 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
525d37ee by Holger Levsen at 2018-11-12T17:52:10Z
explicitly only install squid on cs16, pb1, pb7 and pb10
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -281,7 +281,7 @@ if [ -f /etc/debian_version ] ; then
"
# install squid on a few nodes only
case $HOSTNAME in
- jenkins|jenkins-test-vm|profitbricks-build1*|profitbricks-build10*) DEBS="$DEBS
+ profitbricks-build1-a*|profitbricks-build10*|profitbricks-build7*|codethink-sled16*) DEBS="$DEBS
squid" ;;
*) ;;
esac
@@ -572,7 +572,7 @@ if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] ; then
cd /etc/munin/plugins
sudo rm -f postfix_* open_inodes interrupts irqstats threads proc_pri vmstat if_err_* exim_* netstat fw_forwarded_local fw_packets forks open_files users nfs* iostat_ios ntp* 2>/dev/null
case $HOSTNAME in
- jenkins|profitbricks-build*|codethink-sled*) [ -L /etc/munin/plugins/squid_cache ] || for i in squid_cache squid_objectsize squid_requests squid_traffic ; do sudo ln -s /usr/share/munin/plugins/$i $i ; done ;;
+ profitbricks-build7*|profitbricks-build1-a*|profitbricks-build10*|codethink-sled16*) [ -L /etc/munin/plugins/squid_cache ] || for i in squid_cache squid_objectsize squid_requests squid_traffic ; do sudo ln -s /usr/share/munin/plugins/$i $i ; done ;;
*) ;;
esac
case $HOSTNAME in
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/525d37eefd41c6f5ccd59bc50a2302f95c91f93a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/525d37eefd41c6f5ccd59bc50a2302f95c91f93a
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/20181112/a6b8ab30/attachment.html>
More information about the Qa-jenkins-scm
mailing list