On 5/21/2026 5:36 AM, Daniel P. Berrangé wrote: > For tests we have often had wierd failures that are related to the > runner environment. For example, tests that fail only with specific > filesystem setups. > > Since we don't control the runners directly, it is important to > capture info about the environment to aid in failure diagnosis. > > Signed-off-by: Daniel P. Berrangé <[email protected]> > --- > .gitlab-ci.d/buildtest-template.yml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) >
Good idea, Reviewed-by: Pierrick Bouvier <[email protected]> Maybe add a ls -al /dev and id -a, to sort out potential right issues to access devices? Regards, Pierrick
