| 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 ebea4861295aea5acbe271fa8b2f0e7e5ed9d001..14480cf4a4e619e1391a36ced1cb974fc465120a 100644
|
| --- a/scripts/slave/recipes/bisection/desktop_bisect.py
|
| +++ b/scripts/slave/recipes/bisection/desktop_bisect.py
|
| @@ -12,6 +12,8 @@ DEPS = [
|
| def GenSteps(api):
|
| mastername = api.properties.get('mastername')
|
| buildername = api.properties.get('buildername')
|
| + # TODO(akuegel): Explicitly load the builder configs instead of relying on
|
| + # builder.py from chromium_tests recipe module.
|
| api.chromium_tests.configure_build(mastername, buildername)
|
| api.chromium_tests.prepare_checkout(mastername, buildername)
|
| api.auto_bisect.run_bisect_script()
|
|
|