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

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

Issue 2026283002: [Findit] Adding logic to force try jobs regardless of bailout or previous results (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Addressing comments and rebase Created 4 years, 6 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/monitor_try_job_pipeline.py
diff --git a/appengine/findit/waterfall/monitor_try_job_pipeline.py b/appengine/findit/waterfall/monitor_try_job_pipeline.py
index 2d21013d0086e5947ddcc17da8eb7c03aa2c4e85..ae296e795849b617ee3969b34c093145d1ae1e4f 100644
--- a/appengine/findit/waterfall/monitor_try_job_pipeline.py
+++ b/appengine/findit/waterfall/monitor_try_job_pipeline.py
@@ -158,7 +158,7 @@ class MonitorTryJobPipeline(BasePipeline):
def _UpdateTryJobResult(
self, status, master_name, builder_name, build_number, try_job_type,
try_job_id, try_job_url, result_content=None):
- """Updates try job result based on responsed try job status and result."""
+ """Updates try job result based on response try job status and result."""
result = {
'report': result_content,
'url': try_job_url,

Powered by Google App Engine
This is Rietveld 408576698