[python-committers] VSTS: how to rebuild a failing build?

2018-06-06 Thread Victor Stinner
Hi, While we are discussing to make VSTS mandatory, I have a question: how can I schedule a rebuild when VSTS failed (and the failure is unrelated to my change)? I'm logged in, but I don't see any action button on: https://python.visualstudio.com/cpython/_build?buildId=6469 I guess that I lack s

Re: [python-committers] Core Dev Sprints

2018-06-06 Thread Nick Coghlan
On 6 June 2018 at 08:53, Steve Dower wrote: > Finally, I am not the person you want designing the t-shirt for this > event. If someone wants to step up and design/produce a t-shirt, now is the > time to claim that responsibility. Otherwise we'll probably just try and > off-load old Microsoft swag

Re: [python-committers] VSTS: how to rebuild a failing build?

2018-06-06 Thread Steve Dower
Right now, close/reopen the PR is the easiest way. :( Even with login, it’s not so easy to restart a GitHub PR build because the integration isn’t fully there yet (I think you can only do it through the API and not the UI). I’m assured it’s coming – this was top of my list of “things we need” th

Re: [python-committers] VSTS: how to rebuild a failing build?

2018-06-06 Thread Victor Stinner
> Right now, close/reopen the PR is the easiest way. :( test_asyncio sometimes still fail randomly on Travis CI or AppVeyor: https://bugs.python.org/issue33694 If I close/reopen the PR, I take the risk of getting a failure on a differrent CI :-) Victor 2018-06-06 16:13 GMT+02:00 Steve Dower : >