Temporarily queue noble armhf tests with all-proposed=1

This is needed for the time_t transition.
less-recipients
Julian Andres Klode 10 months ago
parent 08a27a5456
commit bc3a6226ff

@ -1131,6 +1131,10 @@ 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 (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') 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