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

Unified Diff: appengine/findit/model/flake/master_flake_analysis.py

Issue 2597373002: [Findit] Flake checker: Get full build info for each flake build analyzed (Closed)
Patch Set: Removing incorrect line 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
« no previous file with comments | « no previous file | appengine/findit/waterfall/build_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/model/flake/master_flake_analysis.py
diff --git a/appengine/findit/model/flake/master_flake_analysis.py b/appengine/findit/model/flake/master_flake_analysis.py
index cf2ef0c2e86dbcad416ff6542eec2dc5d17b39af..32289d3acb5b727fdafef5748cccea64b06e4cea 100644
--- a/appengine/findit/model/flake/master_flake_analysis.py
+++ b/appengine/findit/model/flake/master_flake_analysis.py
@@ -23,6 +23,7 @@ class DataPoint(ndb.Model):
git_hash = ndb.StringProperty(indexed=False)
previous_build_commit_position = ndb.IntegerProperty(indexed=False)
previous_build_git_hash = ndb.StringProperty(indexed=False)
+ blame_list = ndb.StringProperty(repeated=True)
class MasterFlakeAnalysis(
« no previous file with comments | « no previous file | appengine/findit/waterfall/build_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698