Tim Andersson has proposed merging
~andersson123/autopkgtest-cloud:dont-check-huge-tests-for-duplicate-queued-items
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/460711
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of
~andersson123/autopkgtest-cloud:dont-check-huge-tests-for-duplicate-queued-items
into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/webcontrol/request/submit.py b/charms/focal/autopkgtest-web/webcontrol/request/submit.py
index 72d493b..760f53e 100644
--- a/charms/focal/autopkgtest-web/webcontrol/request/submit.py
+++ b/charms/focal/autopkgtest-web/webcontrol/request/submit.py
@@ -642,6 +642,8 @@ class Submit:
"triggers": sorted(req_triggers),
}
for test_type in data:
+ if test_type == "huge":
+ continue
for release in data[test_type]:
for arch in data[test_type][release]:
packages = data[test_type][release][arch]
--
Mailing list: https://launchpad.net/~canonical-ubuntu-qa
Post to : [email protected]
Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa
More help : https://help.launchpad.net/ListHelp