[Python-buildbots] Buildbots and 2.7

2020-05-21 Thread David Edelsohn
One of my Z systems recently ran out of disk space.  It appears that
builders for 3.9 were added, builders for 2.7 were decommissioned, but
the 2.7 directories were not removed.

Are 2.7 directories suppose to be removed automatically?

Thanks, David
___
Python-Buildbots mailing list -- python-buildbots@python.org
To unsubscribe send an email to python-buildbots-le...@python.org
https://mail.python.org/mailman3/lists/python-buildbots.python.org/
Member address: arch...@mail-archive.com


[Python-buildbots] Re: Buildbots and 2.7

2020-05-21 Thread Zachary Ware
On Thu, May 21, 2020 at 2:24 PM David Edelsohn  wrote:
>
> One of my Z systems recently ran out of disk space.  It appears that
> builders for 3.9 were added, builders for 2.7 were decommissioned, but
> the 2.7 directories were not removed.
>
> Are 2.7 directories suppose to be removed automatically?

buildbot-worker v2.7.0 (released this February [1]) does now have a
`--delete-leftover-dirs` option that I think would do that cleanup,
but otherwise it's not automatic.  I also haven't tried it; going to
give that a shot now :)

[1] https://docs.buildbot.net/2.7.0/relnotes/index.html#features
___
Python-Buildbots mailing list -- python-buildbots@python.org
To unsubscribe send an email to python-buildbots-le...@python.org
https://mail.python.org/mailman3/lists/python-buildbots.python.org/
Member address: arch...@mail-archive.com


[Python-buildbots] Re: Buildbots and 2.7

2020-05-21 Thread David Bolen
In my experience no, workers don't remove build trees automatically, it's
something you have to do manually.

You do get a warning at startup about those that are no longer needed
though.

-- David

On Thu, May 21, 2020 at 3:24 PM David Edelsohn  wrote:

> One of my Z systems recently ran out of disk space.  It appears that
> builders for 3.9 were added, builders for 2.7 were decommissioned, but
> the 2.7 directories were not removed.
>
> Are 2.7 directories suppose to be removed automatically?
>
> Thanks, David
> ___
> Python-Buildbots mailing list -- python-buildbots@python.org
> To unsubscribe send an email to python-buildbots-le...@python.org
> https://mail.python.org/mailman3/lists/python-buildbots.python.org/
> Member address: db3l@gmail.com
>
___
Python-Buildbots mailing list -- python-buildbots@python.org
To unsubscribe send an email to python-buildbots-le...@python.org
https://mail.python.org/mailman3/lists/python-buildbots.python.org/
Member address: arch...@mail-archive.com