You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2021/01/18 08:43:01 UTC

[cassandra-builds] branch trunk updated (83acd49 -> 67c3687)

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

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


    from 83acd49  Bump email for DataStax donated servers
     new 01aa588  Revert "In Jenkins don't archive all the TEST xml files (INFRA-21307)"
     new 67c3687  In Jenkins lower artifactNumToKeep from 10 to 5

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-builds] 01/02: Revert "In Jenkins don't archive all the TEST xml files (INFRA-21307)"

Posted by mc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 01aa5889d628cba628b0ffc651087d137e43c552
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Mon Jan 18 09:37:26 2021 +0100

    Revert "In Jenkins don't archive all the TEST xml files (INFRA-21307)"
    
    This reverts commit 0c4d69ff416b1d08c15bfaab20010252c825b4b5.
---
 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 670adbe..2b5eca6 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -241,7 +241,7 @@ matrixJob('Cassandra-template-test') {
     }
     publishers {
         archiveArtifacts {
-            pattern('**/*.head')
+            pattern('build/test/**/TEST-*.xml, **/*.head')
             allowEmpty()
             fingerprint()
         }
@@ -797,7 +797,7 @@ testTargets.each {
                 failOnError(false)
             }
             archiveArtifacts {
-                pattern('**/*.head')
+                pattern('build/test/**/TEST-*.xml, **/*.head')
                 allowEmpty()
                 fingerprint()
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-builds] 02/02: In Jenkins lower artifactNumToKeep from 10 to 5

Posted by mc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 67c3687984a41960969d6a50e7e3796ced057524
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Mon Jan 18 09:42:28 2021 +0100

    In Jenkins lower artifactNumToKeep from 10 to 5
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 2b5eca6..2690ed4 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -99,7 +99,7 @@ matrixJob('Cassandra-template-artifacts') {
     compressBuildLog()
     logRotator {
         numToKeep(10)
-        artifactNumToKeep(10)
+        artifactNumToKeep(5)
     }
     wrappers {
         timeout {
@@ -194,7 +194,7 @@ matrixJob('Cassandra-template-test') {
     compressBuildLog()
     logRotator {
         numToKeep(10)
-        artifactNumToKeep(10)
+        artifactNumToKeep(5)
     }
     wrappers {
         timeout {
@@ -283,7 +283,7 @@ matrixJob('Cassandra-template-dtest-matrix') {
     compressBuildLog()
     logRotator {
         numToKeep(10)
-        artifactNumToKeep(10)
+        artifactNumToKeep(5)
     }
     wrappers {
         timeout {
@@ -369,7 +369,7 @@ matrixJob('Cassandra-template-cqlsh-tests') {
     compressBuildLog()
     logRotator {
         numToKeep(10)
-        artifactNumToKeep(10)
+        artifactNumToKeep(5)
     }
     wrappers {
         timeout {
@@ -648,7 +648,7 @@ matrixJob('Cassandra-devbranch-artifacts') {
     compressBuildLog()
     logRotator {
         numToKeep(90)
-        artifactNumToKeep(10)
+        artifactNumToKeep(5)
     }
     wrappers {
         timeout {
@@ -733,7 +733,7 @@ testTargets.each {
         compressBuildLog()
         logRotator {
             numToKeep(90)
-            artifactNumToKeep(10)
+            artifactNumToKeep(5)
         }
         wrappers {
             timeout {
@@ -835,7 +835,7 @@ dtestTargets.each {
         compressBuildLog()
         logRotator {
             numToKeep(90)
-            artifactNumToKeep(10)
+            artifactNumToKeep(5)
         }
         wrappers {
             timeout {
@@ -944,7 +944,7 @@ matrixJob('Cassandra-devbranch-cqlsh-tests') {
     compressBuildLog()
     logRotator {
         numToKeep(90)
-        artifactNumToKeep(10)
+        artifactNumToKeep(5)
     }
     wrappers {
         timeout {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org