]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev: Keep 14 days' worth of builds 2037/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 20 Jul 2022 17:05:32 +0000 (13:05 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 20 Jul 2022 17:05:32 +0000 (13:05 -0400)
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 <dgallowa@redhat.com>
ceph-dev-build/config/definitions/ceph-dev-build.yml
ceph-dev-setup/config/definitions/ceph-dev-setup.yml
ceph-dev/config/definitions/ceph-dev.yml

index b2287c6ac8b6ef30279a8af02b340330a4c4a014..07bd287e02229f1b99956598e79b54806f45d099 100644 (file)
@@ -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:
index dde05fc82578bfad31520e8be5ac3dcadd0b7be1..e09c839c5b377be9d0897464a8e090f6a7161e2e 100644 (file)
@@ -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:
index a2fb944b3b043c1c99139f017712fde5515dee69..42415009770894d4c1c95a61b5db6348f774a25d 100644 (file)
     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