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/06/11 07:12:42 UTC

[cassandra-builds] branch master updated (d1600ac -> f24ba48)

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

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


    from d1600ac  Undo dtest `--keep-test-dir` (not enough disk space)
     new 0884d79  In jenkins jobs remove size listings of workspace contents (not needed anymore)
     new f24ba48  Rename ASF-slaves.txt to ASF-jenkins-agents.txt

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:
 ASF-slaves.txt => ASF-jenkins-agents.txt  |  2 +-
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)
 rename ASF-slaves.txt => ASF-jenkins-agents.txt (99%)


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


[cassandra-builds] 02/02: Rename ASF-slaves.txt to ASF-jenkins-agents.txt

Posted by mc...@apache.org.
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

commit f24ba482316ec20f744c0ebfbde257312f26ef1e
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Thu Jun 11 09:06:01 2020 +0200

    Rename ASF-slaves.txt to ASF-jenkins-agents.txt
---
 ASF-slaves.txt => ASF-jenkins-agents.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ASF-slaves.txt b/ASF-jenkins-agents.txt
similarity index 99%
rename from ASF-slaves.txt
rename to ASF-jenkins-agents.txt
index 156234a..0f7576b 100644
--- a/ASF-slaves.txt
+++ b/ASF-jenkins-agents.txt
@@ -53,7 +53,7 @@ Ensure `hostname` is configured to the server's public ip.
 
 ----
 
-Slaves for ci-cassandra.apache.org:
+Jenkins Agents for ci-cassandra.apache.org:
 
 All have label 'cassandra'. Agents with 32GB+ RAM also have the label 'cassandra-large'.
 


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


[cassandra-builds] 01/02: In jenkins jobs remove size listings of workspace contents (not needed anymore)

Posted by mc...@apache.org.
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

commit 0884d79d8913405574bb0dcde546762f432e0791
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Thu Jun 11 09:03:57 2020 +0200

    In jenkins jobs remove size listings of workspace contents (not needed anymore)
---
 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 5f72d43..f006dae 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -134,7 +134,7 @@ job('Cassandra-template-artifacts') {
             task('.', '''
                 echo "Cleaning project…"; git clean -xdff ;
                 echo "Pruning docker…" ; docker system prune -f --filter "until=48h"  ;
-                echo "Reporting disk usage…"; df -h ; find . -maxdepth 2 -type d -exec du -hs {} ';' ; du -hs ../* ;
+                echo "Reporting disk usage…"; df -h ; du -hs ../* ;
                 echo "Cleaning tmp…";
                 find . -type d -name tmp -delete 2>/dev/null ;
                 find /tmp -type f -atime +2 -user jenkins -and -not -exec fuser -s {} ';' -and -delete 2>/dev/null
@@ -197,7 +197,7 @@ job('Cassandra-template-test') {
                 echo "Finding job process orphans…"; if pgrep -af ${JOB_BASE_NAME}; then pkill -9 -f ${JOB_BASE_NAME}; fi;
                 echo "Cleaning project…"; git clean -xdff ;
                 echo "Pruning docker…" ; docker system prune -f --filter "until=48h"  ;
-                echo "Reporting disk usage…"; df -h ; find . -maxdepth 2 -type d -exec du -hs {} ';' ; du -hs ../* ;
+                echo "Reporting disk usage…"; df -h ; du -hs ../* ;
                 echo "Cleaning tmp…";
                 find . -type d -name tmp -delete 2>/dev/null ;
                 find /tmp -type f -atime +2 -user jenkins -and -not -exec fuser -s {} ';' -and -delete 2>/dev/null
@@ -256,7 +256,7 @@ job('Cassandra-template-dtest') {
             task('.', '''
                 echo "Cleaning project…"; git clean -xdff ;
                 echo "Pruning docker…" ; if pgrep -af jenkinscommand.sh; then docker system prune -f --filter 'until=48h'; else docker system prune -f --volumes ; fi;
-                echo "Reporting disk usage…"; df -h ; find . -maxdepth 2 -type d -exec du -hs {} ';' ; du -hs ../* ;
+                echo "Reporting disk usage…"; df -h ; du -hs ../* ;
                 echo "Cleaning tmp…";
                 find . -type d -name tmp -delete 2>/dev/null ;
                 find /tmp -type f -atime +2 -user jenkins -and -not -exec fuser -s {} ';' -and -delete 2>/dev/null
@@ -324,7 +324,7 @@ matrixJob('Cassandra-template-cqlsh-tests') {
                 echo "Finding job process orphans…"; if pgrep -af ${JOB_BASE_NAME}; then pkill -9 -f ${JOB_BASE_NAME}; fi;
                 echo "Cleaning project…"; git clean -xdff ;
                 echo "Pruning docker…" ; docker system prune -f --filter "until=48h"  ;
-                echo "Reporting disk usage…"; df -h ; find . -maxdepth 2 -type d -exec du -hs {} ';' ; du -hs ../* ;
+                echo "Reporting disk usage…"; df -h ; du -hs ../* ;
                 echo "Cleaning tmp…";
                 find . -type d -name tmp -delete 2>/dev/null ;
                 find /tmp -type f -atime +2 -user jenkins -and -not -exec fuser -s {} ';' -and -delete 2>/dev/null
@@ -515,7 +515,7 @@ job('Cassandra-devbranch-artifacts') {
             task('.', '''
                 echo "Cleaning project…"; git clean -xdff ;
                 echo "Pruning docker…" ; docker system prune -f --filter "until=48h"  ;
-                echo "Reporting disk usage…"; df -h ; find . -maxdepth 2 -type d -exec du -hs {} ';' ; du -hs ../* ;
+                echo "Reporting disk usage…"; df -h ; du -hs ../* ;
                 echo "Cleaning tmp…";
                 find . -type d -name tmp -delete 2>/dev/null ;
                 find /tmp -type -f -atime +3 -user jenkins -and -not -exec fuser -s {} ';' -and -delete 2>/dev/null
@@ -585,7 +585,7 @@ testTargets.each {
                     echo "Finding job process orphans…"; if pgrep -af ${JOB_BASE_NAME}; then pkill -9 -f ${JOB_BASE_NAME}; fi;
                     echo "Cleaning project…"; git clean -xdff ;
                     echo "Pruning docker…" ; docker system prune -f --filter "until=48h"  ;
-                    echo "Reporting disk usage…"; df -h ; find . -maxdepth 2 -type d -exec du -hs {} ';' ; du -hs ../* ;
+                    echo "Reporting disk usage…"; df -h ; du -hs ../* ;
                     echo "Cleaning tmp…";
                     find . -type d -name tmp -delete 2>/dev/null ;
                     find /tmp -type f -atime +2 -user jenkins -and -not -exec fuser -s {} ';' -and -delete 2>/dev/null
@@ -662,7 +662,7 @@ dtestTargets.each {
                 task('.', '''
                     echo "Cleaning project…" ; git clean -xdff ;
                     echo "Pruning docker…" ; if pgrep -af jenkinscommand.sh; then system prune -f --filter 'until=48h'; else docker system prune -f --volumes ; fi;
-                    echo "Reporting disk usage…"; df -h ; find . -maxdepth 2 -type d -exec du -hs {} ';' ; du -hs ../* ;
+                    echo "Reporting disk usage…"; df -h ; du -hs ../* ;
                     echo "Cleaning tmp…";
                     find . -type d -name tmp -delete 2>/dev/null ;
                     find /tmp -type f -atime +2 -user jenkins -and -not -exec fuser -s {} ';' -and -delete 2>/dev/null
@@ -738,7 +738,7 @@ matrixJob('Cassandra-devbranch-cqlsh-tests') {
                 echo "Finding job process orphans…"; if pgrep -af ${JOB_BASE_NAME}; then pkill -9 -f ${JOB_BASE_NAME}; fi;
                 echo "Cleaning project…"; git clean -xdff ;
                 echo "Pruning docker…" ; docker system prune -f --filter "until=48h" ;
-                echo "Reporting disk usage…"; df -h ; find . -maxdepth 2 -type d -exec du -hs {} ';' ; du -hs ../* ;
+                echo "Reporting disk usage…"; df -h ; du -hs ../* ;
                 echo "Cleaning tmp…";
                 find . -type d -name tmp -delete 2>/dev/null ;
                 find /tmp -type f -atime +2 -user jenkins -and -not -exec fuser -s {} ';' -and -delete 2>/dev/null


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