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

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

Issue 2479943003: Creating named directory for bisect test runs. (Closed)
Patch Set: Created 4 years, 1 month 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_staging.py
diff --git a/scripts/slave/recipes/bisection/android_bisect_staging.py b/scripts/slave/recipes/bisection/android_bisect_staging.py
index 013239bc8f70976a6185ba688cba6d78e5f48102..43f669ae4de16b9b9b2b0e2478d6079fed2a9752 100644
--- a/scripts/slave/recipes/bisection/android_bisect_staging.py
+++ b/scripts/slave/recipes/bisection/android_bisect_staging.py
@@ -118,6 +118,8 @@ def RunSteps(api, mastername, buildername):
update_step = api.auto_bisect_staging.ensure_checkout()
api.path.c.dynamic_paths['catapult'] = (
api.m.auto_bisect_staging.working_dir.join('catapult'))
+ api.path.c.dynamic_paths['bisect_results'] = api.path['slave_build'].join(
+ 'bisect_results')
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