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

Unified Diff: scripts/slave/recipes/bisection/android_bisect.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: Rebased. (Probably unnecessary.) 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
« no previous file with comments | « scripts/slave/recipe_modules/perf_try/api.py ('k') | scripts/slave/recipes/bisection/desktop_bisect.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/bisection/android_bisect.py
diff --git a/scripts/slave/recipes/bisection/android_bisect.py b/scripts/slave/recipes/bisection/android_bisect.py
index 3fd04c17da729a19708875ecc358070f0cf5faea..6a9eb0cbce2ad8c852b35378cc43fc3cb258d273 100644
--- a/scripts/slave/recipes/bisection/android_bisect.py
+++ b/scripts/slave/recipes/bisection/android_bisect.py
@@ -108,8 +108,11 @@ def RunSteps(api, mastername, buildername):
update_step = api.bot_update.ensure_checkout()
api.chromium_android.clean_local_files()
+ bot_db = api.chromium_tests.create_bot_db_from_master_dict(
+ mastername, master_dict)
+
api.auto_bisect.start_try_job(api, update_step=update_step,
- master_dict=master_dict)
+ bot_db=bot_db)
def GenTests(api):
config_json_main = {
« no previous file with comments | « scripts/slave/recipe_modules/perf_try/api.py ('k') | scripts/slave/recipes/bisection/desktop_bisect.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698