Merge ~andersson123/autopkgtest-cloud:exit-code-14 into autopkgtest-cloud:master

Proposed by Tim Andersson
Status: Merged
Merged at revision: 2ea16d929f982087ea5cef5a84f85cca0738015e
Proposed branch: ~andersson123/autopkgtest-cloud:exit-code-14
Merge into: autopkgtest-cloud:master
Diff against target: 25 lines (+3/-0)
2 files modified
charms/focal/autopkgtest-web/webcontrol/browse.cgi (+2/-0)
charms/focal/autopkgtest-web/webcontrol/static/style.css (+1/-0)
Reviewer Review Type Date Requested Status
Skia Approve
Review via email: mp+463291@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Skia (hyask) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/charms/focal/autopkgtest-web/webcontrol/browse.cgi b/charms/focal/autopkgtest-web/webcontrol/browse.cgi
2index 5cb2315..d955e53 100755
3--- a/charms/focal/autopkgtest-web/webcontrol/browse.cgi
4+++ b/charms/focal/autopkgtest-web/webcontrol/browse.cgi
5@@ -125,6 +125,8 @@ def human_exitcode(code):
6 return "tmpfail"
7 if code == 20:
8 return "error"
9+ if code == 14:
10+ return "fail-with-skipped-tests"
11 return "exit code %i" % code
12
13
14diff --git a/charms/focal/autopkgtest-web/webcontrol/static/style.css b/charms/focal/autopkgtest-web/webcontrol/static/style.css
15index 9012ab1..eb8fc11 100644
16--- a/charms/focal/autopkgtest-web/webcontrol/static/style.css
17+++ b/charms/focal/autopkgtest-web/webcontrol/static/style.css
18@@ -48,6 +48,7 @@
19 }
20
21 .fail:before,
22+.fail-with-skipped-tests:before,
23 .denylisted:before {
24 content: "✖ ";
25 color: #ef2929;

Subscribers

People subscribed via source and target branches