Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 61068 invoked from network); 22 Nov 2007 08:01:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2007 08:01:07 -0000 Received: (qmail 88071 invoked by uid 500); 22 Nov 2007 08:00:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 88048 invoked by uid 500); 22 Nov 2007 08:00:54 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 88039 invoked by uid 99); 22 Nov 2007 08:00:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 00:00:54 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 08:00:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B90301A9832; Thu, 22 Nov 2007 00:00:41 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r597326 - in /harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot: adaptor.xml parameters.xml suite-cc-custom-config.xml Date: Thu, 22 Nov 2007 08:00:40 -0000 To: commits@harmony.apache.org From: smishura@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071122080044.B90301A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: smishura Date: Thu Nov 22 00:00:39 2007 New Revision: 597326 URL: http://svn.apache.org/viewvc?rev=597326&view=rev Log: Automate processes cleaning after a suite run (Linux only). A suite run may leave hung VM processes that in turn may affect the next running suite or even make CruiseControl down. I believe that this feature should be part of the infra's common cycle (not specific for snapshots only) so I'm going to move it there after some infra redesigning. Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/parameters.xml harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/suite-cc-custom-config.xml Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml?rev=597326&r1=597325&r2=597326&view=diff ============================================================================== --- harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml (original) +++ harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml Thu Nov 22 00:00:39 2007 @@ -512,5 +512,50 @@ + + + + + + + + + PROCESSES: ${proccess} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/parameters.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/parameters.xml?rev=597326&r1=597325&r2=597326&view=diff ============================================================================== --- harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/parameters.xml (original) +++ harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/parameters.xml Thu Nov 22 00:00:39 2007 @@ -8,6 +8,10 @@ + + Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/suite-cc-custom-config.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/suite-cc-custom-config.xml?rev=597326&r1=597325&r2=597326&view=diff ============================================================================== --- harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/suite-cc-custom-config.xml (original) +++ harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/suite-cc-custom-config.xml Thu Nov 22 00:00:39 2007 @@ -68,6 +68,14 @@ + + + +