mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-11 19:31:08 +00:00
autopkgtest: Remove all-proposed for noble
We have migrated most, so let's stop doing this.
This commit is contained in:
parent
5c03bdc9f8
commit
2ac49d6e36
@ -1130,11 +1130,6 @@ 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 (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')
|
||||
|
||||
if self.amqp_channel:
|
||||
|
Loading…
x
Reference in New Issue
Block a user