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

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

Issue 2392423002: [Android] Don't pass adb path to sharded perf tests. (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 74e1930ec4c38d6af437c05a4df478d8e77dd868..b1d4b8e4db737897ea5b7d78a1470b32c84b315a 100644
--- a/infra/recipes/android/perf.py
+++ b/infra/recipes/android/perf.py
@@ -188,7 +188,8 @@ 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'))
+ enable_platform_mode=builder.get('enable_platform_mode'),
+ pass_adb_path=False)
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