From: Paolo Bonzini Date: Thu, 18 May 2023 06:51:52 +0000 (+0200) Subject: gitlab: custom-runners: preserve more artifacts for debugging X-Git-Tag: v8.1.0-rc0~109^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fd9f3952f20046dd454f85dc46c9d13af50c700;p=thirdparty%2Fqemu.git gitlab: custom-runners: preserve more artifacts for debugging Since custom runners are not generally available, make it possible to debug the differences between a successful and a failing build by comparing the logs and the build.ninja rules. Acked-by: Richard Henderson Signed-off-by: Paolo Bonzini --- diff --git a/.gitlab-ci.d/custom-runners.yml b/.gitlab-ci.d/custom-runners.yml index 34a1e6f3273..8e5b9500f40 100644 --- a/.gitlab-ci.d/custom-runners.yml +++ b/.gitlab-ci.d/custom-runners.yml @@ -20,8 +20,10 @@ variables: artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" expire_in: 7 days + when: always paths: - - build/meson-logs/testlog.txt + - build/build.ninja + - build/meson-logs reports: junit: build/meson-logs/testlog.junit.xml