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

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

Issue 2486923002: Use devil's adb with each bisect iteration, also start/stop daemons. (Closed)
Patch Set: 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_staging.py
diff --git a/scripts/slave/recipes/bisection/android_bisect_staging.py b/scripts/slave/recipes/bisection/android_bisect_staging.py
index 013239bc8f70976a6185ba688cba6d78e5f48102..601dd80a46fd81c2814b6fb41277f894582de418 100644
--- a/scripts/slave/recipes/bisection/android_bisect_staging.py
+++ b/scripts/slave/recipes/bisection/android_bisect_staging.py
@@ -125,6 +125,12 @@ 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_staging.build_context_mgr = (
+ api.chromium_android.android_build_wrapper())
+ api.auto_bisect_staging.test_context_mgr = (
+ api.chromium_android.android_bisect_test_wrapper())
+
api.auto_bisect_staging.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