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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2740743002: Disable cc_perftests on Android/Linux. (Closed)
Patch Set: Created 3 years, 9 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 | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_perf_json.py
diff --git a/tools/perf/generate_perf_json.py b/tools/perf/generate_perf_json.py
index 49e739f0d0368e48c0aa58b9b242f8c09b1995d3..6339808bd80bb530316a869c5097fd064a809500 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -57,18 +57,19 @@ SCRIPT_TESTS = [
'script': 'gtest_perf_test.py',
'testers': {
'chromium.perf': [
- {
- 'name': 'Android Nexus5 Perf',
- 'shards': [2]
- },
- {
- 'name': 'Android Nexus6 Perf',
- 'shards': [2]
- },
- {
- 'name': 'Android Nexus7v2 Perf',
- 'shards': [2]
- },
+ # crbug.com/698831
+ # {
+ # 'name': 'Android Nexus5 Perf',
+ # 'shards': [2]
+ # },
+ # {
+ # 'name': 'Android Nexus6 Perf',
+ # 'shards': [2]
+ # },
+ # {
+ # 'name': 'Android Nexus7v2 Perf',
+ # 'shards': [2]
+ # },
{
'name': 'Android Nexus9 Perf',
'shards': [2]
@@ -462,7 +463,8 @@ def get_waterfall_config():
'build150-m1', 'build151-m1', 'build152-m1'
],
'perf_tests': [
- ('cc_perftests', 2),
+ # crbug.com/698831
+ # ('cc_perftests', 2),
('load_library_perf_tests', 2),
('tracing_perftests', 2),
('media_perftests', 3)]
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698