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 2020/01/22 19:31:01 UTC

[cassandra-builds] branch master updated: Reduce number of build logs to keep on Jenkins from 50 builds to 25. Disks were running out of space.

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 2e583ef  Reduce number of build logs to keep on Jenkins from 50 builds to 25.  Disks were running out of space.
2e583ef is described below

commit 2e583ef6e7f52123ac39120d9055db493e447e3d
Author: mck <mc...@apache.org>
AuthorDate: Wed Jan 22 20:29:30 2020 +0100

    Reduce number of build logs to keep on Jenkins from 50 builds to 25.
     Disks were running out of space.
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index c3b4d86..cd8db6f 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -73,7 +73,7 @@ job('Cassandra-template-artifacts') {
     jdk(jdkLabel)
     label(slaveLabel)
     logRotator {
-        numToKeep(50)
+        numToKeep(25)
         artifactNumToKeep(1)
     }
     wrappers {
@@ -138,7 +138,7 @@ job('Cassandra-template-test') {
     jdk(jdkLabel)
     label(slaveLabel)
     logRotator {
-        numToKeep(50)
+        numToKeep(25)
         artifactNumToKeep(1)
     }
     wrappers {
@@ -193,7 +193,7 @@ job('Cassandra-template-dtest') {
     jdk(jdkLabel)
     label(slaveLabel)
     logRotator {
-        numToKeep(50)
+        numToKeep(25)
         artifactNumToKeep(1)
     }
     wrappers {
@@ -243,7 +243,7 @@ matrixJob('Cassandra-template-cqlsh-tests') {
     disabled(true)
     description(jobDescription)
     logRotator {
-        numToKeep(50)
+        numToKeep(25)
         artifactNumToKeep(1)
     }
     wrappers {
@@ -421,7 +421,7 @@ cassandraBranches.each {
     pipelineJob("${jobNamePrefix}") {
         description(jobDescription)
         logRotator {
-            numToKeep(50)
+            numToKeep(25)
             artifactNumToKeep(1)
         }
         definition {
@@ -464,7 +464,7 @@ testTargets.each {
         jdk(jdkLabel)
         label(slaveLabel)
         logRotator {
-            numToKeep(50)
+            numToKeep(25)
             artifactNumToKeep(1)
         }
         wrappers {
@@ -522,7 +522,7 @@ job('Cassandra-devbranch-dtest') {
     jdk(jdkLabel)
     label(slaveLabel)
     logRotator {
-        numToKeep(50)
+        numToKeep(25)
         artifactNumToKeep(1)
     }
     wrappers {
@@ -581,7 +581,7 @@ matrixJob('Cassandra-devbranch-cqlsh-tests') {
     description(jobDescription)
     concurrentBuild()
     logRotator {
-        numToKeep(50)
+        numToKeep(25)
         artifactNumToKeep(1)
     }
     wrappers {
@@ -646,7 +646,7 @@ matrixJob('Cassandra-devbranch-cqlsh-tests') {
 pipelineJob('Cassandra-devbranch') {
     description(jobDescription)
     logRotator {
-        numToKeep(50)
+        numToKeep(25)
         artifactNumToKeep(1)
     }
     parameters {


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