[Qa-jenkins-scm] [jenkins.debian.net] 01/01: make cleanup faster by making it more dirty

Holger Levsen holger at moszumanska.debian.org
Wed Jan 6 14:35:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit cc4c86175a45ddc4f9143f38d4f2c8cebe47a7fd
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jan 6 15:35:42 2016 +0100

    make cleanup faster by making it more dirty
---
 bin/reproducible_slay.sh | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/bin/reproducible_slay.sh b/bin/reproducible_slay.sh
index 922bea2..81fe552 100755
--- a/bin/reproducible_slay.sh
+++ b/bin/reproducible_slay.sh
@@ -7,12 +7,10 @@ set -e
 
 # usually called by /srv/jenkins/bin/reproducible_cleanup_nodes.sh
 # this script just kills everyone…
-sudo slay -clean 1111
-sudo slay -clean 2222
-sleep 2
-ps fax
+sudo slay 1111
+sudo slay 2222
+pgrep -u 1111,2222
 # only slay jenkins on the build nodes…
 if [ "$HOSTNAME" != "jenkins" ] ; then
-	sudo slay -clean jenkins
+	sudo slay jenkins
 fi
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list