summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_slay.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-06 15:56:07 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-06 15:56:07 +0100
commit002beaa75d6897a3fe911839240a5a76d5c4dbf9 (patch)
treec0ec2f337218e44fd35075ecb926aa96caf90122 /bin/reproducible_slay.sh
parent5e3f2355f48dd95c12709666c2683b652d32c86b (diff)
downloadjenkins.debian.net-002beaa75d6897a3fe911839240a5a76d5c4dbf9.tar.xz
kill all processes run under /usr/bin/timeout too
Diffstat (limited to 'bin/reproducible_slay.sh')
-rwxr-xr-xbin/reproducible_slay.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_slay.sh b/bin/reproducible_slay.sh
index 81fe5528..a6fceae2 100755
--- a/bin/reproducible_slay.sh
+++ b/bin/reproducible_slay.sh
@@ -3,10 +3,11 @@
# Copyright 2015 Holger Levsen <holger@layer-acht.org>
# released under the GPLv=2
-set -e
+set +e
# usually called by /srv/jenkins/bin/reproducible_cleanup_nodes.sh
# this script just kills everyone…
+sudo killall timeout # all builds are done using timeout
sudo slay 1111
sudo slay 2222
pgrep -u 1111,2222