canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #03417
[Merge] ~juliank/britney/+git/britney2-ubuntu:time-t into ~ubuntu-release/britney/+git/britney2-ubuntu:master
Julian Andres Klode has proposed merging ~juliank/britney/+git/britney2-ubuntu:time-t into ~ubuntu-release/britney/+git/britney2-ubuntu:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
Ubuntu Release Team (ubuntu-release)
For more details, see:
https://code.launchpad.net/~juliank/britney/+git/britney2-ubuntu/+merge/462607
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~juliank/britney/+git/britney2-ubuntu:time-t into ~ubuntu-release/britney/+git/britney2-ubuntu:master.
diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py
index c5098d6..bef4935 100644
--- a/britney2/policies/autopkgtest.py
+++ b/britney2/policies/autopkgtest.py
@@ -1131,6 +1131,9 @@ class AutopkgtestPolicy(BasePolicy):
qname = 'debci-huge-%s-%s' % (self.options.series, arch)
else:
qname = 'debci-%s-%s' % (self.options.series, arch)
+ # FIXME: Remove after the time_t transition
+ if arch == "armhf" and self.options.series == "noble":
+ params["all-proposed"] = "1"
params['submit-time'] = datetime.strftime(datetime.utcnow(), '%Y-%m-%d %H:%M:%S%z')
if self.amqp_channel:
References