Re: [python-committers] Visual Studio Team Services checks on pullrequests

2018-05-17 Thread Nathaniel Smith
On Thu, May 17, 2018 at 5:27 PM, Terry Reedy wrote: > Can VSTS run GUI tests on any of the systems? Right now, only Appveyor and > one or two of the Windows buildbots do so. It's certainly possible to use Xvfb to run headless GUI tests on Linux (or other Unixes that use X11). Any CI service shou

Re: [python-committers] Visual Studio Team Services checks on pullrequests

2018-05-17 Thread Terry Reedy
Can VSTS run GUI tests on any of the systems? Right now, only Appveyor and one or two of the Windows buildbots do so. ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Con

Re: [python-committers] Visual Studio Team Services checks on pullrequests

2018-05-17 Thread Terry Reedy
On 5/17/2018 10:07 AM, Steve Dower wrote: Feel free to email me with any questions or feedback, either on or off-list. When a test fails and verbose test by test output is displayed, it would be really nice if error lines, or at least 'ERROR' were highlighted more somehow. Either in red (ha

Re: [python-committers] Visual Studio Team Services checks on pullrequests

2018-05-17 Thread Steve Dower
On 17May2018 1014, Antoine Pitrou wrote: > That sounds cool. Which builds are you looking to migrate to VSTS? > macOS sounds like a no-brainer as the Travis-CI macOS infrastructure is > known to be very lacking (though it has been a bit better lately). > Windows may be reasonable since AppVeyor do

Re: [python-committers] Visual Studio Team Services checks on pullrequests

2018-05-17 Thread Antoine Pitrou
Le 17/05/2018 à 16:07, Steve Dower a écrit : > Okay, now that it's morning and I have coffee, here's a full update on > what I've been doing (those at the language summit have heard some of > this already). > > Visual Studio Team Services is Microsoft's integrated code/build/release > infrastruct

Re: [python-committers] Visual Studio Team Services checks on pullrequests

2018-05-17 Thread Steve Dower
Okay, now that it's morning and I have coffee, here's a full update on what I've been doing (those at the language summit have heard some of this already). Visual Studio Team Services is Microsoft's integrated code/build/release infrastructure service. The official marketing page is https://www.vi

Re: [python-committers] Visual Studio Team Services checks on pullrequests

2018-05-17 Thread Brett Cannon
On Thu, 17 May 2018 at 01:47 Benjamin Peterson wrote: > > > On Wed, May 16, 2018, at 15:27, Steve Dower wrote: > > Thanks Microsoft for the 20 concurrent builds on Windows, macOS and > Linux :) > > That is quite generous! Will it be ongoing? > Yes, this is not just for the sprints. This is a con

Re: [python-committers] Visual Studio Team Services checks on pullrequests

2018-05-16 Thread Benjamin Peterson
On Wed, May 16, 2018, at 15:27, Steve Dower wrote: > Thanks Microsoft for the 20 concurrent builds on Windows, macOS and Linux :) That is quite generous! Will it be ongoing? ___ python-committers mailing list python-committers@python.org https://mail.p

Re: [python-committers] Visual Studio Team Services checks on pullrequests

2018-05-16 Thread Steve Dower
Top-posted from my Windows phone From: Steve Dower Sent: Wednesday, May 16, 2018 18:10 To: python-committers@python.org Subject: [python-committers] Visual Studio Team Services checks on pullrequests Hi all Just a quick note right now - don't have time for all the details. I'm experimen