Merge ~laney/autopkgtest-cloud:master into autopkgtest-cloud:master

Proposed by Iain Lane
Status: Rejected
Rejected by: Iain Lane
Proposed branch: ~laney/autopkgtest-cloud:master
Merge into: autopkgtest-cloud:master
Diff against target: 19 lines (+8/-1)
1 file modified
webcontrol/templates/browse-results.html (+8/-1)
Reviewer Review Type Date Requested Status
Ubuntu Release Team Pending
Review via email: mp+322059@code.launchpad.net

Description of the change

This is a test

To post a comment you must log in.

Unmerged commits

ab405a5... by Iain Lane

Allow many triggers

bf8141d... by Robert Bruce Park

Add retry link for test results.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/webcontrol/templates/browse-results.html b/webcontrol/templates/browse-results.html
index 059b4ec..87516dd 100644
--- a/webcontrol/templates/browse-results.html
+++ b/webcontrol/templates/browse-results.html
@@ -19,7 +19,14 @@
19 <td>{{row[2]}}</td>19 <td>{{row[2]}}</td>
20 <td>{{row[3]}}</td>20 <td>{{row[3]}}</td>
21 <td class="{{row[4]}}">{{row[4]}}</td>21 <td class="{{row[4]}}">{{row[4]}}</td>
22 <td><a href="{{row[5]}}/log.gz">log</a> &emsp; <a href="{{row[5]}}/artifacts.tar.gz">artifacts</a></td>22 <td>
23 <a href="{{row[5]}}/log.gz">log</a> &emsp;
24 <a href="{{row[5]}}/artifacts.tar.gz">artifacts</a> &emsp;
25 {% if row[4] == 'fail' %}
26 {% set l = row[1].split()|join("&trigger=") %}
27 <a href="{{base_url}}request.cgi?release={{release}}&arch={{arch}}&package={{package}}&trigger={{l}}">retry</a>
28 {% endif %}
29 </td>
23 </tr>30 </tr>
24 {% endfor %}31 {% endfor %}
2532

Subscribers

People subscribed via source and target branches