mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-23 23:53:07 +00:00
Drop default max image age to 3 days
We ship updates pretty fast, and after seven days, there are hundreds being installed on every update test. It's gotta be a better tradeoff to just regen the base images more often. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
38cae9ac5f
commit
03d2afb071
@ -210,7 +210,7 @@ class VirtInstallImage(object):
|
|||||||
and 'rawhide' are flags for whether this is a branched or Rawhide
|
and 'rawhide' are flags for whether this is a branched or Rawhide
|
||||||
release (which affects the paths).
|
release (which affects the paths).
|
||||||
"""
|
"""
|
||||||
def __init__(self, name, release, arch, size, variant=None, imgver='', maxage=7,
|
def __init__(self, name, release, arch, size, variant=None, imgver='', maxage=3,
|
||||||
bootopts=None, branched=False, rawhide=False):
|
bootopts=None, branched=False, rawhide=False):
|
||||||
self.name = name
|
self.name = name
|
||||||
self.size = size
|
self.size = size
|
||||||
|
Loading…
Reference in New Issue
Block a user