summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_node_health_check.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-13 14:53:25 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-13 14:53:25 +0200
commite91b3d899d736645a227a8d74ec9893fedba959f (patch)
tree46d179a1dee178073191673dfeebbed7ae037d33 /bin/reproducible_node_health_check.sh
parent160fbe6b55ad0bd9880fa3a57d15e5c433a35000 (diff)
downloadjenkins.debian.net-e91b3d899d736645a227a8d74ec9893fedba959f.tar.xz
reproducible Debian: let's not fail the node health check just because the internet is down…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_node_health_check.sh')
-rwxr-xr-xbin/reproducible_node_health_check.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh
index 17accb1e..c025cc77 100755
--- a/bin/reproducible_node_health_check.sh
+++ b/bin/reproducible_node_health_check.sh
@@ -43,8 +43,7 @@ set +e
echo "$(date -u) - testing whether the proxy works..."
curl http://www.debian.org > /dev/null
if [ $? -ne 0 ] ; then
- irc_message debian-reproducible "Proxy is down for $HOSTNAME, please tell the jenkins admins to fix this. (sudo service squid3 restart)"
- exit 1
+ echo "Warning: curl http://www.debian.org failed, probably the proxy is down for $HOSTNAME…"
fi
#