Thanks Aaron, Bruce, Yes, we have our own build and unit test scripts in Jenkins that we should update to align with the above.
Matt, please go ahead and add these flags and send a jenkins PR. The one exception to this will be the special pipeline for running unit tests on aarch32, since that needs to be run from dpdk-test directly, instead of using meson test. So, you don't need to modify that aarch32 pipeline. On Tue, Jan 20, 2026 at 8:19 AM Aaron Conole <[email protected]> wrote: > Bruce Richardson <[email protected]> writes: > > > To help track down issues reported by CI test runs, add some additional > > meson flags to the run of the fast-tests: > > > > --no-stdsplit: > > keep the stdout and stderr output interleaved, rather > > than separated in the logs, to make following what is happening during > > a test run easier. > > --print-errorlogs: > > when an error with a unit test does occur, output to the terminal the > > last N lines of output. This allows us to see inline what may have > > failed without always needing to check log files. > > > > Signed-off-by: Bruce Richardson <[email protected]> > > --- > > V2: Drop max-lines flag, since it's only introduced in very recent meson > > versions. > > --- > > Thanks for working on this. I guess when we bump our meson support > version we could re-introduce the max-lines flag (looks like it was > added in 1.5.0 based on reading the notes). > > Acked-by: Aaron Conole <[email protected]> > > CC'ing Patrick and the CI list - just in case any of the labs have any > special processing when they pull error logs. > >

