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

Unified Diff: scripts/slave/recipes/bisection/android_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/android_bisect.py
diff --git a/scripts/slave/recipes/bisection/android_bisect.py b/scripts/slave/recipes/bisection/android_bisect.py
index 1011d2871a0cbc54207827d009a32dd4f864b6b5..3025c304c81629addc7935638f6171f956d39509 100644
--- a/scripts/slave/recipes/bisection/android_bisect.py
+++ b/scripts/slave/recipes/bisection/android_bisect.py
@@ -104,6 +104,8 @@ def RunSteps(api, mastername, buildername):
for c in bot_config.get('gclient_apply_config', []):
api.gclient.apply_config(c)
update_step = api.auto_bisect.ensure_checkout()
+ api.path.c.dynamic_paths['catapult'] = api.m.auto_bisect.working_dir.join(
+ 'catapult')
api.chromium_android.clean_local_files()
bot_db = api.chromium_tests.create_bot_db_from_master_dict(mastername,

Powered by Google App Engine
This is Rietveld 408576698