[PATCH] Gitlab: Optimize the job dependency list more

Tom Rini trini at konsulko.com
Tue Nov 11 21:15:01 CET 2025


On Thu, 06 Nov 2025 17:28:35 -0600, Tom Rini wrote:

> In general, we want to fail the whole pipeline as soon as we can if we
> spot an error while also letting bigger jobs get started as soon as
> possible. Currently we use the "Run binman, buildman, dtoc, Kconfig and
> patman testsuites" job from the testsuite stage to unblock the next
> stage as this test is complex enough that if it passes, likely the whole
> stager will pass. Using this same logic, unblock the world build (and
> sjg-lab) stages if "sandbox test.py" has completed as if there's no
> failures here, there's likely not failures in the rest of the test.py
> stages.
> 
> [...]

Applied to u-boot/master, thanks!

[1/1] Gitlab: Optimize the job dependency list more
      commit: caa740df9cae5ddc74b18b88a4fea43e27b2fdf6
-- 
Tom




More information about the U-Boot mailing list