aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-05-26 11:21:02 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-26 11:21:02 -0700
commit649becde3bced57342e009a52d302a19d19f0828 (patch)
tree30fc3a061262ba94f7e26281480cd735e0beedca
parent7b38e3cf75296c749c843fa89af14f70f4e4b2db (diff)
Temporarily change GalaxyS3 product.board
Swarming detects this as "m0" for some reason. Change our requested dimension until this is fixed. BUG=skia:5185 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=2018513004 Review-Url: https://codereview.chromium.org/2018513004
-rw-r--r--tools/buildbot_spec.json4
-rwxr-xr-xtools/buildbot_spec.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/buildbot_spec.json b/tools/buildbot_spec.json
index 64fe66a634..9ed180b4dd 100644
--- a/tools/buildbot_spec.json
+++ b/tools/buildbot_spec.json
@@ -6711,6 +6711,10 @@
"image",
"gen_platf",
"24bpp-pixeldata-cropped.bmp",
+ "_",
+ "gm",
+ "_",
+ "composeshader_bitmap",
"serialize-8888",
"gm",
"_",
diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py
index dbb657d813..d56cd3e86e 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',