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

Unified Diff: tools/buildbot_spec.py

Issue 2018513004: Temporarily change GalaxyS3 product.board (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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 | « tools/buildbot_spec.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/buildbot_spec.py
diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py
index dbb657d813532915969bd39fc8e7e63ade573b37..d56cd3e86ee6628b3d574457de04ea175c64fb99 100755
--- a/tools/buildbot_spec.py
+++ b/tools/buildbot_spec.py
@@ -261,7 +261,7 @@ def product_board(builder_dict):
if 'Android' in builder_dict.get('os', ''):
return {
'AndroidOne': None, # TODO(borenet,kjlubick)
- 'GalaxyS3': 'smdk4x12',
+ 'GalaxyS3': 'm0', #'smdk4x12', Detected incorrectly by swarming?
'GalaxyS4': None, # TODO(borenet,kjlubick)
'NVIDIA_Shield': None, # TODO(borenet,kjlubick)
'Nexus10': 'manta',
« no previous file with comments | « tools/buildbot_spec.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698