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-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 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
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 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] FINAL WEEK FOR 3.7.0 CHANGES!

2018-05-17 Thread Serhiy Storchaka
15.05.18 14:51, Ned Deily пише: This is it! We are down to THE FINAL WEEK for 3.7.0! Please get your feature fixes, bug fixes, and documentation updates in before 2018-05-21 ~23:59 Anywhere on Earth (UTC-12:00). That's about 7 days from now. We will then tag and produce the 3.7.0 release candidat

Re: [python-committers] FINAL WEEK FOR 3.7.0 CHANGES!

2018-05-17 Thread Ned Deily
Elvis has been working on the What’s New doc at the sprints this week. He should be checking in his edits soon. Stay tuned! -- Ned Deily n...@python.org -- [] > On May 17, 2018, at 14:31, Serhiy Storchaka wrote: > > 15.05.18 14:51, Ned Deily пише: >> This is it! We are down to THE

Re: [python-committers] [Python-Dev] FINAL WEEK FOR 3.7.0 CHANGES!

2018-05-17 Thread Serhiy Storchaka
17.05.18 21:43, Elvis Pranskevichus пише: I'm working on the What's New document. Will start putting PRs in the next few days. Great! ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-co

Re: [python-committers] FINAL WEEK FOR 3.7.0 CHANGES!

2018-05-17 Thread Brett Cannon
On Thu, 17 May 2018 at 14:31 Serhiy Storchaka wrote: > 15.05.18 14:51, Ned Deily пише: > > This is it! We are down to THE FINAL WEEK for 3.7.0! Please get your > > feature fixes, bug fixes, and documentation updates in before > > 2018-05-21 ~23:59 Anywhere on Earth (UTC-12:00). That's about 7 day

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 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

[python-committers] Can I just rerun a test on AppVeyor?

2018-05-17 Thread Terry Reedy
I can restart a test on just Travis when AppVeyor (and now MSTS) all passed. But for the last few hours, test_async has failed 1/4 to 1/3 of the runs. This means that test_async failed twice, so I suspect that it actually fails about half the time. A connection error seems to be the main cul

Re: [python-committers] Can I just rerun a test on AppVeyor?

2018-05-17 Thread Zachary Ware
On Thu, May 17, 2018 at 8:09 PM, Terry Reedy wrote: > I can restart a test on just Travis when AppVeyor (and now MSTS) all passed. > But for the last few hours, test_async has failed 1/4 to 1/3 of the runs. > This means that test_async failed twice, so I suspect that it actually fails > about half

Re: [python-committers] Can I just rerun a test on AppVeyor?

2018-05-17 Thread Terry Reedy
On 5/17/2018 10:36 PM, Zachary Ware wrote: On Thu, May 17, 2018 at 8:09 PM, Terry Reedy wrote: I can restart a test on just Travis when AppVeyor (and now MSTS) all passed. But for the last few hours, test_async has failed 1/4 to 1/3 of the runs. This means that test_async failed twice, so I sus

[python-committers] Bring back Travis & AppVeyor, make VSTS non-blocking

2018-05-17 Thread Gregory P. Smith
VSTS is clearly not yet a stable continuous integration platform. It needs to be made non-blocking, and AppVeyor and Travis need to be brought back! Examples: https://github.com/python/cpython/pull/6938#issuecomment-389908094 Windows broke - https://python.visualstudio.com/cpython/_build?buil