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

Unified Diff: appengine/findit/waterfall/start_try_job_on_demand_pipeline.py

Issue 2630433002: Findit] Flake Checker: Pipeline to trigger try jobs to identify flake culprits (Closed)
Patch Set: Addressing comments Created 3 years, 11 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: appengine/findit/waterfall/start_try_job_on_demand_pipeline.py
diff --git a/appengine/findit/waterfall/start_try_job_on_demand_pipeline.py b/appengine/findit/waterfall/start_try_job_on_demand_pipeline.py
index 941aca48e629cfc64d1b5c1934bf71eb1c0474af..762fc1e39eb49d7d3be13b3e8514866328d5e948 100644
--- a/appengine/findit/waterfall/start_try_job_on_demand_pipeline.py
+++ b/appengine/findit/waterfall/start_try_job_on_demand_pipeline.py
@@ -120,6 +120,7 @@ class StartTryJobOnDemandPipeline(BasePipeline):
try_job_result = yield MonitorTryJobPipeline(
try_job_key.urlsafe(), try_job_type, try_job_id)
+
yield IdentifyTryJobCulpritPipeline(
master_name, builder_name, build_number, blame_list, try_job_type,
try_job_id, try_job_result)

Powered by Google App Engine
This is Rietveld 408576698