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
On Thu, May 21, 2020 at 2:24 PM David Edelsohn <dje.gcc@gmail.com> 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
----- Original Message -----
From: "Zachary Ware" <zach@python.org> To: "David Edelsohn" <dje.gcc@gmail.com> Cc: "python-buildbo." <python-buildbots@python.org> Sent: Thursday, May 21, 2020 9:29:22 PM Subject: [Python-buildbots] Re: Buildbots and 2.7
On Thu, May 21, 2020 at 2:24 PM David Edelsohn <dje.gcc@gmail.com> 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-leave@python.org https://mail.python.org/mailman3/lists/python-buildbots.python.org/ Member address: cstratak@redhat.com
Indeed that is a new option with the latest version. Will need to update the distro package though for it:
https://docs.buildbot.net/latest/manual/installation/worker.html#cmdoption-b...
-- Regards,
Charalampos Stratakis Software Engineer Python Maintenance Team, Red Hat
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 <dje.gcc@gmail.com> 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-leave@python.org https://mail.python.org/mailman3/lists/python-buildbots.python.org/ Member address: db3l.net@gmail.com
participants (4)
-
Charalampos Stratakis
-
David Bolen
-
David Edelsohn
-
Zachary Ware