]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
hammer.sh: don't do teuthology-nuke anymore. 1405/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 5 Feb 2020 17:19:05 +0000 (18:19 +0100)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 5 Feb 2020 17:19:19 +0000 (18:19 +0100)
Apparently `hammer.sh` is pretty old. It calls `teuthology-nuke`
expecting the further call to `teuhology` will be able to still
reach the nodes. However, it doesn't seem that anybody is turning
them back these days.

The commit just drops the `teuthology-nuke` call.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
hammer.sh

index 01abd6501ac834893170f2c7b1346fc3ad5cac37..9f206f2e98741175dc98e1b8ab2db19945b8c1d0 100755 (executable)
--- a/hammer.sh
+++ b/hammer.sh
@@ -14,8 +14,6 @@ fi
 
 test -e $1
 
-teuthology-nuke -t $job
-
 title() {
        echo '\[\033]0;hammer '$job' '$N' passes\007\]'
 }