This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/master by this push:
     new 875d918  ninja-fix: test-cdc and test-compression keep logs under a 
subdirectory
875d918 is described below

commit 875d91841e5614291c5b6278edbc07a4f3174ba3
Author: Mick Semb Wever <[email protected]>
AuthorDate: Mon Sep 28 22:58:08 2020 +0200

    ninja-fix: test-cdc and test-compression keep logs under a subdirectory
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy 
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 9a1694a..7684f32 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -464,7 +464,7 @@ cassandraBranches.each {
                 steps {
                     shell("""
                             ./cassandra-builds/build-scripts/cassandra-test.sh 
${targetName} ;
-                             xz build/test/logs/*.log
+                             find build/test/logs -type f -name "*.log" | 
xargs xz -qq
                           """)
                 }
             }
@@ -695,7 +695,7 @@ testTargets.each {
                   """)
             shell("""
                     ./cassandra-builds/build-scripts/cassandra-test.sh 
${targetName} ;
-                    xz build/test/logs/*.log
+                    find build/test/logs -type f -name "*.log" | xargs xz -qq
                   """)
         }
         publishers {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to