From: Ionut Balutoiu Date: Fri, 16 Sep 2022 07:17:38 +0000 (+0300) Subject: ceph-windows-pull-requests: Collect tests logs X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c6daf3dd0d76d6b195922c75a32e688c9284aa84;p=ceph-build.git 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 --- 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