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

Unified Diff: scripts/slave/recipe_modules/auto_bisect_staging/example.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/recipe_modules/auto_bisect_staging/example.py
diff --git a/scripts/slave/recipe_modules/auto_bisect_staging/example.py b/scripts/slave/recipe_modules/auto_bisect_staging/example.py
index 58a541b7f1e4a4eb3d0c7def57f2970294aa01de..41fc8fd853eb3eb4a58e4ae18d54279ea5e48ac6 100644
--- a/scripts/slave/recipe_modules/auto_bisect_staging/example.py
+++ b/scripts/slave/recipe_modules/auto_bisect_staging/example.py
@@ -35,6 +35,8 @@ def RunSteps(api):
update_step, bot_db = api.chromium_tests.prepare_checkout(bot_config)
api.path.c.dynamic_paths['catapult'] = (
api.auto_bisect_staging.working_dir.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