 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| Index: appengine/swarming/index.yaml | 
| diff --git a/appengine/swarming/index.yaml b/appengine/swarming/index.yaml | 
| index f3ce7987dac5f9407573e51a677a8dae2f25d31c..faad2185007c644a5d555f907b7284172d849fc6 100644 | 
| --- a/appengine/swarming/index.yaml | 
| +++ b/appengine/swarming/index.yaml | 
| @@ -27,6 +27,36 @@ indexes: | 
| - name: quarantined | 
| direction: desc | 
| +- kind: BotInfo | 
| 
M-A Ruel
2016/08/09 13:57:27
I'm a bit concerned by the explosion of indexes he
 
kjlubick
2016/08/09 17:41:32
Abandoned, as per our discussion.
 | 
| + properties: | 
| + - name: quarantined | 
| + - name: last_seen_ts | 
| + | 
| +- kind: BotInfo | 
| + properties: | 
| + - name: dimensions_flat | 
| + - name: last_seen_ts | 
| + - name: quarantined | 
| + | 
| +- kind: BotInfo | 
| + properties: | 
| + - name: is_busy | 
| + - name: dimensions_flat | 
| + - name: quarantined | 
| + - name: last_seen_ts | 
| + | 
| +- kind: BotInfo | 
| + properties: | 
| + - name: dimensions_flat | 
| + - name: is_busy | 
| + - name: last_seen_ts | 
| + | 
| +- kind: BotInfo | 
| + properties: | 
| + - name: is_busy | 
| + - name: quarantined | 
| + - name: last_seen_ts | 
| + | 
| - kind: TaskResultSummary | 
| properties: | 
| - name: failure |