Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56708 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61382 invoked from network); 1 Dec 2011 23:39:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2011 23:39:54 -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.216.49 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.49 mail-qw0-f49.google.com Received: from [209.85.216.49] ([209.85.216.49:43252] helo=mail-qw0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/60-57835-64018DE4 for ; Thu, 01 Dec 2011 18:39:51 -0500 Received: by qabj40 with SMTP id j40so2081933qab.8 for ; Thu, 01 Dec 2011 15:39:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=93FckB7CMmi4mFe8b/x99EwmmvcxIZ7gExu9ugZfhcM=; b=hEwfJHi5WyC3qqTw7WMq6+w3s1WcpoabGSKZrzbHd4Di2c44fHmEmZ8U9+Bhcns2+Y SKtzdmCo/3DBQVgfyoG07XLA2LE4YaTjdiUTpsWTHNdmlmJDiQb1fKiejFcQkaGCnwk0 ZJdN/hLxUFOCxw7Kx+9e/7Y7qvqNrQnYvoyQw= MIME-Version: 1.0 Received: by 10.224.211.66 with SMTP id gn2mr951967qab.14.1322782787405; Thu, 01 Dec 2011 15:39:47 -0800 (PST) Received: by 10.229.38.134 with HTTP; Thu, 1 Dec 2011 15:39:47 -0800 (PST) In-Reply-To: References: <4E66C906.7060402@sugarcrm.com> Date: Fri, 2 Dec 2011 00:39:47 +0100 Message-ID: To: PHP Internals Cc: PHP QA Content-Type: multipart/alternative; boundary=20cf300fad5d28864204b3105e39 Subject: Re: [PHP-DEV] CI for 5.4 From: tyra3l@gmail.com (Ferenc Kovacs) --20cf300fad5d28864204b3105e39 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Recent activity: Alexey Shein dug through the failing symfony2 tests, and it turned out that 3 tests were bugged, he went ahead and fixed it ( https://github.com/symfony/symfony/pull/2750), one from the other two is a sporadic test, it can fail randomly, the last one fails in our specific setup (we don't do make install so their test won't find our php binary at PHP_BINDIR). The new Jenkins LTS got released, so I went ahead and updated our cluster, there were a couple of hiccups, but everything should be back to normal now= . I also simplified our setup, I merged the build and test jobs, this will make our life much easier. This also made possible to simplify our build.xml, and I used that chance to complicate it a little bit more :P I added a condition and an environment variable to use gmake (gnu make) on FreeBSD instead of make, which also made it possible to add -j2(a little bit concurrency) to our make process. The biggest news is that we polished up my original JUnit patch for run-tests.php and with the help of Felipe, we have that in the svn repository. Felipe, Alexey, thanks again! --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --20cf300fad5d28864204b3105e39--