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
1diff --git a/webcontrol/templates/browse-results.html b/webcontrol/templates/browse-results.html
2index 059b4ec..87516dd 100644
3--- a/webcontrol/templates/browse-results.html
4+++ b/webcontrol/templates/browse-results.html
5@@ -19,7 +19,14 @@
6 <td>{{row[2]}}</td>
7 <td>{{row[3]}}</td>
8 <td class="{{row[4]}}">{{row[4]}}</td>
9- <td><a href="{{row[5]}}/log.gz">log</a> &emsp; <a href="{{row[5]}}/artifacts.tar.gz">artifacts</a></td>
10+ <td>
11+ <a href="{{row[5]}}/log.gz">log</a> &emsp;
12+ <a href="{{row[5]}}/artifacts.tar.gz">artifacts</a> &emsp;
13+ {% if row[4] == 'fail' %}
14+ {% set l = row[1].split()|join("&trigger=") %}
15+ <a href="{{base_url}}request.cgi?release={{release}}&arch={{arch}}&package={{package}}&trigger={{l}}">retry</a>
16+ {% endif %}
17+ </td>
18 </tr>
19 {% endfor %}
20

Subscribers

People subscribed via source and target branches