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

Unified Diff: scripts/slave/recipes/bisection/desktop_bisect.py

Issue 2172553003: The second solution solution for ToT catapult. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Passing gclient config name to BuildSpec. Created 4 years, 4 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/bisection/desktop_bisect.py
diff --git a/scripts/slave/recipes/bisection/desktop_bisect.py b/scripts/slave/recipes/bisection/desktop_bisect.py
index 0ad4894fc1c9c947a1c139fd62e055bfcae281e1..0d00cc89711920837a007918e28a416df916d344 100644
--- a/scripts/slave/recipes/bisection/desktop_bisect.py
+++ b/scripts/slave/recipes/bisection/desktop_bisect.py
@@ -29,6 +29,8 @@ def RunSteps(api):
# TODO(robertocn): remove do_not_nest_wait_for_revision once downstream
# expectations have been fixed, and make it behave like this by default.
update_step, bot_db = api.chromium_tests.prepare_checkout(bot_config)
+ api.path.c.dynamic_paths['catapult'] = api.path['slave_build'].join(
dtu 2016/08/10 01:19:40 What does this do?
RobertoCN 2016/08/10 22:59:54 it makes it so that we can do api.path['catapult']
+ 'catapult')
api.auto_bisect.start_try_job(api, update_step=update_step, bot_db=bot_db,
do_not_nest_wait_for_revision=True)

Powered by Google App Engine
This is Rietveld 408576698