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

Unified Diff: scripts/slave/recipes/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/bisect.py
diff --git a/scripts/slave/recipes/bisect.py b/scripts/slave/recipes/bisect.py
index fc595ad61ee2d32ab5915d93721894322c85a9bb..3e07234e8a8c3f920858425e8364df802fdb89ea 100644
--- a/scripts/slave/recipes/bisect.py
+++ b/scripts/slave/recipes/bisect.py
@@ -233,6 +233,7 @@ def _get_step_data_for_revision(api, revision_data, broken_cp=None,
def _ensure_checkout(api):
mastername = api.properties.get('mastername')
+ 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.
buildername = api.properties.get('buildername')
api.chromium_tests.configure_build(mastername, buildername)
api.chromium_tests.prepare_checkout(mastername, buildername)

Powered by Google App Engine
This is Rietveld 408576698