[python-committers] How to retry backport?

2018-08-12 Thread Eric V. Smith

https://github.com/python/cpython/pull/8745

This failed (I think travis, but can't tell now). I thought I could 
close it and re-open it to get it to retry, but apparently not. When I 
closed it, the backport branch was deleted. At this stage, how do I get 
the backport to try again?


I have spotty internet access, so it might take me a while to try this 
again.


Thanks.

Eric

___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/


Re: [python-committers] How to retry backport?

2018-08-12 Thread Berker Peksağ
On Sun, Aug 12, 2018 at 4:22 PM, Eric V. Smith  wrote:
> https://github.com/python/cpython/pull/8745
>
> This failed (I think travis, but can't tell now). I thought I could close it
> and re-open it to get it to retry, but apparently not. When I closed it, the
> backport branch was deleted. At this stage, how do I get the backport to try
> again?

I've just reapplied the "needs backport to 3.7" label and the bot
opened https://github.com/python/cpython/pull/8746

--Berker
___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/


Re: [python-committers] How to retry backport?

2018-08-12 Thread Eric V. Smith
Ah. Thanks!

--
Eric

> On Aug 12, 2018, at 8:22 AM, Berker Peksağ  wrote:
> 
>> On Sun, Aug 12, 2018 at 4:22 PM, Eric V. Smith  wrote:
>> https://github.com/python/cpython/pull/8745
>> 
>> This failed (I think travis, but can't tell now). I thought I could close it
>> and re-open it to get it to retry, but apparently not. When I closed it, the
>> backport branch was deleted. At this stage, how do I get the backport to try
>> again?
> 
> I've just reapplied the "needs backport to 3.7" label and the bot
> opened https://github.com/python/cpython/pull/8746
> 
> --Berker
> ___
> python-committers mailing list
> python-committers@python.org
> https://mail.python.org/mailman/listinfo/python-committers
> Code of Conduct: https://www.python.org/psf/codeofconduct/

___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/


Re: [python-committers] How to retry backport?

2018-08-12 Thread Terry Reedy

On 8/12/2018 9:22 AM, Eric V. Smith wrote:

https://github.com/python/cpython/pull/8745

This failed (I think travis, but can't tell now).


When Travis fails, it is often just one of its two required subtests. 
At the far right of the summary page, at the end of each test line, is a 
little, not terribly obvious, 'restart' button for the test.


I thought I could 
close it and re-open it to get it to retry, but apparently not.


When that works, all tests are restarted, even if successful before.

Terry
___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/