From c6daf3dd0d76d6b195922c75a32e688c9284aa84 Mon Sep 17 00:00:00 2001 From: Ionut Balutoiu Date: Fri, 16 Sep 2022 10:17:38 +0300 Subject: [PATCH] ceph-windows-pull-requests: Collect tests logs Also, set `artifact-days-to-keep` and `artifact-num-to-keep` to make sure we don't clutter the Jenkins server with log files. Signed-off-by: Ionut Balutoiu --- .../config/definitions/ceph-windows-pull-requests.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml b/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml index 3601f89d..292821ae 100644 --- a/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml +++ b/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml @@ -13,8 +13,8 @@ - build-discarder: days-to-keep: 15 num-to-keep: 300 - artifact-days-to-keep: -1 - artifact-num-to-keep: -1 + artifact-days-to-keep: 15 + artifact-num-to-keep: 100 - github: url: https://github.com/ceph/ceph/ - rebuild: @@ -71,6 +71,11 @@ - ../../../scripts/ceph-windows/run_tests publishers: + - archive: + artifacts: 'logs/**' + allow-empty: true + latest-only: false + - postbuildscript: builders: - role: SLAVE -- 2.39.5