New issue
Advanced search Search tips

Issue 721470 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Add UI to quickly delete multiple dead Swarming bots

Project Member Reported by mar...@chromium.org, May 11 2017

Issue description

Similar to "Cancel all tasks" UI, change /botlist to show a button to "Delete all dead bots". Preferably requiring at least one filter to prevent misclicks.

This would result in the equivalent of a bash for loop calling "swarming.py bot-delete". I don't think it's worth having an API, doing it as a loop in javascript is likely fine for the number of times this is expected to be used and the number of bots to be deleted, generally a few tens, can accept degraded behavior in the thousands, as this is rarely time critical.
 

Comment 1 by kjlubick@google.com, May 11 2017

Cc: -kjlubick@chromium.org
Owner: kjlubick@chromium.org
Status: Assigned (was: Untriaged)

Comment 2 by kjlubick@google.com, May 23 2017

Status: Fixed (was: Assigned)
This is live in chromium-swarm.  See https://codereview.chromium.org/2883493002

Sign in to add a comment