canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #03418
[Merge] ~juliank/autopkgtest-cloud:time-t into autopkgtest-cloud:master
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"
)