| Index: scripts/slave/recipes/bisect.py
|
| diff --git a/scripts/slave/recipes/bisect.py b/scripts/slave/recipes/bisect.py
|
| index fc595ad61ee2d32ab5915d93721894322c85a9bb..9ea252bbd8d199416cd2e8ab07ef86a7b311a796 100644
|
| --- a/scripts/slave/recipes/bisect.py
|
| +++ b/scripts/slave/recipes/bisect.py
|
| @@ -234,6 +234,8 @@ def _get_step_data_for_revision(api, revision_data, broken_cp=None,
|
| def _ensure_checkout(api):
|
| mastername = api.properties.get('mastername')
|
| buildername = api.properties.get('buildername')
|
| + # TODO(akuegel): Explicitly load the configs for the builders and don't rely
|
| + # on builders.py in chromium_tests recipe module.
|
| api.chromium_tests.configure_build(mastername, buildername)
|
| api.chromium_tests.prepare_checkout(mastername, buildername)
|
|
|
|
|