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

Unified Diff: appengine/cr-buildbucket/model.py

Issue 1877083003: buildbucket: add retry API. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: retry_of as an attribute Created 4 years, 8 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/cr-buildbucket/api.py ('k') | appengine/cr-buildbucket/service.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cr-buildbucket/model.py
diff --git a/appengine/cr-buildbucket/model.py b/appengine/cr-buildbucket/model.py
index 9a98fbab39cf7cd80e678e05f17d8cc5bd994663..316f0f82a2c2ace4e10e3d41fbd475a1b59e3bdd 100644
--- a/appengine/cr-buildbucket/model.py
+++ b/appengine/cr-buildbucket/model.py
@@ -119,6 +119,7 @@ class Build(ndb.Model):
tags = ndb.StringProperty(repeated=True)
parameters = ndb.JsonProperty()
pubsub_callback = ndb.StructuredProperty(PubSubCallback, indexed=False)
+ retry_of = ndb.IntegerProperty()
# Lease-time attributes.
lease_expiration_date = ndb.DateTimeProperty()
« no previous file with comments | « appengine/cr-buildbucket/api.py ('k') | appengine/cr-buildbucket/service.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698