Julian Andres Klode has proposed merging ~juliank/autopkgtest-cloud:time-t into autopkgtest-cloud:master.
Requested reviews: Canonical's Ubuntu QA (canonical-ubuntu-qa) For more details, see: https://code.launchpad.net/~juliank/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/462608 -- Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~juliank/autopkgtest-cloud:time-t 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 d2e5b0d..9ab65b3 100644 --- a/charms/focal/autopkgtest-web/webcontrol/request/submit.py +++ b/charms/focal/autopkgtest-web/webcontrol/request/submit.py @@ -335,6 +335,10 @@ class Submit: else: queue = "debci-%s-%s" % (release, arch) + # FIXME: Remove after time_t transition is complete + if release == "noble" and arch == "armhf": + params["all-proposed"] = "1" + params["submit-time"] = datetime.strftime( datetime.utcnow(), "%Y-%m-%d %H:%M:%S%z" )
-- 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