autopkgtest: Remove all-proposed for noble

We have migrated most, so let's stop doing this.
less-recipients
Julian Andres Klode 10 months ago
parent 5c03bdc9f8
commit 2ac49d6e36

@ -1130,11 +1130,6 @@ class AutopkgtestPolicy(BasePolicy):
qname = 'debci-huge-%s-%s' % (self.options.series, arch) qname = 'debci-huge-%s-%s' % (self.options.series, arch)
else: else:
qname = 'debci-%s-%s' % (self.options.series, arch) qname = 'debci-%s-%s' % (self.options.series, arch)
# FIXME: Remove after the time_t transition
if (self.options.series == "noble" and
"migration-reference/0" not in triggers 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') params['submit-time'] = datetime.strftime(datetime.utcnow(), '%Y-%m-%d %H:%M:%S%z')
if self.amqp_channel: if self.amqp_channel:

Loading…
Cancel
Save