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

Unified Diff: appengine/findit/model/wf_build.py

Issue 1999653003: [Findit] Bailing out if build data is too old and moving relevant settings to config (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Addressing comments Created 4 years, 7 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 | « appengine/findit/handlers/test/config_test.py ('k') | appengine/findit/model/wf_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/model/wf_build.py
diff --git a/appengine/findit/model/wf_build.py b/appengine/findit/model/wf_build.py
index 17cd68dfb8e6d581245aba2556afb649110a4a9e..7a83880094b28fa81977d00c374e284054e02529 100644
--- a/appengine/findit/model/wf_build.py
+++ b/appengine/findit/model/wf_build.py
@@ -34,3 +34,4 @@ class WfBuild(BaseBuildModel):
start_time = ndb.DateTimeProperty(indexed=False)
completed = ndb.BooleanProperty(default=False, indexed=False)
result = ndb.IntegerProperty(indexed=False)
+ data_source = ndb.StringProperty(indexed=False)
« no previous file with comments | « appengine/findit/handlers/test/config_test.py ('k') | appengine/findit/model/wf_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698