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

Unified Diff: scripts/slave/recipes/android/perf.py

Issue 2131993003: android: use common known_devices_file path from chromium_android (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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
Index: scripts/slave/recipes/android/perf.py
diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
index 0033bc39bc9cd321b1e0e3bb59871b113df9a1cc..b11059cd0a7b9aa1d37dff6a7cfd3ce30cbb72f1 100644
--- a/scripts/slave/recipes/android/perf.py
+++ b/scripts/slave/recipes/android/perf.py
@@ -176,7 +176,6 @@ def RunSteps(api):
num_device_shards=builder['num_device_shards'],
num_host_shards=builder.get('num_host_shards', 1),
shard_index=builder.get('shard_index', 0),
- known_devices_file=builder.get('known_devices_file', None),
override_browser_name=builder.get('browser_name'))
dynamic_perf_tests.run(api, None)

Powered by Google App Engine
This is Rietveld 408576698