Commit 80ce4362 authored by Caleb Rouleau's avatar Caleb Rouleau

[Benchmarking] Disable views_perftests on Mac.

It is believed that this test suite is somehow causing the bot
that it is run on to die the next time it gets run.

Bug: 1036846
Change-Id: Ib18512cfe6636f7b879416ee617ec7b4642233e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1984637
Auto-Submit: Caleb Rouleau <crouleau@chromium.org>
Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Caleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727992}
parent 977f8ce6
...@@ -1981,44 +1981,6 @@ ...@@ -1981,44 +1981,6 @@
"script": "//testing/trigger_scripts/perf_device_trigger.py" "script": "//testing/trigger_scripts/perf_device_trigger.py"
} }
}, },
{
"args": [
"--gtest-benchmark-name",
"views_perftests"
],
"isolate_name": "views_perftests",
"merge": {
"script": "//tools/perf/process_perf_results.py"
},
"name": "views_perftests",
"override_compile_targets": [
"views_perftests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "1002:6821-4.0.20-3.2.8",
"os": "Mac-10.13.3",
"pool": "chrome.tests.perf",
"synthetic_product_name": "MacBookPro11,5_x86-64-i7-4870HQ_AMD Radeon R8 M370X 4.0.20 [3.2.8]_Intel Haswell Iris Pro Graphics 5200 4.0.20 [3.2.8]_16384_APPLE SSD SM0512G"
}
],
"expiration": 7200,
"hard_timeout": 19800,
"ignore_task_failure": false,
"io_timeout": 19800,
"shards": 1
},
"trigger_script": {
"args": [
"--multiple-dimension-script-verbose",
"True"
],
"requires_simultaneous_shard_dispatch": true,
"script": "//testing/trigger_scripts/perf_device_trigger.py"
}
},
{ {
"args": [ "args": [
"-v", "-v",
......
...@@ -771,11 +771,8 @@ BUILDERS = { ...@@ -771,11 +771,8 @@ BUILDERS = {
'num_shards': 1, 'num_shards': 1,
'type': TEST_TYPES.GTEST, 'type': TEST_TYPES.GTEST,
}, },
{ # crbug.com/1036846: re-enable views_perftest. It is believed that this
'isolate': 'views_perftests', # suite is causing bots to die in subsequent tasks.
'num_shards': 1,
'type': TEST_TYPES.GTEST,
},
{ {
'isolate': 'media_perftests', 'isolate': 'media_perftests',
'num_shards': 1, 'num_shards': 1,
......
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