Yocto Project Discussions
 help / color / mirror / Atom feed
* Yocto builds and job server?
@ 2025-09-23 19:43 Randy MacLeod
  2025-09-29 12:54 ` Martin Hundebøll
  0 siblings, 1 reply; 4+ messages in thread
From: Randy MacLeod @ 2025-09-23 19:43 UTC (permalink / raw)
  To: Martin Hundebøll; +Cc: Li, Changqing, yocto@lists.yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

Hi Martin,

Do you keep your job server patch up to date?
If so, can you push it to poky-contrib or share it some other way?

Now that we're closer to stabilizing the fall release, I'd like to work 
on and help get that merged
early in the next development cycle.

Context for those interested:
https://lore.kernel.org/openembedded-core/9844556f-5016-47fa-a3ac-ceaaca1e7d57@windriver.com/

../Randy

-- 
# Randy MacLeod
# Wind River Linux

[-- Attachment #2: Type: text/html, Size: 894 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Yocto builds and job server?
  2025-09-23 19:43 Yocto builds and job server? Randy MacLeod
@ 2025-09-29 12:54 ` Martin Hundebøll
  2025-10-02 21:51   ` Randy MacLeod
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Hundebøll @ 2025-09-29 12:54 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: Li, Changqing, yocto@lists.yoctoproject.org

Hi Randy,

On Tue, 2025-09-23 at 15:43 -0400, Randy MacLeod wrote:
> Hi Martin,
> 
> Do you keep your job server patch up to date? 
> If so, can you push it to poky-contrib or share it some other way?
> 
> Now that we're closer to stabilizing the fall release, I'd like to
> work on and help get that merged early in the next development cycle.
> 

Yeah, just today, one of our internal shared builders with 16 cores /
32 threads ran with a load of "204,19, 170,18, 106,53", so it
definitely makes sense to dig out the jobserver patches.

I will give it a spin in one of the coming weeks. Thanks for reminding
me!

// Martin


>  
>  Context for those interested:
>    
> https://lore.kernel.org/openembedded-core/9844556f-5016-47fa-a3ac-ceaaca1e7d57@windriver.com
> /
>  
>  
> ../Randy
>  
>  
> --
> # Randy MacLeod
> # Wind River Linux
>  



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Yocto builds and job server?
  2025-09-29 12:54 ` Martin Hundebøll
@ 2025-10-02 21:51   ` Randy MacLeod
  2025-10-03  8:14     ` [yocto] " Antonin Godard
  0 siblings, 1 reply; 4+ messages in thread
From: Randy MacLeod @ 2025-10-02 21:51 UTC (permalink / raw)
  To: Martin Hundebøll; +Cc: Li, Changqing, yocto@lists.yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1238 bytes --]

On 2025-09-29 8:54 a.m., Martin Hundebøll wrote:
> Hi Randy,
>
> On Tue, 2025-09-23 at 15:43 -0400, Randy MacLeod wrote:
>> Hi Martin,
>>
>> Do you keep your job server patch up to date?
>> If so, can you push it to poky-contrib or share it some other way?
>>
>> Now that we're closer to stabilizing the fall release, I'd like to
>> work on and help get that merged early in the next development cycle.
>>
> Yeah, just today, one of our internal shared builders with 16 cores /
> 32 threads ran with a load of "204,19, 170,18, 106,53", so it
Yikes, are you using BB_PRESSURE_* or limiting builds using
the threads/jobs variables at all?
https://docs.yoctoproject.org/dev-manual/speeding-up-build.html

> definitely makes sense to dig out the jobserver patches.
>
> I will give it a spin in one of the coming weeks. Thanks for reminding
> me!

I'll be waiting with bells on!

../Randy


>
> // Martin
>
>
>>   
>>   Context for those interested:
>>     
>> https://lore.kernel.org/openembedded-core/9844556f-5016-47fa-a3ac-ceaaca1e7d57@windriver.com
>> /
>>   
>>   
>> ../Randy
>>   
>>   
>> --
>> # Randy MacLeod
>> # Wind River Linux
>>   


-- 
# Randy MacLeod
# Wind River Linux

[-- Attachment #2: Type: text/html, Size: 2554 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [yocto] Yocto builds and job server?
  2025-10-02 21:51   ` Randy MacLeod
@ 2025-10-03  8:14     ` Antonin Godard
  0 siblings, 0 replies; 4+ messages in thread
From: Antonin Godard @ 2025-10-03  8:14 UTC (permalink / raw)
  To: yocto, randy.macleod, Martin Hundebøll; +Cc: Li, Changqing

On Thu Oct 2, 2025 at 11:51 PM CEST, Randy MacLeod via lists.yoctoproject.org wrote:
> On 2025-09-29 8:54 a.m., Martin Hundebøll wrote:
>> Hi Randy,
>>
>> On Tue, 2025-09-23 at 15:43 -0400, Randy MacLeod wrote:
>>> Hi Martin,
>>>
>>> Do you keep your job server patch up to date?
>>> If so, can you push it to poky-contrib or share it some other way?
>>>
>>> Now that we're closer to stabilizing the fall release, I'd like to
>>> work on and help get that merged early in the next development cycle.
>>>
>> Yeah, just today, one of our internal shared builders with 16 cores /
>> 32 threads ran with a load of "204,19, 170,18, 106,53", so it
> Yikes, are you using BB_PRESSURE_* or limiting builds using
> the threads/jobs variables at all?
> https://docs.yoctoproject.org/dev-manual/speeding-up-build.html

You can also see:
https://docs.yoctoproject.org/dev/dev-manual/limiting-resources.html

it may help with these different variables.

Antonin


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-03  8:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-23 19:43 Yocto builds and job server? Randy MacLeod
2025-09-29 12:54 ` Martin Hundebøll
2025-10-02 21:51   ` Randy MacLeod
2025-10-03  8:14     ` [yocto] " Antonin Godard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox