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

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: 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/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..1f0f6ed6fa04db17b4dc22803f75a8191e30d2b2 100644
--- a/scripts/slave/recipe_modules/auto_bisect/example.py
+++ b/scripts/slave/recipe_modules/auto_bisect/example.py
@@ -63,6 +63,7 @@ def GenSteps(api):
if api.properties.get('mastername'):
mastername = api.properties.get('mastername')
buildername = api.properties.get('buildername')
+ api.chromium_tests.load_builder_configs(mastername)
api.chromium_tests.configure_build(mastername, buildername)
api.chromium_tests.prepare_checkout(mastername, buildername)
api.auto_bisect.run_bisect_script('dummy_extra_src', '/dummy/path/')
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium/api.py » ('j') | scripts/slave/recipe_modules/chromium_tests/api.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698