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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2620753002: Triggering android perf jobs across 21 devices instead of 7. (Closed)
Patch Set: Adding the generated json 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.fyi.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 20c9a526b3c022a4395713480b69793e128feedd..08bb666d97d691e2187094a3cc18441f1eab651d 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -179,7 +179,14 @@ def get_fyi_waterfall_config():
'build245-m4--device1', 'build245-m4--device2',
'build245-m4--device3', 'build245-m4--device4',
'build245-m4--device5', 'build245-m4--device6',
- 'build245-m4--device7'
+ 'build245-m4--device7', 'build248-m4--device1',
+ 'build248-m4--device2', 'build248-m4--device3',
+ 'build248-m4--device4', 'build248-m4--device5',
+ 'build248-m4--device6', 'build248-m4--device7',
+ 'build249-m4--device1', 'build249-m4--device2',
+ 'build249-m4--device3', 'build249-m4--device4',
+ 'build249-m4--device5', 'build249-m4--device6',
+ 'build249-m4--device7'
]
}
])
@@ -683,7 +690,7 @@ def generate_all_tests(waterfall):
benchmark_sharding_map['22'] = shard_benchmarks(22, all_benchmarks)
benchmark_sharding_map['5'] = shard_benchmarks(5, all_benchmarks)
benchmark_sharding_map['1'] = shard_benchmarks(1, all_benchmarks)
- benchmark_sharding_map['7'] = shard_benchmarks(7, all_benchmarks)
+ benchmark_sharding_map['21'] = shard_benchmarks(21, all_benchmarks)
for name, config in waterfall['testers'].iteritems():
use_whitelist = config['use_whitelist']
« no previous file with comments | « testing/buildbot/chromium.perf.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698