← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~juliank/britney/+git/britney2-ubuntu:time-t into ~ubuntu-release/britney/+git/britney2-ubuntu:master

 

You have been requested to review the proposed merge of ~juliank/britney/+git/britney2-ubuntu:time-t into ~ubuntu-release/britney/+git/britney2-ubuntu:master.

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:

Follow ups