Use all-proposed in noble for all architectures

This commit is contained in:
Julian Andres Klode 2024-03-25 15:50:07 +01:00
parent a3da577f8f
commit 467dfe8c8a

View File

@ -1132,7 +1132,7 @@ class AutopkgtestPolicy(BasePolicy):
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
if (self.options.series == "noble" and
datetime.utcnow().date() < date(2024, 4, 4)):
params["all-proposed"] = "1"
params['submit-time'] = datetime.strftime(datetime.utcnow(), '%Y-%m-%d %H:%M:%S%z')