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

Unified Diff: appengine/findit/index.yaml

Issue 2072893002: [Findit] scripts to calculate confidence level of Findit results. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Change model name Created 4 years, 2 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/findit/index.yaml
diff --git a/appengine/findit/index.yaml b/appengine/findit/index.yaml
index ed785bbebfb00bf393e1238418331b01acb4470e..b88c51a09d39054a8094dc39483a7158ad99615c 100644
--- a/appengine/findit/index.yaml
+++ b/appengine/findit/index.yaml
@@ -17,11 +17,20 @@ indexes:
- kind: WfSuspectedCL
properties:
+ - name: approaches
+ direction: asc
+ - name: failure_type
+ direction: asc
- name: status
direction: asc
+ - name: updated_time
+ direction: desc
+
+- kind: WfSuspectedCL
+ properties:
- name: approaches
direction: asc
- - name: failure_type
+ - name: status
direction: asc
- name: updated_time
direction: desc
« no previous file with comments | « no previous file | appengine/findit/model/suspected_cl_confidence.py » ('j') | appengine/findit/model/suspected_cl_confidence.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698