Merge lp:~psivaa/qa-dashboard/smoke-eng-console-to-consoleFull into lp:qa-dashboard

Proposed by Para Siva
Status: Merged
Approved by: Chris Johnston
Approved revision: 743
Merged at revision: 743
Proposed branch: lp:~psivaa/qa-dashboard/smoke-eng-console-to-consoleFull
Merge into: lp:qa-dashboard
Diff against target: 37 lines (+3/-3)
3 files modified
smokeng/templates/smokeng/artifacts.html (+1/-1)
smokeng/templates/smokeng/test_result_detail.html (+1/-1)
smokeng/templates/smokeng/test_results.html (+1/-1)
To merge this branch: bzr merge lp:~psivaa/qa-dashboard/smoke-eng-console-to-consoleFull
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Joe Talbott Approve
Chris Johnston Approve
Review via email: mp+220060@code.launchpad.net

Commit message

An attempt to direct console logs to point to consoleFull instead of jenkins cached logs.

Description of the change

An attempt to direct console logs to point to consoleFull instead of jenkins cached logs.

To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) :
review: Approve
Revision history for this message
Joe Talbott (joetalbott) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:743
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/327/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/327/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'smokeng/templates/smokeng/artifacts.html'
2--- smokeng/templates/smokeng/artifacts.html 2013-10-22 14:25:56 +0000
3+++ smokeng/templates/smokeng/artifacts.html 2014-05-19 14:02:25 +0000
4@@ -1,6 +1,6 @@
5 {% load dashboard_extras %}
6 <div class="box box-padded">
7- <h3><a href="{{ jenkins_url }}/artifact/">Artifacts &rsaquo;</a>&nbsp;&nbsp;&nbsp;<small><a href="{{ jenkins_url }}/console">Console Log &rsaquo;</a></small></h3>
8+ <h3><a href="{{ jenkins_url }}/artifact/">Artifacts &rsaquo;</a>&nbsp;&nbsp;&nbsp;<small><a href="{{ jenkins_url }}/consoleFull">Console Log &rsaquo;</a></small></h3>
9 <div>
10 <ul class='list-ubuntu artifacts'>
11 {% for artifact in artifacts %}
12
13=== modified file 'smokeng/templates/smokeng/test_result_detail.html'
14--- smokeng/templates/smokeng/test_result_detail.html 2014-02-12 17:04:26 +0000
15+++ smokeng/templates/smokeng/test_result_detail.html 2014-05-19 14:02:25 +0000
16@@ -29,7 +29,7 @@
17 <td></td><td><a href="{{ jenkins_url }}/artifact/">Artifacts</a></td>
18 </tr>
19 <tr>
20- <td></td><td><a href="{{ jenkins_url }}/console">Console Log</a></td>
21+ <td></td><td><a href="{{ jenkins_url }}/consoleFull">Console Log</a></td>
22 </tr>
23 </table>
24 </div>
25
26=== modified file 'smokeng/templates/smokeng/test_results.html'
27--- smokeng/templates/smokeng/test_results.html 2014-02-12 17:04:26 +0000
28+++ smokeng/templates/smokeng/test_results.html 2014-05-19 14:02:25 +0000
29@@ -47,7 +47,7 @@
30 <td></td><td><a href="{{ jenkins_url }}/artifact/">Artifacts</a></td>
31 </tr>
32 <tr>
33- <td></td><td><a href="{{ jenkins_url }}/console">Console Log</a></td>
34+ <td></td><td><a href="{{ jenkins_url }}/consoleFull">Console Log</a></td>
35 </tr>
36 </table>
37 </div>

Subscribers

People subscribed via source and target branches