[PATCH] CI: Update sjg lab to match currently actively boards

Simon Glass sjg at chromium.org
Thu Mar 26 12:44:29 CET 2026


Hi Tom,

On Wed, 25 Mar 2026 at 14:18, Tom Rini <trini at konsulko.com> wrote:
>
> On Tue, Mar 17, 2026 at 07:18:35AM -0600, Simon Glass wrote:
>
> > Various updates:
> > - c4 lack signing so does not currently build
> > - samus hardware is non-functional
> > - colibrimx8, rockpro64, rock3a, rock5b, rpi5, tk1 and play are new
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> >
> > ---
> > A sample run is here:
> >
> > https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/29552
> >
> > At present, coral, play, rpi5, snow and vf2 appear to be genuinely
> > broken on -next
> >
> > The ff3399 board needs some investigation.
> >
> >  .gitlab-ci.yml | 46 ++++++++++++++++++++++++++++++++++++----------
> >  1 file changed, 36 insertions(+), 10 deletions(-)
>
> I have two sets of problems with this patch.
>
> One, it doesn't do, but perhaps I wasn't clear enough when bringing it
> up, change it so that failure to pass is a job failure (it's currently a
> warning). This in turn means people can't tell expected failure from new
> failure.

It looks the same as sage...can you post a snippet of what the rules should
be? It shows failure for me, when the lab fails.

>
> Two, when you had previously gone about adding at least colibrimx8 I
> noted that this extended how you were having labgrid build U-Boot in an
> even further non-upstreamable manner. As the sage lab yaml shows, we can
> bring in external binaries for buildman (and binman) to find and use.
> We'll need to extend that logic a bit, to be sure, but it's a solvable
> problem with the baseline already there.

Not quite. Buildman builds U-Boot, it's just kicked off by Labgrid (via a
U-Boot 'provider' class), with some pre-built Intel binaries for x86, plus
BL31, etc. put in as environment variables. My design approach is different
from Sage, in that I often connect to boards interactively, send U-Boot
over USB in some cases (so different files are needed depending on the
board) and at the moment I have all boards connected to a single server.

Labgrid has 90 open PRs, including my terminal one
<https://github.com/labgrid-project/labgrid/pull/1571> from over a year
ago. There definitely are PRs getting in though (20 so far this year). In
terms of upstreaming, my approach has been to break things down into
smaller PRs, but four of them are still outstanding after 18 months. I did
ask on irc a few times but didn't get a response.

Regards,
Simon


More information about the U-Boot mailing list