You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/17 22:58:49 UTC

[couchdb] branch jenkins-cleanup-freebsd created (now 14e219f)

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

wohali pushed a change to branch jenkins-cleanup-freebsd
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 14e219f  [Jenkins] Try to cleanup hung beam.smp (FreeBSD)

This branch includes the following new commits:

     new 14e219f  [Jenkins] Try to cleanup hung beam.smp (FreeBSD)

The 1 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.



[couchdb] 01/01: [Jenkins] Try to cleanup hung beam.smp (FreeBSD)

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

wohali pushed a commit to branch jenkins-cleanup-freebsd
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 14e219ff2fe1e8db4979ee6be1a81ad9bc4dee28
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Fri Jan 17 17:58:21 2020 -0500

    [Jenkins] Try to cleanup hung beam.smp (FreeBSD)
---
 build-aux/Jenkinsfile.full | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index f13be06..1cf4c2f 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -152,6 +152,7 @@ pipeline {
               junit '**/.eunit/*.xml, **/_build/*/lib/couchdbtest/*.xml, **/src/mango/nosetests.xml, **/test/javascript/junit.xml'
             }
             cleanup {
+              sh 'killall -9 beam.smp >/dev/null 2>&1'
               sh 'rm -rf $COUCHDB_IO_LOG_DIR'
             }
           } // post