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 ebea4861295aea5acbe271fa8b2f0e7e5ed9d001..d8b8edc90c9fbf334e56c149ede3210b170e6e4e 100644 |
| --- a/scripts/slave/recipes/bisection/desktop_bisect.py |
| +++ b/scripts/slave/recipes/bisection/desktop_bisect.py |
| @@ -12,6 +12,7 @@ DEPS = [ |
| def GenSteps(api): |
| mastername = api.properties.get('mastername') |
| buildername = api.properties.get('buildername') |
| + 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.
|
| api.chromium_tests.configure_build(mastername, buildername) |
| api.chromium_tests.prepare_checkout(mastername, buildername) |
| api.auto_bisect.run_bisect_script() |