]> git.proxmox.com Git - mirror_qemu.git/commitdiff
gitlab: custom-runners: preserve more artifacts for debugging
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:51:52 +0000 (08:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 May 2023 18:40:29 +0000 (20:40 +0200)
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 <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
.gitlab-ci.d/custom-runners.yml

index 34a1e6f32735afad788659505df8f240874fb690..8e5b9500f401ea8880b0235092164e5353a4aded 100644 (file)
@@ -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