summaryrefslogtreecommitdiff
path: root/src/main/webapp
diff options
context:
space:
mode:
authorYoung Gyu Park <younggyu@google.com>2018-03-30 16:03:06 +0900
committerYoung Gyu Park <younggyu@google.com>2018-04-02 10:15:06 +0900
commit4a177bd7c3070c93f7e079083677313bd3c87a33 (patch)
tree9df0d8b05a8dea291a3d43b15ef09b9434de5f4a /src/main/webapp
parente409e4044306992b9ac101929148098b7a9d94b9 (diff)
downloaddashboard-4a177bd7c3070c93f7e079083677313bd3c87a33.tar.gz
datastore-index file update to affect green build page's search
Test: Tested with browser on appengine(go/vts-web-staging/show_green_release?plan=vts-staging-presubmit&type=plan) Bug: 77299515 Change-Id: Ib9f97771baf35b9aa76af4db61e92b919c7814e6
Diffstat (limited to 'src/main/webapp')
-rw-r--r--src/main/webapp/WEB-INF/datastore-indexes.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/datastore-indexes.xml b/src/main/webapp/WEB-INF/datastore-indexes.xml
index a54495c..1b96cff 100644
--- a/src/main/webapp/WEB-INF/datastore-indexes.xml
+++ b/src/main/webapp/WEB-INF/datastore-indexes.xml
@@ -101,4 +101,26 @@
<property name="buildFlavor" direction="asc"/>
</datastore-index>
+ <datastore-index kind="TestSuiteResultEntity" ancestor="false" source="manual">
+ <property name="suitePlan" direction="asc"/>
+ <property name="branch" direction="asc"/>
+ <property name="target" direction="asc"/>
+ </datastore-index>
+
+ <datastore-index kind="TestSuiteResultEntity" ancestor="false" source="manual">
+ <property name="branch" direction="asc"/>
+ <property name="failedTestCaseCount" direction="asc"/>
+ <property name="suitePlan" direction="asc"/>
+ <property name="target" direction="asc"/>
+ <property name="__key__" direction="asc"/>
+ <property name="buildId" direction="asc"/>
+ </datastore-index>
+
+ <datastore-index kind="TestSuiteResultEntity" ancestor="false" source="manual">
+ <property name="branch" direction="asc"/>
+ <property name="suitePlan" direction="asc"/>
+ <property name="target" direction="asc"/>
+ <property name="__key__" direction="asc"/>
+ <property name="buildId" direction="asc"/>
+ </datastore-index>
</datastore-indexes>