| Index: scripts/slave/recipe_modules/auto_bisect/example.py
|
| diff --git a/scripts/slave/recipe_modules/auto_bisect/example.py b/scripts/slave/recipe_modules/auto_bisect/example.py
|
| index 696c7b6cbba885aec8be72d1777affa95e4018da..210182bb0a650c13c9227e32c5a0e31e0540f54e 100644
|
| --- a/scripts/slave/recipe_modules/auto_bisect/example.py
|
| +++ b/scripts/slave/recipe_modules/auto_bisect/example.py
|
| @@ -61,6 +61,8 @@ def GenSteps(api):
|
| # Calls bisect script in recipe wrapper with extra_src and path_to_config,
|
| # to override default behavior.
|
| if api.properties.get('mastername'):
|
| + # TODO(akuegel): Load the config explicitly instead of relying on the
|
| + # builders.py entries in chromium_tests.
|
| mastername = api.properties.get('mastername')
|
| buildername = api.properties.get('buildername')
|
| api.chromium_tests.configure_build(mastername, buildername)
|
|
|