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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2579043003: Stop triggering perf tests on Mac HDD (Closed)
Patch Set: Created 4 years 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 14869eebead3fa76941d0f137e60bb6f36b2bc4e..29783f0ff04134d94af148df8dc18d60fe6b8089 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -380,18 +380,6 @@ def get_waterfall_config():
}
])
waterfall = add_tester(
- waterfall, 'Mac HDD Perf', 'chromium-rel-mac-hdd', 'mac',
- swarming=[
- {
- 'gpu': '10de:08a4',
- 'os': 'Mac-10.10',
- 'device_ids': [
- 'build24-b1', 'build25-b1',
- 'build26-b1', 'build27-b1', 'build28-b1'
- ]
- }
- ])
- waterfall = add_tester(
waterfall, 'Mac Pro 10.11 Perf',
'chromium-rel-mac11-pro', 'mac',
swarming=[
@@ -609,7 +597,6 @@ BENCHMARK_NAME_BLACKLIST = [
LEGACY_DEVICE_AFFIINITY_ALGORITHM = [
'Win Zenbook Perf',
'Win 10 High-DPI Perf',
- 'Mac HDD Perf',
]
def current_benchmarks(use_whitelist):
« 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