Re: [libvirt PATCH] ci: maximize cirrus CI ram/cpu allocation

2021-07-21 Thread Andrea Bolognani
On Wed, Jul 21, 2021 at 12:06:35PM +0100, Daniel P. Berrangé wrote: > On Wed, Jul 21, 2021 at 11:48:17AM +0100, Daniel P. Berrangé wrote: > > Thus I'm really puzzelled why libvirt didn't see a real benefit > > when I tested it. As you say though, FreeBSD builds are no worse > > than Linux builds,

Re: [libvirt PATCH] ci: maximize cirrus CI ram/cpu allocation

2021-07-21 Thread Daniel P . Berrangé
On Wed, Jul 21, 2021 at 01:07:04PM +0200, Michal Prívozník wrote: > On 7/20/21 5:05 PM, Daniel P. Berrangé wrote: > > For macOS you always get the maximum configuration by default (12 CPUs, > > 24 GB RAM), but for FreeBSD you get 2 CPUs, 4 GBs by default. This > > change increases the allocation

Re: [libvirt PATCH] ci: maximize cirrus CI ram/cpu allocation

2021-07-21 Thread Michal Prívozník
On 7/20/21 5:05 PM, Daniel P. Berrangé wrote: > For macOS you always get the maximum configuration by default (12 CPUs, > 24 GB RAM), but for FreeBSD you get 2 CPUs, 4 GBs by default. This > change increases the allocation to 8 CPUs, 8 GBs for FreeBSD. > > Signed-off-by: Daniel P. Berrangé > ---

Re: [libvirt PATCH] ci: maximize cirrus CI ram/cpu allocation

2021-07-21 Thread Daniel P . Berrangé
On Wed, Jul 21, 2021 at 11:48:17AM +0100, Daniel P. Berrangé wrote: > On Wed, Jul 21, 2021 at 06:39:07AM -0400, Andrea Bolognani wrote: > > On Tue, Jul 20, 2021 at 04:05:22PM +0100, Daniel P. Berrangé wrote: > > > For macOS you always get the maximum configuration by default (12 CPUs, > > > 24 GB

Re: [libvirt PATCH] ci: maximize cirrus CI ram/cpu allocation

2021-07-21 Thread Daniel P . Berrangé
On Wed, Jul 21, 2021 at 06:39:07AM -0400, Andrea Bolognani wrote: > On Tue, Jul 20, 2021 at 04:05:22PM +0100, Daniel P. Berrangé wrote: > > For macOS you always get the maximum configuration by default (12 CPUs, > > 24 GB RAM), but for FreeBSD you get 2 CPUs, 4 GBs by default. This > > change

Re: [libvirt PATCH] ci: maximize cirrus CI ram/cpu allocation

2021-07-21 Thread Andrea Bolognani
On Tue, Jul 20, 2021 at 04:05:22PM +0100, Daniel P. Berrangé wrote: > For macOS you always get the maximum configuration by default (12 CPUs, > 24 GB RAM), but for FreeBSD you get 2 CPUs, 4 GBs by default. This > change increases the allocation to 8 CPUs, 8 GBs for FreeBSD. > > --- > In theory

[libvirt PATCH] ci: maximize cirrus CI ram/cpu allocation

2021-07-20 Thread Daniel P . Berrangé
For macOS you always get the maximum configuration by default (12 CPUs, 24 GB RAM), but for FreeBSD you get 2 CPUs, 4 GBs by default. This change increases the allocation to 8 CPUs, 8 GBs for FreeBSD. Signed-off-by: Daniel P. Berrangé --- In theory this could make builds quicker. In practice