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

Unified Diff: appengine/swarming/swarming_rpcs.py

Issue 2836463002: Include Machine Provider machine_type in swarming_rpcs.BotInfo (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « appengine/swarming/message_conversion.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/swarming_rpcs.py
diff --git a/appengine/swarming/swarming_rpcs.py b/appengine/swarming/swarming_rpcs.py
index 348f28fe4f71cbd044654f330cf23fa0023d5d38..980d133c7704edf0eebe6b60e493e1b00b24d338 100644
--- a/appengine/swarming/swarming_rpcs.py
+++ b/appengine/swarming/swarming_rpcs.py
@@ -507,6 +507,7 @@ class BotInfo(messages.Message):
lease_id = messages.StringField(13)
lease_expiration_ts = message_types.DateTimeField(14)
deleted = messages.BooleanField(15)
+ machine_type = messages.StringField(16)
class BotList(messages.Message):
« no previous file with comments | « appengine/swarming/message_conversion.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698