From 7b2750fecf6ab2331466d4b09cd13bc75c20b1de Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 18 Apr 2023 19:36:41 -0700 Subject: [PATCH] ceph-dev-setup: save only 25 builds (rather than 2 weeks) ceph-dev-setup is using 67G out of the 200G on /var/lib/jenkins, far larger than any other job. There's no reason to save all these jobs. Signed-off-by: Dan Mick --- ceph-dev-setup/config/definitions/ceph-dev-setup.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml index e09c839c..b827a2cf 100644 --- a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml +++ b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml @@ -8,8 +8,7 @@ concurrent: true properties: - build-discarder: - days-to-keep: 14 - artifact-days-to-keep: 14 + num-to-keep: 25 - github: url: https://github.com/ceph/ceph - copyartifact: -- 2.47.3