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

Unified 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: update count to support is_dead and quarantined 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698