Skip to content

Commit

Permalink
hammer.sh: don't do teuthology-nuke anymore.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rzarzynski committed Feb 5, 2020
1 parent 95fed4d commit bfdbb7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hammer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ fi

test -e $1

teuthology-nuke -t $job

title() {
echo '\[\033]0;hammer '$job' '$N' passes\007\]'
}
Expand Down

0 comments on commit bfdbb7d

Please sign in to comment.