From: David Galloway Date: Wed, 20 Jul 2022 17:05:32 +0000 (-0400) Subject: ceph-dev: Keep 14 days' worth of builds X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2037%2Fhead;p=ceph-build.git ceph-dev: Keep 14 days' worth of builds multijob projects only keep the lowest number of builds specified in build-discarder config. So we only had 25 builds. That only correlates to 3-5 days which isn't log enough to debug failed builds from a week ago, for example. Signed-off-by: David Galloway --- diff --git a/ceph-dev-build/config/definitions/ceph-dev-build.yml b/ceph-dev-build/config/definitions/ceph-dev-build.yml index b2287c6a..07bd287e 100644 --- a/ceph-dev-build/config/definitions/ceph-dev-build.yml +++ b/ceph-dev-build/config/definitions/ceph-dev-build.yml @@ -11,8 +11,8 @@ - github: url: https://github.com/ceph/ceph - build-discarder: - days-to-keep: 30 - artifact-days-to-keep: 30 + days-to-keep: 14 + artifact-days-to-keep: 14 scm: - git: diff --git a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml index dde05fc8..e09c839c 100644 --- a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml +++ b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml @@ -8,10 +8,8 @@ concurrent: true properties: - build-discarder: - days-to-keep: -1 - num-to-keep: 25 - artifact-days-to-keep: -1 - artifact-num-to-keep: -1 + days-to-keep: 14 + artifact-days-to-keep: 14 - github: url: https://github.com/ceph/ceph - copyartifact: diff --git a/ceph-dev/config/definitions/ceph-dev.yml b/ceph-dev/config/definitions/ceph-dev.yml index a2fb944b..42415009 100644 --- a/ceph-dev/config/definitions/ceph-dev.yml +++ b/ceph-dev/config/definitions/ceph-dev.yml @@ -10,10 +10,8 @@ block-upstream: false properties: - build-discarder: - days-to-keep: -1 - num-to-keep: 25 - artifact-days-to-keep: 25 - artifact-num-to-keep: 25 + days-to-keep: 14 + artifact-days-to-keep: 14 - github: url: https://github.com/ceph/ceph