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

Unified Diff: scripts/slave/recipes/bisection/desktop_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/desktop_bisect_staging.py
diff --git a/scripts/slave/recipes/bisection/desktop_bisect_staging.py b/scripts/slave/recipes/bisection/desktop_bisect_staging.py
index 9707dda09474ad394ce5bb0406ee486fb5ecb117..2c95cb34217947318dfad6d11449ebac8543a938 100644
--- a/scripts/slave/recipes/bisection/desktop_bisect_staging.py
+++ b/scripts/slave/recipes/bisection/desktop_bisect_staging.py
@@ -31,6 +31,8 @@ def RunSteps(api):
update_step, bot_db = api.chromium_tests.prepare_checkout(bot_config)
api.path.c.dynamic_paths['catapult'] = api.path['slave_build'].join(
'catapult')
+ api.path.c.dynamic_paths['bisect_results'] = api.path['slave_build'].join(
+ 'bisect_results')
api.auto_bisect_staging.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