Chromium Code Reviews| 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 0ad4894fc1c9c947a1c139fd62e055bfcae281e1..0d00cc89711920837a007918e28a416df916d344 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( |
|
dtu
2016/08/10 01:19:40
What does this do?
RobertoCN
2016/08/10 22:59:54
it makes it so that we can do api.path['catapult']
|
| + 'catapult') |
| api.auto_bisect.start_try_job(api, update_step=update_step, bot_db=bot_db, |
| do_not_nest_wait_for_revision=True) |