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

Unified Diff: appengine/findit/model/wf_try_job_data.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/model/wf_try_job_data.py
diff --git a/appengine/findit/model/wf_try_job_data.py b/appengine/findit/model/wf_try_job_data.py
index ddb45c0cc9806c50c407ea282fa406ea4be68a33..84199170b2c539bf244bdf39dbbae97da8719b49 100644
--- a/appengine/findit/model/wf_try_job_data.py
+++ b/appengine/findit/model/wf_try_job_data.py
@@ -13,7 +13,7 @@ class WfTryJobData(BaseTryJobData):
# Number of commits in the revision range.
regression_range_size = ndb.IntegerProperty(indexed=False)
- # Number of commits analyzed to determine a culprit if any.
+ # Number of commits analyzed to determine a culprit, if any.
number_of_commits_analyzed = ndb.IntegerProperty(indexed=False)
# Culprit(s) determined to have caused the failure, if any.

Powered by Google App Engine
This is Rietveld 408576698