From bfdbb7d61effab2de99d658d8e9daccdc5d3ffea Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Wed, 5 Feb 2020 18:19:05 +0100 Subject: [PATCH] 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 --- hammer.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/hammer.sh b/hammer.sh index 01abd6501a..9f206f2e98 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\]' } -- 2.39.5