Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D10FD7AB for ; Thu, 13 Sep 2012 18:55:28 +0000 (UTC) Received: (qmail 53993 invoked by uid 500); 13 Sep 2012 18:55:28 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 53973 invoked by uid 500); 13 Sep 2012 18:55:28 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 53964 invoked by uid 99); 13 Sep 2012 18:55:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 18:55:28 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nslater@tumbolia.org designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 18:55:21 +0000 Received: by vcdm8 with SMTP id m8so3930447vcd.6 for ; Thu, 13 Sep 2012 11:55:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tumbolia.org; s=google; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=qFfDQcmeGxnMPZ58ZDRlmEPSOUadyE20KlaHx41WXBc=; b=SB2Ec1Cvx/4VrvXOHE5WoKMWNLxeqMz3a9OSfWS0Tw+9IHKkh2j6wLYaMHcjqj+n64 Jg2DUGw3iombHdb0wATNJpDL2ldggIPvgLtSm1xqkJtYNLcYmsywJt+Z0ZnvoJX81hWF 2ImF/pwmdP3DWPIY865zWNrWq7CWks+MwQnkw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=qFfDQcmeGxnMPZ58ZDRlmEPSOUadyE20KlaHx41WXBc=; b=XidTPmthnnjqB2TZT9d8AxF/QEGzuz8nT0pi6GFUkGDk7+R7J/K6lofzjW6Uh1rvAp 5eIDKEjEovQUQTpaPF9Xt4HdmnlAzTJEs1nzdLHniaMI6VvZow/sb3tdVQPn1pn6sv+x 3ankB3lx7fCXTqBZt/YceO071z989uNNdVWDBEMm89a1qE+pMVGV7MoSpIs3bWgb4EP1 Y44hu6KCSaexn87bB1MXOEWv6x7j73TizL5DBsCvD1G6zPjTRSzy1z4ejGpk0GMYBKxc JVvKaxQ3GDufT8Q0bnR9MJTNOzw/2p7V5fHJaZTLkXO1PZhG2q5azA0+xERRu2fRKLl6 JbVA== MIME-Version: 1.0 Received: by 10.58.58.144 with SMTP id r16mr79447veq.52.1347562500346; Thu, 13 Sep 2012 11:55:00 -0700 (PDT) Received: by 10.58.230.195 with HTTP; Thu, 13 Sep 2012 11:55:00 -0700 (PDT) X-Originating-IP: [178.250.115.206] In-Reply-To: References: Date: Thu, 13 Sep 2012 19:55:00 +0100 Message-ID: Subject: Re: test lifecycle From: Noah Slater To: cloudstack-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=047d7b4140c625525e04c999d8e2 X-Gm-Message-State: ALoCoQnGrfiX54Z1Bnt6+2xKDy9Ion3KM2P7DaoePg6i/gs8Wp88Qp3InVCu7kP94XEpyrehFREE --047d7b4140c625525e04c999d8e2 Content-Type: text/plain; charset=ISO-8859-1 Are there any plans to send build failures to the dev mailing list? Might be useful, might not be. :) On Wed, Sep 12, 2012 at 9:16 PM, David Nalley wrote: > Hi folks, > > I am thinking about making some changes to jenkins and figured I'd > toss it up here before I do it to make sure no one disagrees. > > Here's my frustration: We are getting spammed by lots of jenkins > notices, many needlessly. > > Prime example: junit failures when the build also failed. IMO we > shouldn't even try running the unit tests as there is an explicit > dependency to compile and we 'know' it won't build. > > So I'd run build-$branch on each commit - if successful it would > trigger build-marvin, build-docs, build-apidocs, and junit. If junit > succeeds build packages (though eventually we probably want to > run-marvin first, but for the moment) > > Thoughts, comments, flames? > > --David > -- NS --047d7b4140c625525e04c999d8e2--