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

Unified Diff: scripts/slave/recipe_modules/chromium/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/chromium/example.py
diff --git a/scripts/slave/recipe_modules/chromium/example.py b/scripts/slave/recipe_modules/chromium/example.py
index 8c0413ec8836d681cb14592155a6f86c4f0f1be8..5763e3d55e200a0ee268255eca28e6779f0b9a55 100644
--- a/scripts/slave/recipe_modules/chromium/example.py
+++ b/scripts/slave/recipe_modules/chromium/example.py
@@ -12,6 +12,7 @@ def GenSteps(api):
mastername = api.properties.get('mastername')
buildername = api.properties.get('buildername')
+ api.chromium_tests.load_builder_configs(mastername)
api.chromium_tests.configure_build(mastername, buildername)
update_step, master_dict, test_spec = \
api.chromium_tests.prepare_checkout(mastername, buildername)

Powered by Google App Engine
This is Rietveld 408576698