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