[Python-buildbots] Re: buildbots

2021-06-02 Thread Matt Billenstein via Python-Buildbots
The more builders the merrier - here is a link to a shell script I use to automate the install on macos. https://vazor.com/drop/buildbot.sh.txt thx m On Wed, Jun 02, 2021 at 11:23:41AM +0200, Victor Stinner wrote: > Hi, > > Right now, I see a single macOS buildbot worker: > https://buildbot.py

[Python-buildbots] Re: buildbots

2021-06-02 Thread Victor Stinner
Hi, Right now, I see a single macOS buildbot worker: https://buildbot.python.org/all/#/workers/17 Admin: Matt Billenstein Host: "ProductName: Mac OS X ProductVersion: 10.15.5 BuildVersion: 19F101" Hopefully, there is also a macOS CI run on pull requests, but it's not **required**. It's possible

[Python-buildbots] Re: Buildbots and 2.7

2020-05-22 Thread Charalampos Stratakis
- Original Message - > From: "Zachary Ware" > To: "David Edelsohn" > Cc: "python-buildbo." > 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 Ed

[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 di

[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 automaticall