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

Unified Diff: appengine/findit/model/crash/crash_analysis.py

Issue 2378133004: [Findit] Rerun if the regression range is different. (Closed)
Patch Set: Created 4 years, 2 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/crash/crash_analysis.py
diff --git a/appengine/findit/model/crash/crash_analysis.py b/appengine/findit/model/crash/crash_analysis.py
index c5b63d7fdd9e8e52cda014d17d622b4115d5bc49..ced07f4f1a9b58cab9e0103599350e0f5a0714ff 100644
--- a/appengine/findit/model/crash/crash_analysis.py
+++ b/appengine/findit/model/crash/crash_analysis.py
@@ -31,6 +31,9 @@ class CrashAnalysis(ndb.Model):
# ID to differentiate different client.
client_id = ndb.StringProperty(indexed=False)
+ # Chrome regression range.
+ regression_range = ndb.JsonProperty(indexed=False)
+
################### Properties for the analysis progress. ###################
# The url path to the pipeline status page.

Powered by Google App Engine
This is Rietveld 408576698