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

Unified Diff: scripts/slave/recipes/bisection/android_bisect.py

Issue 2485763002: Use devil's adb with each bisect iteration, also start/stop daemons. (Closed)
Patch Set: Whitespace cleanup. 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/recipes/bisection/android_bisect.py
diff --git a/scripts/slave/recipes/bisection/android_bisect.py b/scripts/slave/recipes/bisection/android_bisect.py
index de0f94946adbfbdc7b9e33156228ba2cc883d169..d36726604cdc2ed8d988e216ae8f7b14368295c6 100644
--- a/scripts/slave/recipes/bisection/android_bisect.py
+++ b/scripts/slave/recipes/bisection/android_bisect.py
@@ -122,6 +122,11 @@ def RunSteps(api, mastername, buildername):
api.chromium_android.use_devil_adb()
+ # Make sure the bisect build and individual test runs are wrapped.
+ api.auto_bisect.build_context_mgr = (
+ api.chromium_android.android_build_wrapper)
+ api.auto_bisect.test_context_mgr = api.chromium_android.android_test_wrapper
+
api.auto_bisect.start_try_job(api, update_step=update_step, bot_db=bot_db,
do_not_nest_wait_for_revision=True)

Powered by Google App Engine
This is Rietveld 408576698