Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:exit-code-14 into autopkgtest-cloud:master.
Requested reviews: Canonical's Ubuntu QA (canonical-ubuntu-qa) For more details, see: https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/463291 -- Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:exit-code-14 into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/webcontrol/browse.cgi b/charms/focal/autopkgtest-web/webcontrol/browse.cgi index 5cb2315..d955e53 100755 --- a/charms/focal/autopkgtest-web/webcontrol/browse.cgi +++ b/charms/focal/autopkgtest-web/webcontrol/browse.cgi @@ -125,6 +125,8 @@ def human_exitcode(code): return "tmpfail" if code == 20: return "error" + if code == 14: + return "fail-with-skipped-tests" return "exit code %i" % code diff --git a/charms/focal/autopkgtest-web/webcontrol/static/style.css b/charms/focal/autopkgtest-web/webcontrol/static/style.css index 9012ab1..eb8fc11 100644 --- a/charms/focal/autopkgtest-web/webcontrol/static/style.css +++ b/charms/focal/autopkgtest-web/webcontrol/static/style.css @@ -48,6 +48,7 @@ } .fail:before, +.fail-with-skipped-tests:before, .denylisted:before { content: "✖ "; color: #ef2929;
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp