Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 18336 invoked from network); 27 Sep 2007 16:04:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Sep 2007 16:04:00 -0000 Received: (qmail 94516 invoked by uid 500); 27 Sep 2007 16:03:50 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 94119 invoked by uid 500); 27 Sep 2007 16:03:48 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Delivered-To: moderator for continuum-users@maven.apache.org Received: (qmail 81566 invoked by uid 99); 27 Sep 2007 15:58:02 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dlecan@gmail.com designates 64.233.182.189 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=wCY12W1rofMXh+K3V+k4tFjSRgTqe4CGjB0oWV2UQyo=; b=XEFWlFtAWwsbYI3a/D9IbK2KfjT1oKtzIvbmTK6XkAOQpZ0e0DS9ukOdct+w3N1qxBn9Y2Jg2uIVNEWRLXsLVBBGxNXykg1L/34lTUCMTePLDfoR4WTfdQGTZ/O/tfUKZvFvXHz2u0bFi49tcqCejEglEblN96c3hcjZZIE2ozc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=JuOp9pl3LpRXv72OKxPpVc9dxjY2mXNhnNVBmExjAo/9siP71ZUAZ6QGHDyjrnzeLdcyww33csyIKgShgbELH2wU0nxvqUILXZjTLZpCvR1wcGsZx2OFEC3QOkcHlOz/mlov+VwLf2NNrTY/6cJRojb41cu0bKd37dltWrKcpcg= Message-ID: Date: Thu, 27 Sep 2007 17:57:42 +0200 From: "Damien Lecan" Sender: dlecan@gmail.com To: continuum-users@maven.apache.org Subject: Re: When builds are done in multi-module projects ? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46F7C6D3.6030800@venisse.net> <46F8CD17.1010304@venisse.net> <46FA514B.4010702@venisse.net> <46FA67E2.2080200@venisse.net> X-Google-Sender-Auth: 6d576928cf815832 X-Virus-Checked: Checked by ClamAV on apache.org > I will reinit all my Continuum instance (fresh database, fresh > checkout), activate scm debug and see what happen later. > > I will plan 2 build definitions : > 1. run clean deploy every even hours > 2. run clean deploy site-deploy every odd hours Ok, here are the results. I ran concurrently another checkout of my project, but this one built by only one build definition. To summarize : Group Project 1 1. every even hours : clean deploy 2. every odd hours : clean deploy site-deploy Group Project 2 (same project as above = same sources) 1. every hours : clean deploy site-deploy After 21 hours, results : GP1 GP2 build status all success all success nb of BD exec 21* 21 number of build 2->18** 1 * : BP1 for GP1 was executed 11 times when BP2 was executed 10 times (=21 executions) ** : the 25 modules of my project where not built all together for each build. Parent project was built twice, when the final module (depends on each other modules) was built 18 times. All other modules ware built between 3 and 17 times, depending on their dependency configurations. What can be deducted from theses tests ? - Several build definitions for the same project group produces unnecessary builds, without any source modification => Maybe build execution doesn't check previous executions of all other build definitions for the same project group What do you think ? Thanks Damien Lecan