Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:preserve-a-p-in-queued-tests 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/463736 -- Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:preserve-a-p-in-queued-tests into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/webcontrol/browse.cgi b/charms/focal/autopkgtest-web/webcontrol/browse.cgi index 47eb8a0..ae95d21 100755 --- a/charms/focal/autopkgtest-web/webcontrol/browse.cgi +++ b/charms/focal/autopkgtest-web/webcontrol/browse.cgi @@ -458,7 +458,7 @@ def package_release_arch(package, release, arch, _=None): ( "N/A", item_info.get("triggers"), - "N/A", + "all-proposed=1" if "all-proposed" in item_info.keys() else "", human_date(item_info.get("submit-time")), "N/A", "-",
-- 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