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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py

Issue 2485383007: Make perf android tests use devil adb (Closed)
Patch Set: Nit Created 4 years, 1 month 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/recipe_modules/chromium_tests/chromium_perf.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
index ca6b627c4600a86fa4e33a28e97f4ea1bd4a541e..dad42517dda6c9a5f19d5213f330dc82434f8a77 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
@@ -49,6 +49,7 @@ def _BaseSpec(bot_type, config_name, platform, target_bits, tests):
if platform == 'android':
spec['android_config'] = 'chromium_perf'
+ spec['android_apply_config'] = ['use_devil_adb']
spec['chromium_apply_config'] = ['android']
spec['chromium_config_kwargs']['TARGET_ARCH'] = 'arm'
spec['chromium_config_kwargs']['TARGET_PLATFORM'] = 'android'

Powered by Google App Engine
This is Rietveld 408576698