Index: scripts/slave/recipes/bisection/desktop_bisect.py |
diff --git a/scripts/slave/recipes/bisection/desktop_bisect.py b/scripts/slave/recipes/bisection/desktop_bisect.py |
index 87c0f49b895581bc269f812a46cbe2a3cb72fbc8..5aea113c87027aa1a95079ff8d050c541507f8c5 100644 |
--- a/scripts/slave/recipes/bisection/desktop_bisect.py |
+++ b/scripts/slave/recipes/bisection/desktop_bisect.py |
@@ -29,6 +29,8 @@ def RunSteps(api): |
# TODO(robertocn): remove do_not_nest_wait_for_revision once downstream |
# expectations have been fixed, and make it behave like this by default. |
update_step, bot_db = api.chromium_tests.prepare_checkout(bot_config) |
+ api.path.c.dynamic_paths['catapult'] = api.path['slave_build'].join( |
+ 'catapult') |
api.auto_bisect.start_try_job(api, update_step=update_step, bot_db=bot_db, |
do_not_nest_wait_for_revision=True) |