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

Unified Diff: scripts/slave/recipe_modules/chromium/example.py

Issue 1565113003: Add concept of bot config and test spec database (BotConfigAndTestDB). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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 04880b12cb767c1d4b536240bd025987b817067a..1698cf3756d776d8b652aab3273d054680374a25 100644
--- a/scripts/slave/recipe_modules/chromium/example.py
+++ b/scripts/slave/recipe_modules/chromium/example.py
@@ -13,10 +13,10 @@ def RunSteps(api):
buildername = api.properties.get('buildername')
api.chromium_tests.configure_build(mastername, buildername)
- update_step, master_dict, test_spec = \
+ update_step, bot_db = \
api.chromium_tests.prepare_checkout(mastername, buildername)
- #api.chromium_tests.compile(mastername, buildername, update_step, master_dict,
- # test_spec, out_dir='/tmp')
+ #api.chromium_tests.compile(mastername, buildername, update_step, bot_db,
+ # out_dir='/tmp')
api.chromium.compile(targets=['All'], out_dir='/tmp')
def GenTests(api):

Powered by Google App Engine
This is Rietveld 408576698