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) |