From: Radoslaw Zarzynski Date: Wed, 5 Feb 2020 17:19:05 +0000 (+0100) Subject: hammer.sh: don't do teuthology-nuke anymore. X-Git-Tag: 1.1.0~159^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bfdbb7d61effab2de99d658d8e9daccdc5d3ffea;p=teuthology.git hammer.sh: don't do teuthology-nuke anymore. 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 --- diff --git a/hammer.sh b/hammer.sh index 01abd6501..9f206f2e9 100755 --- 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\]' }