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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2670703002: Perf - Chromium recipe: Removing Nexus9s (Closed)
Patch Set: Rebased Created 3 years, 11 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 596c51563d8b6b06f27f4cc62e83bcd525968736..5a1f6210f5012933eeff2f4f4a2a36468516c434 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -212,9 +212,6 @@ def get_waterfall_config():
waterfall, 'Android Nexus7v2 Perf', 'android-nexus7v2',
'android', target_bits=32, num_device_shards=7, num_host_shards=3)
waterfall = add_tester(
- waterfall, 'Android Nexus9 Perf', 'android-nexus9',
- 'android', num_device_shards=7, num_host_shards=3)
- waterfall = add_tester(
waterfall, 'Android One Perf', 'android-one',
'android', target_bits=32, num_device_shards=7, num_host_shards=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