[Python-buildbots] Re: My einat-ubuntu worker

2020-01-14 Thread Tal Einat
Thanks, Senthil and Victor! With you help I've got the worker building successfully :) In the end I did have to increase the available disk space (to 30GB) and RAM (to 3GB). - Tal Einat On Fri, Jan 10, 2020 at 4:53 AM Senthil Kumaran wrote: > I have not tried, but I see here > https://github.c

[Python-buildbots] Re: My einat-ubuntu worker

2020-01-09 Thread Senthil Kumaran
I have not tried, but I see here https://github.com/python/buildmaster-config/blob/master/master/custom/factories.py#L98 that if you set BUILDBOT_TESTOPTS envar in your agent, it will be given to `make buildbottest` Please if see this is suitable? On Thu, Jan 9, 2020 at 9:57 AM Tal Einat wrote:

[Python-buildbots] Re: My einat-ubuntu worker

2020-01-09 Thread Tal Einat
I must be missing something. How do I configure the worker to pass flags to regrtest?? On Thu, Jan 9, 2020 at 7:39 PM Senthil Kumaran wrote: > Hi Tal, > > > If it's not worth the effort in your opinion, we could also just drop > this > a worker from the fleet... > > You could try the options tha

[Python-buildbots] Re: My einat-ubuntu worker

2020-01-09 Thread Senthil Kumaran
Hi Tal, > If it's not worth the effort in your opinion, we could also just drop this a worker from the fleet... You could try the options that Viktor suggested. If you still encounter instability. Please share the configuration of your worker/agent. I will see if I can bring an equivalent agent

[Python-buildbots] Re: My einat-ubuntu worker

2020-01-07 Thread Victor Stinner
There is the "-u" option of regrtest to disable "largefile" or "cpu" resources for example. About memory, there is the -M option. But I'm not sure that tests using up to 500 MB are flagged using @bigmem decorator which uses the -M option. 0.5 GB of memory sounds quite small. Victor Le mar. 7 jan