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

Side by Side Diff: appengine/swarming/index.yaml

Issue 2220373003: Allow botlist API call to respond to quarantined: and is_dead: (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Refactor to hardcode known results Created 4 years, 4 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
OLDNEW
1 indexes: 1 indexes:
2 2
3 # AUTOGENERATED 3 # AUTOGENERATED
4 4
5 # This index.yaml is automatically updated whenever the dev_appserver 5 # This index.yaml is automatically updated whenever the dev_appserver
6 # detects that a new type of query is run. If you want to manage the 6 # detects that a new type of query is run. If you want to manage the
7 # index.yaml file manually, remove the above marker line (the line 7 # index.yaml file manually, remove the above marker line (the line
8 # saying "# AUTOGENERATED"). If you want to manage some indexes 8 # saying "# AUTOGENERATED"). If you want to manage some indexes
9 # manually, move them above the marker line. The index.yaml file is 9 # manually, move them above the marker line. The index.yaml file is
10 # automatically uploaded to the admin console when you next deploy 10 # automatically uploaded to the admin console when you next deploy
11 # your application using appcfg.py. 11 # your application using appcfg.py.
12 12
13 - kind: BotEvent 13 - kind: BotEvent
14 ancestor: yes 14 ancestor: yes
15 properties: 15 properties:
16 - name: ts 16 - name: ts
17 direction: desc 17 direction: desc
18 18
19 - kind: BotInfo 19 - kind: BotInfo
20 properties: 20 properties:
21 - name: dimensions_flat 21 - name: dimensions_flat
22 - name: last_seen_ts 22 - name: last_seen_ts
23 23
24 - kind: BotInfo 24 - kind: BotInfo
25 properties: 25 properties:
26 - name: dimensions_flat 26 - name: dimensions_flat
27 - name: quarantined 27 - name: quarantined
28 direction: desc 28 direction: desc
29 29
30 - kind: BotInfo
31 properties:
32 - name: quarantined
33 - name: last_seen_ts
34
35 - kind: BotInfo
36 properties:
37 - name: dimensions_flat
38 - name: last_seen_ts
39 - name: quarantined
40
30 - kind: TaskResultSummary 41 - kind: TaskResultSummary
31 properties: 42 properties:
32 - name: failure 43 - name: failure
33 - name: state 44 - name: state
34 45
35 - kind: TaskRunResult 46 - kind: TaskRunResult
36 properties: 47 properties:
37 - name: bot_id 48 - name: bot_id
38 - name: started_ts 49 - name: started_ts
39 50
40 - kind: TaskRunResult 51 - kind: TaskRunResult
41 properties: 52 properties:
42 - name: bot_id 53 - name: bot_id
43 - name: started_ts 54 - name: started_ts
44 direction: desc 55 direction: desc
45 56
46 - kind: TaskRunResult 57 - kind: TaskRunResult
47 properties: 58 properties:
48 - name: state 59 - name: state
49 - name: modified_ts 60 - name: modified_ts
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698