Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Unified Diff: scripts/slave/recipes/bisection/desktop_bisect.py

Issue 1185693002: Move builders.py and steps.py to chromium_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add builders property to chromium_tests test_api. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698