Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104023 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 52684 invoked from network); 2 Feb 2019 17:28:58 -0000 Received: from unknown (HELO mout.gmx.net) (212.227.17.21) by pb1.pair.com with SMTP; 2 Feb 2019 17:28:58 -0000 Received: from [192.168.2.138] ([87.167.195.49]) by mail.gmx.com (mrgmx102 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MSY2q-1gg4723eSK-00RWaM; Sat, 02 Feb 2019 15:09:20 +0100 To: Nikita Popov Cc: PHP internals References: <6dd8f281-4261-e096-3416-c7d7911e2201@gmx.de> Message-ID: <862aa92b-cde6-cdb1-69e3-7b91b5aceeec@gmx.de> Date: Sat, 2 Feb 2019 15:09:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:zw9dgLp1IyV2MbaVt1DjJVTvkdWbS3OAfgg8bUP37SBUi8bN60m Xms+u2E75K7rSAbIQIzHYRS5Jk3jWCbIP9sqFDnFsU3zD/dUCMQkUCaE0KJ4xPIkw8plWhK kAUY+L66CnWJAaDYWn1vgX1y3uLhahnZo2a+2WHEvi8mJ+GHxbB3ddZaCEUgkJqmpCLLD3l uCvCBTBz3hbXGvD/tiZFw== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:Alw+zcDVRSM=:+4wYKHwnCWgVjQ+FjEJx+i tYCKgm6/LJgzBwnHyLy6z4lCnuQvWOPg28MYtxcrep7AmcCWsnOu02sAYEH9lXyBP9X+O2svr c0fx8ND+FIW5KG4oeBJ/zGofbvplqvhs0DwiujucvZbwCBBpPKoEr1bWIewd1oSUdOQyjZRHA vlH6ytFpd711tx0sqjWgAOvyoIMmxCV1TZPRatFbQEAIMH//NMtXWZXn3qP/mEAJ5mXK5EFfQ Mdj+i94cD3qFr4PkyojM7MkcUa24AC+i+EiFAakzH2+S54eRgLsFRqwAODhaimZMA9yvfx5A3 Ft/tz8Yh2Zk/PluRezicMW3Fx43fhVRoGa4K9hr690VhfTLZCZPnuFp+yaWp5Iwjt/K0wZElJ XgSqacSAhctsAjQ/7NzW2lBM87JK+x39NXsoriheP0sL0T6DoCzeB6SPU5axnxOf4WQrveped 3YVaSW+OEDpCtUD1hdbAmARDfdaQyxPhvSZmH0MqhUejsnp8vbGcaSlpOhce6M8B7+YvIv32P T0vc9plOZ9gRwCH4opfVQR7Hs7Kc6Fp8v5q8WEUQ21D1tGa1fdM0LTvdlJrYTN9HhGyaR1grL kuZ+UbX+MlpFc2bTxYXPlw7+9UGv62Ex3RluTF+V66LaGWjzXnnKqPuYqUuqadygbiUEBW0gr i4BAlsORYeYDNlHth5BQjT+6oPLyjQVJ3RYpbMVwCn0md/fNp7S8LLjM2ylsbHqOMbBodlAxr OeM6zeN2B5rAsLKWRdxVuXz5olvtMyHOMBcGlQ1YMganKR5yBif+DNsU+5gfWQA/Rz0NLmWmM PIx4mZkOF3AxynICHTtAlAttMWVRg6aVbHnyyMSh5KchSC3AUp2Sy6pO7eIdKHmdHbo0+dP2M ly58N63bPLpFk98XeOvgqFnvVyNzkpsiMzaZjoZFsqtMa1B/jijFMiDUWGM9/at1Uay10HDKB emx9IyYfUKA== Subject: Re: AppVeyor timeouts -- Migrate to Azure Pipelines? From: cmbecker69@gmx.de ("Christoph M. Becker") On 02.02.2019 at 14:31, Nikita Popov wrote: > On Sat, Feb 2, 2019 at 2:06 PM Christoph M. Becker > wrote: > >> On 02.02.2019 at 13:18, Nikita Popov wrote: >> >>> I just learned about the Azure Pipelines ( >>> https://azure.microsoft.com/en-us/services/devops/pipelines/) offering, >>> which offers open source projects 10 parallel builds with unlimited >>> minutes. Assuming there's no other catch here, it might be worthwhile to >>> migrate our Windows CI jobs to Azure Pipelines. >> >> An alternative to consider is using Travis for Windows CI[1], too. > > It's an option, but I think we're generally better off using multiple CI > platforms to increase the number of parallel builds we get. > > Next to the builds we already have, I think it would be very good to also > have a macos builder (this is supported by both Travis and Azure Pipelines, > but needs someone familiar with the platform to set things up) and a 32-bit > builder (probably a -m32 build on x86_64 Linux). That would bring us to a > total of six builds, which would probably make the Travis queue somewhat > slow if we used it exclusively. Ah, makes perfect sense (a FreeBSD CI would be nice as well). Regarding the execution time of the test suite, it might be sensible to also have a look at PR #2822[1] and/or PFTT2[2]. [1] [2] -- Christoph M. Becker