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

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: Addressing feedback and rebasing 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 87c0f49b895581bc269f812a46cbe2a3cb72fbc8..5aea113c87027aa1a95079ff8d050c541507f8c5 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(
+ 'catapult')
api.auto_bisect.start_try_job(api, update_step=update_step, bot_db=bot_db,
do_not_nest_wait_for_revision=True)
« no previous file with comments | « scripts/slave/recipes/bisection/android_bisect.py ('k') | scripts/slave/recipes/bisection/desktop_bisect.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698