| Index: scripts/slave/recipes/bisection/desktop_bisect_staging.py
|
| diff --git a/scripts/slave/recipes/bisection/desktop_bisect_staging.py b/scripts/slave/recipes/bisection/desktop_bisect_staging.py
|
| index 9707dda09474ad394ce5bb0406ee486fb5ecb117..2c95cb34217947318dfad6d11449ebac8543a938 100644
|
| --- a/scripts/slave/recipes/bisection/desktop_bisect_staging.py
|
| +++ b/scripts/slave/recipes/bisection/desktop_bisect_staging.py
|
| @@ -31,6 +31,8 @@ def RunSteps(api):
|
| update_step, bot_db = api.chromium_tests.prepare_checkout(bot_config)
|
| api.path.c.dynamic_paths['catapult'] = api.path['slave_build'].join(
|
| 'catapult')
|
| + api.path.c.dynamic_paths['bisect_results'] = api.path['slave_build'].join(
|
| + 'bisect_results')
|
| api.auto_bisect_staging.start_try_job(api, update_step=update_step,
|
| bot_db=bot_db,
|
| do_not_nest_wait_for_revision=True)
|
|
|