From bc3a6226ffd3372cb03d7b6383260e329956670f Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 18 Mar 2024 17:25:37 +0100 Subject: [PATCH] Temporarily queue noble armhf tests with all-proposed=1 This is needed for the time_t transition. --- britney2/policies/autopkgtest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index c5098d6..476c132 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -1131,6 +1131,10 @@ 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" and + datetime.utcnow() < datetime.date(2024, 4, 4)): + params["all-proposed"] = "1" params['submit-time'] = datetime.strftime(datetime.utcnow(), '%Y-%m-%d %H:%M:%S%z') if self.amqp_channel: