[Build Reliability] Sonic buildimage repo has build instability when executed with parallelization
32 views
Skip to first unread message
guhan ravi
unread,
Jan 27, 2025, 1:35:07 PM1/27/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sonicproject
Hi,
We have been noticing random build failures with sonic-buildimage repo even for idempotent repo state. Our current build setup is configured to execute the make command with job count of 8. We are suspecting that this is causing a race condition with select Python targets. These Python whl targets have a name conflict in their respective tests package. This conflict triggers a race condition of adding/removing packages with same name when job count is more than 1. Is this a known issue? Or are we missing some configuration in our build setup that would avoid this issue?