[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: only install squid on a few nodes
Holger Levsen
gitlab at salsa.debian.org
Mon Nov 12 16:52:23 GMT 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
bf602a83 by Holger Levsen at 2018-11-12T16:51:37Z
reproducible: only install squid on a few nodes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -279,10 +279,15 @@ if [ -f /etc/debian_version ] ; then
vim
zsh
"
- # install squid everywhere except on the armhf nodes
+ # install squid on a few nodes only
case $HOSTNAME in
- jenkins|jenkins-test-vm|profitbricks-build*|codethink*) DEBS="$DEBS
- squid
+ jenkins|jenkins-test-vm|profitbricks-build1*|profitbricks-build10*) DEBS="$DEBS
+ squid" ;;
+ *) ;;
+ esac
+ # notifications are only done from a view nodes
+ case $HOSTNAME in
+ jenkins|jenkins-test-vm|profitbricks-build*) DEBS="$DEBS
kgb-client
python3-yaml" ;;
*) ;;
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/bf602a83a3ea94565867890bac3c0276ece3b7e9
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/bf602a83a3ea94565867890bac3c0276ece3b7e9
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/3a7ba131/attachment.html>
More information about the Qa-jenkins-scm
mailing list