Commit 3ace1fdc authored by Stephen Martinis's avatar Stephen Martinis Committed by Commit Bot

Disable cc_perftests on Android One

TBR=nednguyen

Bug: 736150
Change-Id: I23937789dfdd4620fa4f7ea3a96ea2fa59349d87
Reviewed-on: https://chromium-review.googlesource.com/545199Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#481766}
parent 04e9abf6
...@@ -20125,26 +20125,6 @@ ...@@ -20125,26 +20125,6 @@
"io_timeout": 3600 "io_timeout": 3600
} }
}, },
{
"args": [],
"isolate_name": "cc_perftests",
"name": "cc_perftests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"android_devices": "1",
"id": "build47-b1--device2",
"os": "Android",
"pool": "Chrome-perf"
}
],
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
"io_timeout": 3600
}
},
{ {
"args": [ "args": [
"dromaeo.domcoreattr", "dromaeo.domcoreattr",
...@@ -161,10 +161,6 @@ def get_waterfall_config(): ...@@ -161,10 +161,6 @@ def get_waterfall_config():
# These configurations are taken from chromium_perf.py in # These configurations are taken from chromium_perf.py in
# build/scripts/slave/recipe_modules/chromium_tests and must be kept in sync # build/scripts/slave/recipe_modules/chromium_tests and must be kept in sync
# to generate the correct json for each tester # to generate the correct json for each tester
waterfall = add_tester(
waterfall, 'Android One Perf', 'android-one',
'android', target_bits=32, num_device_shards=7, num_host_shards=3)
waterfall = add_tester( waterfall = add_tester(
waterfall, 'Android Nexus5X Perf', 'android-nexus5X', 'android', waterfall, 'Android Nexus5X Perf', 'android-nexus5X', 'android',
swarming=[ swarming=[
...@@ -289,7 +285,7 @@ def get_waterfall_config(): ...@@ -289,7 +285,7 @@ def get_waterfall_config():
'perf_tests': [ 'perf_tests': [
('tracing_perftests', 'build17-b1--device2'), ('tracing_perftests', 'build17-b1--device2'),
('gpu_perftests', 'build18-b1--device2'), ('gpu_perftests', 'build18-b1--device2'),
('cc_perftests', 'build47-b1--device2'), # ('cc_perftests', 'build47-b1--device2'), https://crbug.com/736150
] ]
} }
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment