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

Unified Diff: infra/recipes/android/perf.py

Issue 2442663003: [android] Resume passing adb path to the test runner in android/perf. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | infra/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/recipes/android/perf.py
diff --git a/infra/recipes/android/perf.py b/infra/recipes/android/perf.py
index f8940d0ebae92edf2a67d4dfc66eb1f0ca1c8796..fef941ded20b4ae44fbc3a6594316e86bb08d177 100644
--- a/infra/recipes/android/perf.py
+++ b/infra/recipes/android/perf.py
@@ -204,8 +204,7 @@ def RunSteps(api):
num_host_shards=builder.get('num_host_shards', 1),
shard_index=builder.get('shard_index', 0),
override_browser_name=builder.get('browser_name'),
- enable_platform_mode=builder.get('enable_platform_mode'),
- pass_adb_path=False)
+ enable_platform_mode=builder.get('enable_platform_mode'))
dynamic_perf_tests.run(api, None)
if failures:
« no previous file with comments | « no previous file | infra/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698