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 2831693002: Revert "//tools/perf: Remove bad device for android swarming test bot" (Closed)
Patch Set: Created 3 years, 8 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/core/perf_data_generator.py
diff --git a/tools/perf/core/perf_data_generator.py b/tools/perf/core/perf_data_generator.py
index 4f7672e4ceab7dfb4184af8a9f1039f778a89d9a..b48d4401d2825f746276cdee18d25680c52b951d 100755
--- a/tools/perf/core/perf_data_generator.py
+++ b/tools/perf/core/perf_data_generator.py
@@ -189,8 +189,7 @@ def get_fyi_waterfall_config():
'os': 'Android',
'android_devices': '1',
'device_ids': [
- #'build245-m4--device1', offline, see http://crbug.com/705135
- 'build245-m4--device2',
+ 'build245-m4--device1', 'build245-m4--device2',
'build245-m4--device3', 'build245-m4--device4',
'build245-m4--device5', 'build245-m4--device6',
'build245-m4--device7', 'build248-m4--device1',
@@ -761,8 +760,6 @@ def generate_all_tests(waterfall):
benchmark_sharding_map['5'] = shard_benchmarks(5, all_benchmarks)
benchmark_sharding_map['1'] = shard_benchmarks(1, all_benchmarks)
benchmark_sharding_map['21'] = shard_benchmarks(21, all_benchmarks)
- # Added because of temporary removal of device in http://crbug.com/705135
- benchmark_sharding_map['20'] = shard_benchmarks(20, 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