[python-committers] VSTS: how to rebuild a failing build?
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 some permissions. I clicked on at top right (on "(VS)") -> "My profile" but I get an error :-) I cannot see my own profile: https://python.visualstudio.com/_details/profile/redirect "Sorry, but Victor Stinner (Microsoft account) is not authorized to access this page" Note: the Windows-PR build failed because of an "internal error". Steve Dower already passed the bug to the right people. https://bugs.python.org/issue33782 Victor ___ python-committers mailing list [email protected] https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
Re: [python-committers] Core Dev Sprints
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 ;) > I was going to suggest you ask the Azure dev advocates to come up with something involving their mascot Bit, and then I noticed the last entry on https://github.com/ashleymcnamara/Developer-Advocate-Bit#find-me-on-twitter :) Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia ___ python-committers mailing list [email protected] https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
Re: [python-committers] VSTS: how to rebuild a failing build?
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” that I sent to the VSTS team. Top-posted from my Windows 10 phone From: Victor Stinner Sent: Wednesday, June 6, 2018 6:45 To: python-committers Subject: [python-committers] VSTS: how to rebuild a failing build? 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 some permissions. I clicked on at top right (on "(VS)") -> "My profile" but I get an error :-) I cannot see my own profile: https://python.visualstudio.com/_details/profile/redirect "Sorry, but Victor Stinner (Microsoft account) is not authorized to access this page" Note: the Windows-PR build failed because of an "internal error". Steve Dower already passed the bug to the right people. https://bugs.python.org/issue33782 Victor ___ python-committers mailing list [email protected] https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/ ___ python-committers mailing list [email protected] https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
Re: [python-committers] VSTS: how to rebuild a failing build?
> 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 : > 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” that I > sent to the VSTS team. > > > > Top-posted from my Windows 10 phone > > > > From: Victor Stinner > Sent: Wednesday, June 6, 2018 6:45 > To: python-committers > Subject: [python-committers] VSTS: how to rebuild a failing build? > > > > 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 some permissions. I clicked on at top right (on > > "(VS)") -> "My profile" but I get an error :-) I cannot see my own > > profile: > > > > https://python.visualstudio.com/_details/profile/redirect > > "Sorry, but Victor Stinner (Microsoft > > account) is not authorized to access this page" > > > > Note: the Windows-PR build failed because of an "internal error". > > Steve Dower already passed the bug to the right people. > > https://bugs.python.org/issue33782 > > > > Victor > > ___ > > python-committers mailing list > > [email protected] > > https://mail.python.org/mailman/listinfo/python-committers > > Code of Conduct: https://www.python.org/psf/codeofconduct/ > > ___ python-committers mailing list [email protected] https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
