Re: [PATCH] drm/ci: Default to UART for logging

From: Rob Clark
Date: Fri Oct 13 2023 - 14:14:20 EST


On Fri, Oct 13, 2023 at 9:28 AM Daniel Stone <daniel@xxxxxxxxxxxxx> wrote:
>
> On Fri, 6 Oct 2023 at 18:32, Rob Clark <robdclark@xxxxxxxxx> wrote:
> > ssh logging is the default for mesa, as it is generally more reliable.
> > But if there are kernel issues, especially at boot, UART logging is
> > infinitely more useful.
>
> Hmm, we should still be capturing the UART boot logs regardless. Those
> go into a collapsed 'LAVA boot' section but they don't just disappear
> ... ?

Hmm, I wasn't seeing anything in the raw log, which doesn't collapse sections..

That said, I still think uart is preferable to ssh for kernel CI.. we
aren't running jobs at the scale of mesa CI jobs so even if we get
UART flakes 1/1000 (or even 1/100) times, that is an acceptable
trade-off for the fact that uart can still work when things are too
fubar for ssh.

BR,
-R