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

Unified Diff: appengine/findit/model/base_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/base_try_job_data.py
diff --git a/appengine/findit/model/base_try_job_data.py b/appengine/findit/model/base_try_job_data.py
index 8a82f9acc6b9efe048d06c4f5dcf77bbb331b28f..6140484cd811212959f915a4d7388573aef73c5d 100644
--- a/appengine/findit/model/base_try_job_data.py
+++ b/appengine/findit/model/base_try_job_data.py
@@ -9,6 +9,7 @@ from model.base_try_job import BaseTryJob
class BaseTryJobData(ndb.Model):
"""Represents a tryjob's metadata."""
+
# When the try job completed.
end_time = ndb.DateTimeProperty(indexed=True)

Powered by Google App Engine
This is Rietveld 408576698