[Python-buildbots] The process of adding my buildbot worker to the buildbot fleet

2019-02-21 Thread Xin, Peixing
Hi, Experts: I want to add a new platform support for cpython, that is VxWorks RTOS. A builtbot worker has been internally setup ready to join the fleet. But any process or guidance I need to follow? Where is the master.cfg located? And who and how to modify that? I checked the source code repo

Re: [Python-buildbots] The process of adding my buildbot worker to the buildbot fleet

2019-02-21 Thread Zachary Ware
Hi Peixing, On Thu, Feb 21, 2019 at 7:23 AM Xin, Peixing wrote: > I want to add a new platform support for cpython, that is VxWorks RTOS. A > builtbot worker has been internally setup ready to join the fleet. But any > process or guidance I need to follow? Where is the master.cfg located? And

[Python-buildbots] Any advice for the good "size" of a Python buildbot worker?

2019-02-21 Thread Victor Stinner
Hi, We would like to add more buildbot workers for test Python on Fedora and RHEL, but I have no idea of the ideal "size" of a worker: * Number of CPUs? I guess that 2 CPUs is nice but 4 or more is better? * Memory size? At least 8 GB? * Minimum storage? Logs are sent to the buildbot server, so t

Re: [Python-buildbots] Any advice for the good "size" of a Python buildbot worker?

2019-02-21 Thread Zachary Ware
On Thu, Feb 21, 2019 at 8:06 AM Victor Stinner wrote: > We would like to add more buildbot workers for test Python on Fedora > and RHEL, but I have no idea of the ideal "size" of a worker: It basically comes down to how long you want to wait for results :). The devguide lists [1] 2 cpu, 512 MB RA