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

Unified Diff: appengine/swarming/swarming_bot/api/os_utilities.py

Issue 2978283002: swarming: Remove the ssd dimension from android bots. (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/swarming_bot/api/os_utilities.py
diff --git a/appengine/swarming/swarming_bot/api/os_utilities.py b/appengine/swarming/swarming_bot/api/os_utilities.py
index 10ccdb201857103532ff40dbc99a0cecf2646391..525451fabdd2ddeafc204eb2d7f42c026284846f 100644
--- a/appengine/swarming/swarming_bot/api/os_utilities.py
+++ b/appengine/swarming/swarming_bot/api/os_utilities.py
@@ -810,6 +810,7 @@ def get_dimensions_all_devices_android(devices):
del dimensions[u'cores']
del dimensions[u'gpu']
dimensions.pop(u'machine_type')
+ dimensions.pop(u'ssd', None)
# Each key in the following dict is a dimension and its value is the list of
# all possible device properties that can define that dimension.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698