Buildbot spec: Add device_type for Android One
authorborenet <borenet@chromium.org>
Mon, 20 Jun 2016 20:04:25 +0000 (13:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 20 Jun 2016 20:04:25 +0000 (13:04 -0700)
BUG=skia:5185
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2085713002

Review-Url: https://codereview.chromium.org/2085713002

tools/buildbot_spec.py

index 603f36d..6ef6239 100755 (executable)
@@ -260,7 +260,7 @@ cov_skip.extend([lineno(), lineno() + 1])
 def product_board(builder_dict):
   if 'Android' in builder_dict.get('os', ''):
     return {
-      'AndroidOne':    None,  # TODO(borenet,kjlubick)
+      'AndroidOne':    'sprout',
       'GalaxyS3':      'm0',  #'smdk4x12', Detected incorrectly by swarming?
       'GalaxyS4':      None,  # TODO(borenet,kjlubick)
       'NVIDIA_Shield': 'foster',