summaryrefslogtreecommitdiff
path: root/src/main/webapp
diff options
context:
space:
mode:
authorYoung Gyu Park <younggyu@google.com>2018-04-23 17:49:05 +0900
committerYoung Gyu Park <younggyu@google.com>2018-04-23 17:49:05 +0900
commitc01654f86a88f758622aa714ffd903259b449bfa (patch)
tree03d66c9adac38ca04ced28299ecdc56ef44424f2 /src/main/webapp
parent0141729d4c4a6df85845e17d28b86e230233210b (diff)
downloaddashboard-c01654f86a88f758622aa714ffd903259b449bfa.tar.gz
Adding infra_log_path and boot_success field
Test: go/vts-web-staging/show_plan_release?plan=vts&type=suite&page=1 Bug: 78319359 Change-Id: Ibdc0d7bcf1f9e6b29ec8f827679a4d1f81965b34
Diffstat (limited to 'src/main/webapp')
-rw-r--r--src/main/webapp/WEB-INF/jsp/show_suite_release.jsp16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp b/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp
index 99e5465..97263fa 100644
--- a/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp
+++ b/src/main/webapp/WEB-INF/jsp/show_suite_release.jsp
@@ -90,18 +90,30 @@
<span class="suite-test-run-metadata">
<b>Suite Build Number: </b><c:out value="${testSuiteResultEntity.suiteBuildNumber}"></c:out><br>
<b>VTS Build: </b><c:out value="${testSuiteResultEntity.buildId}"></c:out><br>
- <b>Modules: </b><c:out value="${testSuiteResultEntity.modulesDone}"></c:out>/<c:out value="${testSuiteResultEntity.modulesTotal}"></c:out><br>
</span>
</div>
<div class="col s7">
<span class="suite-test-run-metadata">
<b>Host: </b><c:out value="${testSuiteResultEntity.hostName}"></c:out><br>
- <b>LOG Path: </b>
+ <b>Modules: </b><c:out value="${testSuiteResultEntity.modulesDone}"></c:out>/<c:out value="${testSuiteResultEntity.modulesTotal}"></c:out><br>
+ </span>
+ </div>
+ <div class="col s12">
+ <span class="suite-test-run-metadata">
+ <b>Result Log Path: </b>
<c:set var="logPath" value="${fn:replace(testSuiteResultEntity.resultPath, 'gs://vts-report/', '')}"/>
<a href="show_gcs_log?path=${logPath}">
<c:out value="${logPath}"></c:out>
</a>
<br>
+ <b>Infra Log Path: </b>
+ <c:if test="${!testSuiteResultEntity.bootSuccess}">
+ <c:set var="infraLogPath" value="${fn:replace(testSuiteResultEntity.infraLogPath, 'gs://vts-report/', '')}"/>
+ <a href="show_gcs_log/download?file=${infraLogPath}">
+ <c:out value="${infraLogPath}"></c:out>
+ </a>
+ </c:if>
+ <br>
</span>
</div>
<div class="col s10">