On 4/24/2026 8:41 AM, Daniel P. Berrangé wrote: > The build-without-defaults and build-tci jobs do not capture any > artifacts, despite running 'make check'. This has proved a repeated > bug with CI jobs, so introduce a new '.meson_job_template' rule > which always captures 'build/meson-logs'. Jobs can still provide > their own 'artifacts:' config which will override this default > behaviour. > > Signed-off-by: Daniel P. Berrangé <[email protected]> > --- > .gitlab-ci.d/buildtest-template.yml | 30 ++++++++++++++++++----------- > 1 file changed, 19 insertions(+), 11 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
