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

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: Address review comments. 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
« no previous file with comments | « scripts/slave/recipes/bisect.py ('k') | scripts/slave/recipes/blink_downstream.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « scripts/slave/recipes/bisect.py ('k') | scripts/slave/recipes/blink_downstream.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698