Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104021 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 37337 invoked from network); 2 Feb 2019 16:26:05 -0000 Received: from unknown (HELO mout.gmx.net) (212.227.17.22) by pb1.pair.com with SMTP; 2 Feb 2019 16:26:05 -0000 Received: from [192.168.2.138] ([87.167.195.49]) by mail.gmx.com (mrgmx103 [212.227.17.168]) with ESMTPSA (Nemesis) id 0LjZn2-1hRBd52WbY-00bXK7; Sat, 02 Feb 2019 14:06:27 +0100 To: Nikita Popov , PHP internals References: Message-ID: <6dd8f281-4261-e096-3416-c7d7911e2201@gmx.de> Date: Sat, 2 Feb 2019 14:06:27 +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: 8bit X-Provags-ID: V03:K1:2iRgcuRFkYyFClFyuNGkIhT98CZ4opJ28gCcQRf02UKLDihy77w V3qDRTPN6ghy+I7Z2cmUXadYlhgZvrd5HIb2BPsCBhRJ7weZ+8hcI+cZsSw4QAgsF8fpo1P X3JX9Qf4MdhLp8WJTGlNuA/LVoe4lhUqrlPJ/7DQE2tORnnCaLGUDjMaimVkncAnAjxrida pCp4pW9HzYAHbpGAC/v9g== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:4QW8UZlxX9Y=:iAQ3lkD0ubLb7ovgDGqVc9 F/3PL5r0iakMCr3auAEaDM4zy+0BLginX+s2KYOjIq8IiC26vp84lbFyiIbweaPegKtF672DB mNJgkO6qoiEdVxlsF+dLhRImI/P1MVBlulet6K1HNXc4pxJXehUmkWmB+rrBqekl26z+XqT3c +stkfvXVirxL47aag6te7jdgAoWyuS6Tcgu4yH6xgvSokAa7tRg9nCgEOhtywkeWMxyuaHO+2 djSG6u8K3wcFCOU2dYQTQVEcWXsoyiZJ4dQipfMHVQLeSZHxsUoITeV4ydStXmlo1T2lIiQSV sH2Ux2wBrQhk1okhtHeCGF8rFgtsijdXln924UNxyapVaJB7l1C9LIiTiAHu1EMW33u6QZsi7 al3PJmztDGvP33WAcsEGm6Y6ms1EKWlkVbEkEA10Jn8zLiYp4HI7f5prmqFlnYh3HBT/dDZq8 Ih9202lSMWGLQ7aO9YJqDW/xE2/07hiS9mffmFeQx4T7CAJjY2bYnNoQ5I5jTfC3FCrAHXnnr /bfLAq08rIOeE4WCQAzbUeUQp8eTuySuXn+nuvKCoj2Go7eHgUW1exjSjYSjy08hKolYQl7Hz N/HfJIFdqTeM4W/FeWjzpA3k+hTNSEBwx8B8AKpojHlXpsZxEp81iWfZBY2x/UAdsBeI8pWb2 nfdezdDEPJhiX+/fytnypSyVhcJTASebxJja5VcnUUo5Ue4IC6goWSBDG1xnc3OnT7t7yNm5+ XkUw4Wjc3Xd2QZ0yTaOCE2QckfYYkVY3uX3EeG+5/sofXJwmtLo2lnzEN1UrfVmhdSjTdsPmo 3bjIIdLaPik8jQvui2PFKq8zhzS1ZykA9+fSVvDXfs3Pva/fo9zKvJASdYcHIAQ5xUqm3P+JR KR33LA9zbe+xHHq7FJ1pJGRiXlHPOM87qMcf0YQqSd8czVBvgK91vX/7KvGKt8CWeyOFf7xTE U1aGkF5Yi5w== Subject: Re: AppVeyor timeouts -- Migrate to Azure Pipelines? From: cmbecker69@gmx.de ("Christoph M. Becker") On 02.02.2019 at 13:18, Nikita Popov wrote: > Since some time ago (not sure how long) our AppVeyor builds have been > timing out more often than not, to the point that I've started ignoring > failing AppVeyor builds entirely. Indeed, this is particularly annoying for RMs. > 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. > Independently of that, it would be great if someone on a Windows > environment could look into the issue of AppVeyor timeouts. While PHP is > known to be slower on Windows, I find it somewhat odd that our AppVeyor > builds routinely take more than 60 minutes, while Travis builds usually > finish in 20 minutes. Based on build logs, running tests on AppVeyor often > takes ~45 minutes, while it takes ~15 minutes on Travis. Might there be a > legitimate performance issue here, that was caused by a recent-ish (last > month or so) change? To my knowledge, Appveyor “always” was way slower than Travis, and maybe we're hitting the timeouts only now, since the size of the test suite has increased. Since our Appveyor CI runs with slow tests enabled, it might be worth a try to disable these. I've just submitted PR #3789[2] to see whether that would make a big difference. [1] [2] -- Christoph M. Becker