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

Unified Diff: tools/perf/core/perf_data_generator.py

Issue 2879883002: Disable cc_perftests on Nexus 5X perf bot (Closed)
Patch Set: Created 3 years, 7 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/core/perf_data_generator.py
diff --git a/tools/perf/core/perf_data_generator.py b/tools/perf/core/perf_data_generator.py
index f5ec29403c87a5d60e0833e6eaad94cd3642109c..48f51c66581a5a4e68b6040f708a67f902f4f41f 100755
--- a/tools/perf/core/perf_data_generator.py
+++ b/tools/perf/core/perf_data_generator.py
@@ -263,7 +263,7 @@ def get_waterfall_config():
'perf_tests': [
('tracing_perftests', 'build73-b1--device2'),
('gpu_perftests', 'build73-b1--device2'),
- ('cc_perftests', 'build73-b1--device2'),
+ # ('cc_perftests', 'build73-b1--device2'), # crbug.com/721757
]
}
])
« 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