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

Unified Diff: appengine/findit/index.yaml

Issue 2043973002: [Findit] Fracas crash triage dashboard (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Surpass pylint errors. Created 4 years, 6 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
« no previous file with comments | « appengine/findit/handlers/crash/test/fracas_dashboard_test.py ('k') | appengine/findit/main.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/index.yaml
diff --git a/appengine/findit/index.yaml b/appengine/findit/index.yaml
index e3d7236e30723ee96626bf8a9d4e70dbe26e4a19..059a95c17aa0945dda99eafa01e2d42b7ba98289 100644
--- a/appengine/findit/index.yaml
+++ b/appengine/findit/index.yaml
@@ -7,3 +7,111 @@ indexes:
direction: asc
- name: build_start_time
direction: desc
+
+# For fracas crash dashboard.
+- kind: FracasCrashAnalysis
+ properties:
+ - name: found_suspects
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: has_regression_range
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: regression_range_triage_status
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: suspected_cls_triage_status
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: found_suspects
+ - name: has_regression_range
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: found_suspects
+ - name: regression_range_triage_status
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: found_suspects
+ - name: suspected_cls_triage_status
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: has_regression_range
+ - name: regression_range_triage_status
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: has_regression_range
+ - name: suspected_cls_triage_status
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: regression_range_triage_status
+ - name: suspected_cls_triage_status
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: found_suspects
+ - name: has_regression_range
+ - name: regression_range_triage_status
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: found_suspects
+ - name: has_regression_range
+ - name: suspected_cls_triage_status
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: found_suspects
+ - name: regression_range_triage_status
+ - name: suspected_cls_triage_status
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: has_regression_range
+ - name: regression_range_triage_status
+ - name: suspected_cls_triage_status
+ - name: requested_time
+ direction: desc
+
+- kind: FracasCrashAnalysis
+ properties:
+ - name: found_suspects
+ - name: has_regression_range
+ - name: regression_range_triage_status
+ - name: suspected_cls_triage_status
+ - name: requested_time
+ direction: desc
« no previous file with comments | « appengine/findit/handlers/crash/test/fracas_dashboard_test.py ('k') | appengine/findit/main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698