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

Unified Diff: appengine/cr-buildbucket/index.yaml

Issue 2170673002: buildbucket: add longest_pending_time API (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: nits Created 4 years, 5 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/index.yaml
diff --git a/appengine/cr-buildbucket/index.yaml b/appengine/cr-buildbucket/index.yaml
index 2c716ddc5dc1e8eb14adf8c281c44c9dde83ca79..3b198a064da069aaa691ed2262a1c4a08a51dffe 100644
--- a/appengine/cr-buildbucket/index.yaml
+++ b/appengine/cr-buildbucket/index.yaml
@@ -34,3 +34,11 @@ indexes:
properties:
- name: status
- name: swarming_task_id
+
+# Computing longest pending time.
+- kind: Build
+ properties:
+ - name: bucket
+ - name: status
+ - name: tags
+ - name: create_time
« 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