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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « appengine/cr-buildbucket/api.py ('k') | appengine/cr-buildbucket/service.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 indexes: 1 indexes:
2 2
3 # Peeking. 3 # Peeking.
4 - kind: Build 4 - kind: Build
5 properties: 5 properties:
6 - name: bucket 6 - name: bucket
7 - name: is_leased 7 - name: is_leased
8 - name: status 8 - name: status
9 - name: __key__ 9 - name: __key__
10 direction: desc 10 direction: desc
(...skipping 16 matching lines...) Expand all
27 - name: bucket 27 - name: bucket
28 - name: status 28 - name: status
29 - name: never_leased 29 - name: never_leased
30 - name: create_time 30 - name: create_time
31 31
32 # Search for incomplete builds associated with swarming tasks 32 # Search for incomplete builds associated with swarming tasks
33 - kind: Build 33 - kind: Build
34 properties: 34 properties:
35 - name: status 35 - name: status
36 - name: swarming_task_id 36 - name: swarming_task_id
37
38 # Computing longest pending time.
39 - kind: Build
40 properties:
41 - name: bucket
42 - name: status
43 - name: tags
44 - name: create_time
OLDNEW
« 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