From 5db3eee5b62441f6a68cbeb6ab54738a0d3f7ec6 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 18 Sep 2018 13:15:16 -0400 Subject: [PATCH] ceph-ansible-pipeline: Match days-to-keep with ceph-ansible-prs Signed-off-by: David Galloway --- .../config/definitions/ceph-ansible-pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml index d94b3e3b..e6e6d162 100644 --- a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml +++ b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml @@ -10,10 +10,10 @@ 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: 90 + num-to-keep: -1 + artifact-days-to-keep: -1 + artifact-num-to-keep: -1 - github: url: https://github.com/ceph/ceph-ansible -- 2.39.5