Commit 87711633 authored by Sadrul Habib Chowdhury's avatar Sadrul Habib Chowdhury Committed by Commit Bot

cc_perftests: Stop running on the perf bots.

The tests have not been very useful, and has remain disabled on a
number of bots for a while. So stop running the tests on the perf
bots altogether. The tests can still be used locally to watch for
improvements/regressions for specific changes as desired/needed.

BUG=784454, 721757, 736150
BUG=698831, 792995, 723821

Change-Id: Ifede89a3f7a87d96bbb726e0911e1df26e6f9a6b
Reviewed-on: https://chromium-review.googlesource.com/1021653Reviewed-by: default avatarenne <enne@chromium.org>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#552422}
parent dd6d49fc
...@@ -751,26 +751,6 @@ ...@@ -751,26 +751,6 @@
"upload_test_results": true "upload_test_results": true
} }
}, },
{
"args": [],
"isolate_name": "cc_perftests",
"name": "cc_perftests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"id": "build13-b1--device2",
"os": "Android",
"pool": "Chrome-perf"
}
],
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
"io_timeout": 1200,
"upload_test_results": true
}
},
{ {
"args": [], "args": [],
"isolate_name": "components_perftests", "isolate_name": "components_perftests",
...@@ -12519,26 +12499,6 @@ ...@@ -12519,26 +12499,6 @@
"upload_test_results": true "upload_test_results": true
} }
}, },
{
"args": [],
"isolate_name": "cc_perftests",
"name": "cc_perftests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"id": "build45-b1--device2",
"os": "Android",
"pool": "Chrome-perf"
}
],
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
"io_timeout": 1200,
"upload_test_results": true
}
},
{ {
"args": [ "args": [
"dromaeo", "dromaeo",
...@@ -19536,26 +19496,6 @@ ...@@ -19536,26 +19496,6 @@
"upload_test_results": true "upload_test_results": true
} }
}, },
{
"args": [],
"isolate_name": "cc_perftests",
"name": "cc_perftests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"id": "build49-b1--device2",
"os": "Android",
"pool": "Chrome-perf"
}
],
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
"io_timeout": 1200,
"upload_test_results": true
}
},
{ {
"args": [ "args": [
"dromaeo", "dromaeo",
...@@ -1130,16 +1130,6 @@ ...@@ -1130,16 +1130,6 @@
"//tools/traffic_annotation/auditor:traffic_annotation_auditor_unittests", "//tools/traffic_annotation/auditor:traffic_annotation_auditor_unittests",
"type": "console_test_launcher", "type": "console_test_launcher",
}, },
"cc_perftests": {
"label": "//cc:cc_perftests",
"type": "script",
"script": "//testing/scripts/run_gtest_perf_test.py",
"args": [
"cc_perftests",
"--adb-path",
"src/third_party/android_tools/sdk/platform-tools/adb"
],
},
"media_perftests": { "media_perftests": {
"label": "//media:media_perftests", "label": "//media:media_perftests",
"type": "script", "type": "script",
......
...@@ -16,7 +16,6 @@ blink_perf.paint,wangxianzhu@chromium.org, ...@@ -16,7 +16,6 @@ blink_perf.paint,wangxianzhu@chromium.org,
blink_perf.parser,"jbroman@chromium.org, yukishiino@chromium.org, haraken@chromium.org", blink_perf.parser,"jbroman@chromium.org, yukishiino@chromium.org, haraken@chromium.org",
blink_perf.shadow_dom,hayato@chromium.org, blink_perf.shadow_dom,hayato@chromium.org,
blink_perf.svg,"kouhei@chromium.org, fs@opera.com", blink_perf.svg,"kouhei@chromium.org, fs@opera.com",
cc_perftests,enne@chromium.org,
components_perftests,csharrison@chromium.org, components_perftests,csharrison@chromium.org,
dromaeo,"jbroman@chromium.org, yukishiino@chromium.org, haraken@chromium.org", dromaeo,"jbroman@chromium.org, yukishiino@chromium.org, haraken@chromium.org",
dummy_benchmark.histogram_benchmark_1,"eakuefner@chromium.org, simonhatch@chromium.org", dummy_benchmark.histogram_benchmark_1,"eakuefner@chromium.org, simonhatch@chromium.org",
......
...@@ -134,7 +134,6 @@ def get_waterfall_config(): ...@@ -134,7 +134,6 @@ def get_waterfall_config():
'perf_tests': [ 'perf_tests': [
('tracing_perftests', 'build73-b1--device2'), ('tracing_perftests', 'build73-b1--device2'),
('gpu_perftests', 'build73-b1--device2'), ('gpu_perftests', 'build73-b1--device2'),
# ('cc_perftests', 'build73-b1--device2'), # crbug.com/721757
('media_perftests', 'build74-b1--device7'), ('media_perftests', 'build74-b1--device7'),
('components_perftests', 'build74-b1--device1'), ('components_perftests', 'build74-b1--device1'),
], ],
...@@ -164,7 +163,6 @@ def get_waterfall_config(): ...@@ -164,7 +163,6 @@ def get_waterfall_config():
'perf_tests': [ 'perf_tests': [
('tracing_perftests', 'build13-b1--device2'), ('tracing_perftests', 'build13-b1--device2'),
('gpu_perftests', 'build13-b1--device2'), ('gpu_perftests', 'build13-b1--device2'),
('cc_perftests', 'build13-b1--device2'),
('components_perftests', 'build48-b1--device5'), ('components_perftests', 'build48-b1--device5'),
], ],
'perf_tests_with_args': [ 'perf_tests_with_args': [
...@@ -194,7 +192,6 @@ def get_waterfall_config(): ...@@ -194,7 +192,6 @@ def get_waterfall_config():
'perf_tests': [ 'perf_tests': [
('tracing_perftests', 'build15-b1--device2'), ('tracing_perftests', 'build15-b1--device2'),
('gpu_perftests', 'build16-b1--device2'), ('gpu_perftests', 'build16-b1--device2'),
('cc_perftests', 'build45-b1--device2'),
] ]
} }
]) ])
...@@ -219,7 +216,6 @@ def get_waterfall_config(): ...@@ -219,7 +216,6 @@ def get_waterfall_config():
'perf_tests': [ 'perf_tests': [
('tracing_perftests', 'build9-b1--device2'), ('tracing_perftests', 'build9-b1--device2'),
('gpu_perftests', 'build10-b1--device2'), ('gpu_perftests', 'build10-b1--device2'),
('cc_perftests', 'build49-b1--device2'),
], ],
'perf_tests_with_args': [ 'perf_tests_with_args': [
('angle_perftests', 'build49-b1--device7', ['--shard-timeout=300'], ('angle_perftests', 'build49-b1--device7', ['--shard-timeout=300'],
...@@ -248,7 +244,6 @@ def get_waterfall_config(): ...@@ -248,7 +244,6 @@ def get_waterfall_config():
'perf_tests': [ 'perf_tests': [
('tracing_perftests', 'build17-b1--device2'), ('tracing_perftests', 'build17-b1--device2'),
# ('gpu_perftests', 'build18-b1--device2'), https://crbug.com/775219 # ('gpu_perftests', 'build18-b1--device2'), https://crbug.com/775219
# ('cc_perftests', 'build47-b1--device2'), https://crbug.com/736150
] ]
} }
]) ])
...@@ -503,7 +498,6 @@ def get_waterfall_config(): ...@@ -503,7 +498,6 @@ def get_waterfall_config():
} }
]) ])
return waterfall return waterfall
...@@ -899,7 +893,6 @@ NON_TELEMETRY_BENCHMARKS = { ...@@ -899,7 +893,6 @@ NON_TELEMETRY_BENCHMARKS = {
'piman@chromium.org, chrome-gpu-perf-owners@chromium.org', 'piman@chromium.org, chrome-gpu-perf-owners@chromium.org',
'Internals>GPU>ANGLE', False), 'Internals>GPU>ANGLE', False),
'net_perftests': BenchmarkMetadata('xunjieli@chromium.org', None, False), 'net_perftests': BenchmarkMetadata('xunjieli@chromium.org', None, False),
'cc_perftests': BenchmarkMetadata('enne@chromium.org', None, False),
'gpu_perftests': BenchmarkMetadata( 'gpu_perftests': BenchmarkMetadata(
'reveman@chromium.org, chrome-gpu-perf-owners@chromium.org', 'reveman@chromium.org, chrome-gpu-perf-owners@chromium.org',
'Internals>GPU', False), 'Internals>GPU', False),
......
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