Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59305 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17087 invoked from network); 1 Apr 2012 15:26:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2012 15:26:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.45 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.210.45 mail-pz0-f45.google.com Received: from [209.85.210.45] ([209.85.210.45:44928] helo=mail-pz0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/62-01129-F93787F4 for ; Sun, 01 Apr 2012 11:26:24 -0400 Received: by dacx6 with SMTP id x6so1360620dac.18 for ; Sun, 01 Apr 2012 08:26:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Ye2LQE3G3arPeqedjnU/40L6drwHSj3tpjTIj1kjzG4=; b=Y+/94EzQJRxBZ40010v0S2pkBKKJ2/GRtyHynyWZe+E55DyPLXIKGuaMTN7WucVb/g w6xq0IAIlF2bHnoGUVi5b0qyA22iF7wcCumnq7mT92C2Re1V6X419kaCXpFoByD4huLs 8bkzAluGA80vNMhPFnTI8VMu4H/g13/9Mk7ocxwfzYIJzCVYWOdr0rJifzlkmmb/x/6a c4uxH12UCYnjd1Z8Y42j3GmE6FHI1KVw7LH99CkVf/Pne8eq52oBfG80tvvdlhu5zFKh 3wQflj0AZBw2NFFuliVKgnU3wJwl8NZQAvb/e7KlD9Wk1InoiOG2GRGZCMG2/Q6sHh17 OGdQ== MIME-Version: 1.0 Received: by 10.68.193.138 with SMTP id ho10mr13943322pbc.80.1333293980730; Sun, 01 Apr 2012 08:26:20 -0700 (PDT) Received: by 10.68.15.105 with HTTP; Sun, 1 Apr 2012 08:26:20 -0700 (PDT) In-Reply-To: References: <4F75EA77.3010300@oracle.com> <4F76B73B.2060005@sugarcrm.com> <1333222079.9243.3864.camel@guybrush> Date: Sun, 1 Apr 2012 17:26:20 +0200 Message-ID: To: Alexey Shein Cc: Christopher Jones , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b15af431a448b04bc9fb22e Subject: Re: Change all XFAIL tests to FAIL From: tyra3l@gmail.com (Ferenc Kovacs) --047d7b15af431a448b04bc9fb22e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > > > The one problem I see here is that we keep only 100 last builds, so if bu= g > is old enough you can't know build/revision where it's introduced. > Maybe we should not keep in jenkins build php binary but only lightweight > stuff like junit logs, coverage reports (if we have them) and etc. This w= ay > build size become smaller, so we can keep more of them. > > yeah, that limit was set because in the first setup, where we had a separate job for building php and running the testsuite. with that setup, we had to mark the built php binary as artifact to be able to copy and keep reference of the binary in the test job. now that we do both the build and the test execution in one build, we no longer need the php binary outside of the build, so the build artifact would be only the junit.xml which is much smaller so we can raise that limit. another thing that I want to set up is using the Build Keeper Plugin, which allows us to mark some builds as keep forever automatically. I will look into this. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --047d7b15af431a448b04bc9fb22e--