| 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)
|
|
|