On 6/24/2026 5:46 AM, Daniel P. Berrangé wrote: > To aid in debugging wierd CI failures we need greater information > about the CI runner environment. It is usually container based > and can have some unexpected characteristics that significantly > differ from a developer's local environment. > > This captures the mount list, CPU model, memory information, > device node lists, kernel info, user identity and all environment > variables. > > Since this information can get quite large it is not emitted > directly in the logs, rather it is exposed in job artifacts > under the "ci-runner-env" directory. > > Signed-off-by: Daniel P. Berrangé <[email protected]> > --- > .gitlab-ci.d/base.yml | 11 ++++++++++- > .gitlab-ci.d/buildtest-template.yml | 2 ++ > 2 files changed, 12 insertions(+), 1 deletion(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
