Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2235)

Unified Diff: appengine/swarming/swarming_rpcs.py

Issue 2661173004: Make deleted bots still show up when searched for by id (Closed)
Patch Set: Don't forget MP stuff Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/swarming/swarming_rpcs.py
diff --git a/appengine/swarming/swarming_rpcs.py b/appengine/swarming/swarming_rpcs.py
index 809d78b3111a6f05caddf9bd00405573545df5db..d9bbe2413a5973ba1bb7ae66ba52b31688bf6be7 100644
--- a/appengine/swarming/swarming_rpcs.py
+++ b/appengine/swarming/swarming_rpcs.py
@@ -494,6 +494,7 @@ class BotInfo(messages.Message):
state = messages.StringField(12)
lease_id = messages.StringField(13)
lease_expiration_ts = message_types.DateTimeField(14)
+ deleted = messages.BooleanField(15)
class BotList(messages.Message):

Powered by Google App Engine
This is Rietveld 408576698