]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-windows-pull-requests: Collect tests logs 2072/head
authorIonut Balutoiu <ibalutoiu@cloudbasesolutions.com>
Fri, 16 Sep 2022 07:17:38 +0000 (10:17 +0300)
committerIonut Balutoiu <ibalutoiu@cloudbasesolutions.com>
Fri, 16 Sep 2022 07:17:38 +0000 (10:17 +0300)
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 <ibalutoiu@cloudbasesolutions.com>
ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml

index 3601f89df687928a83badc304925be24798c0a9b..292821aee50463b1a17e0cf2b4481beb53378323 100644 (file)
@@ -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:
           - ../../../scripts/ceph-windows/run_tests
 
     publishers:
+      - archive:
+          artifacts: 'logs/**'
+          allow-empty: true
+          latest-only: false
+
       - postbuildscript:
           builders:
             - role: SLAVE