Merge lp:~cjohnston/qa-dashboard/1207208 into lp:qa-dashboard

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 545
Merged at revision: 547
Proposed branch: lp:~cjohnston/qa-dashboard/1207208
Merge into: lp:qa-dashboard
Diff against target: 52 lines (+10/-7)
3 files modified
smokeng/tables.py (+4/-5)
smokeng/templates/smokeng/test_result_detail.html (+3/-1)
smokeng/templates/smokeng/test_results.html (+3/-1)
To merge this branch: bzr merge lp:~cjohnston/qa-dashboard/1207208
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+178482@code.launchpad.net

Commit message

Update smoke artifact links to point to clientlogs/ for newer touch results

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:545
http://s-jenkins:8080/job/dashboard-ci/134/
Executed test runs:

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

review: Needs Fixing (continuous-integration)
Revision history for this message
Andy Doan (doanac) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'smokeng/tables.py'
--- smokeng/tables.py 2013-07-31 01:54:43 +0000
+++ smokeng/tables.py 2013-08-05 00:08:27 +0000
@@ -99,12 +99,11 @@
99 '   '99 '   '
100 '<a href="{{ record.jenkins_build__job__url }}'100 '<a href="{{ record.jenkins_build__job__url }}'
101 '{{ record.jenkins_build__build_number }}'101 '{{ record.jenkins_build__build_number }}'
102 '/artifact/clientlogs/logcat.log/*view*/">'102 '/artifact/clientlogs/">Artifacts</a>'
103 'logcat</a>'103 '{% else %}'
104 '&nbsp;&nbsp;&nbsp;'104 '<a href="{{ record.jenkins_build__job__url }}'
105 '{{ record.jenkins_build__build_number }}/artifact/">Artifacts</a>'
105 '{% endif %}'106 '{% endif %}'
106 '<a href="{{ record.jenkins_build__job__url }}'
107 '{{ record.jenkins_build__build_number }}/artifact/">Artifacts</a>'
108 '&nbsp;&nbsp;&nbsp;'107 '&nbsp;&nbsp;&nbsp;'
109 '<a href="{{ record.jenkins_build__job__url }}'108 '<a href="{{ record.jenkins_build__job__url }}'
110 '{{ record.jenkins_build__build_number }}/console">Console Log</a>',109 '{{ record.jenkins_build__build_number }}/console">Console Log</a>',
111110
=== modified file 'smokeng/templates/smokeng/test_result_detail.html'
--- smokeng/templates/smokeng/test_result_detail.html 2013-07-31 01:54:43 +0000
+++ smokeng/templates/smokeng/test_result_detail.html 2013-08-05 00:08:27 +0000
@@ -30,8 +30,10 @@
30 {% if image.variant == 'touch' and build_number >= '20130730' %}30 {% if image.variant == 'touch' and build_number >= '20130730' %}
31 <a href="{{ jenkins_url }}/artifact/clientlogs/dmesg.log/*view*/">dmesg</a>,31 <a href="{{ jenkins_url }}/artifact/clientlogs/dmesg.log/*view*/">dmesg</a>,
32 <a href="{{ jenkins_url }}/artifact/clientlogs/logcat.log/*view*/">logcat</a>,32 <a href="{{ jenkins_url }}/artifact/clientlogs/logcat.log/*view*/">logcat</a>,
33 <a href="{{ jenkins_url }}/artifact/clientlogs/">Artifacts</a>,
34 {% else %}
35 <a href="{{ jenkins_url }}/artifact/">Artifacts</a>,
33 {% endif %}36 {% endif %}
34 <a href="{{ jenkins_url }}/artifact/">Artifacts</a>,
35 <a href="{{ jenkins_url }}/console">Console Log</a>37 <a href="{{ jenkins_url }}/console">Console Log</a>
36 </td>38 </td>
37 </tr>39 </tr>
3840
=== modified file 'smokeng/templates/smokeng/test_results.html'
--- smokeng/templates/smokeng/test_results.html 2013-07-31 01:54:43 +0000
+++ smokeng/templates/smokeng/test_results.html 2013-08-05 00:08:27 +0000
@@ -47,8 +47,10 @@
47 {% if image.variant == 'touch' and build_number >= '20130730' %}47 {% if image.variant == 'touch' and build_number >= '20130730' %}
48 <a href="{{ jenkins_url }}/artifact/clientlogs/dmesg.log/*view*/">dmesg</a>,48 <a href="{{ jenkins_url }}/artifact/clientlogs/dmesg.log/*view*/">dmesg</a>,
49 <a href="{{ jenkins_url }}/artifact/clientlogs/logcat.log/*view*/">logcat</a>,49 <a href="{{ jenkins_url }}/artifact/clientlogs/logcat.log/*view*/">logcat</a>,
50 <a href="{{ jenkins_url }}/artifact/clientlogs/">Artifacts</a>,
51 {% else %}
52 <a href="{{ jenkins_url }}/artifact/">Artifacts</a>,
50 {% endif %}53 {% endif %}
51 <a href="{{ jenkins_url }}/artifact/">Artifacts</a>,
52 <a href="{{ jenkins_url }}/console">Console Log</a>54 <a href="{{ jenkins_url }}/console">Console Log</a>
53 </td>55 </td>
54 </tr>56 </tr>

Subscribers

People subscribed via source and target branches