How to retry backport?
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
On Sun, Aug 12, 2018 at 4:22 PM, Eric V. Smith <eric@trueblade.com> 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
Ah. Thanks!
-- Eric
On Aug 12, 2018, at 8:22 AM, Berker Peksağ <berker.peksag@gmail.com> wrote:
On Sun, Aug 12, 2018 at 4:22 PM, Eric V. Smith <eric@trueblade.com> 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/
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
participants (3)
-
Berker Peksağ
-
Eric V. Smith
-
Terry Reedy