Chromium Code Reviews| Index: scripts/slave/recipes/bisect.py |
| diff --git a/scripts/slave/recipes/bisect.py b/scripts/slave/recipes/bisect.py |
| index fc595ad61ee2d32ab5915d93721894322c85a9bb..3e07234e8a8c3f920858425e8364df802fdb89ea 100644 |
| --- a/scripts/slave/recipes/bisect.py |
| +++ b/scripts/slave/recipes/bisect.py |
| @@ -233,6 +233,7 @@ def _get_step_data_for_revision(api, revision_data, broken_cp=None, |
| def _ensure_checkout(api): |
| mastername = api.properties.get('mastername') |
| + api.chromium_tests.load_builder_configs(mastername) |
|
Paweł Hajdan Jr.
2015/06/15 09:09:29
This recipe should be using its own configs rather
Adrian Kuegel
2015/06/15 12:33:22
Done.
|
| buildername = api.properties.get('buildername') |
| api.chromium_tests.configure_build(mastername, buildername) |
| api.chromium_tests.prepare_checkout(mastername, buildername) |