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

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: 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 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..353813511048f6c523737a695b5cdb6335ee56de 100644
--- a/appengine/swarming/index.yaml
+++ b/appengine/swarming/index.yaml
@@ -27,6 +27,17 @@ indexes:
- name: quarantined
direction: desc
+- kind: BotInfo
+ properties:
+ - name: quarantined
+ - name: last_seen_ts
+
+- kind: BotInfo
+ properties:
+ - name: dimensions_flat
+ - name: last_seen_ts
+ - name: quarantined
+
- kind: TaskResultSummary
properties:
- name: failure

Powered by Google App Engine
This is Rietveld 408576698