Re: [python-committers] Azure build operations

2019-05-21 Thread Steve Dower
On 21May2019 1234, Mariatta wrote: Maybe worth implementing a `retest` command so our bots can retrigger the tests without closing PR. Jenkins has this command. Or at the very least, a command so the bot can close/reopen the PR itself without deleting the branch. I honestly don't think we'l

Re: [python-committers] Azure build operations

2019-05-21 Thread Cheryl Sabella
When miss-islington has deleted the branch, I've gone just closed that PR and then added the 'backport' label to the original PR. She starts all over. :- > ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/

Re: [python-committers] Azure build operations

2019-05-21 Thread Mariatta
Maybe worth implementing a `retest` command so our bots can retrigger the tests without closing PR. Jenkins has this command. ᐧ On Tue, May 21, 2019 at 8:40 PM Steve Dower wrote: > Close/reopen is still the easiest way, unfortunately. I've been bugging > the team to improve this, but other prior

Re: [python-committers] Azure build operations

2019-05-21 Thread Steve Dower
Close/reopen is still the easiest way, unfortunately. I've been bugging the team to improve this, but other priorities have been higher. And I see this is a backport, which means as soon as you close it miss-islington will delete the branch and there's no way to restart it. If we integrated P

Re: [python-committers] Azure build operations

2019-05-21 Thread Alex Gaynor
There's a link that does that on _github_. (On mobile, sorry for terseness). Alex On Tue, May 21, 2019, 2:10 PM Antoine Pitrou wrote: > > Hello, > > How can I restart a failed build on Azure? > > https://dev.azure.com/Python/cpython/_build/results?buildId=43161&view=logs&j=18d1a34d-6940-5fc1-f5

Re: [python-committers] Azure build operations

2019-05-21 Thread Paul Moore
On Tue, 21 May 2019 at 19:10, Antoine Pitrou wrote: > > Hello, > > How can I restart a failed build on Azure? > https://dev.azure.com/Python/cpython/_build/results?buildId=43161&view=logs&j=18d1a34d-6940-5fc1-f55b-405e2fba32b1 You can close and reopen the PR, but that restarts every build. I thin

Re: [python-committers] Azure build operations

2019-05-21 Thread Antoine Pitrou
Le 21/05/2019 à 20:28, Paul Moore a écrit : > On Tue, 21 May 2019 at 19:10, Antoine Pitrou wrote: >> >> Hello, >> >> How can I restart a failed build on Azure? >> https://dev.azure.com/Python/cpython/_build/results?buildId=43161&view=logs&j=18d1a34d-6940-5fc1-f55b-405e2fba32b1 > > You can close

[python-committers] Azure build operations

2019-05-21 Thread Antoine Pitrou
Hello, How can I restart a failed build on Azure? https://dev.azure.com/Python/cpython/_build/results?buildId=43161&view=logs&j=18d1a34d-6940-5fc1-f55b-405e2fba32b1 Regards Antoine. ___ python-committers mailing list python-committers@python.org http