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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/example.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 | « no previous file | scripts/slave/recipe_modules/chromium/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698