[PATCH kvm-unit-tests] gitlab-ci: store artifacts even on failure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Test logs are especially useful when there are failures!  Allow
inspecting them to ease debugging of CI issues.

Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 23bb69e2..204e05ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,12 +7,14 @@ before_script:
 .intree_template:
  artifacts:
   expire_in: 2 days
+  when: always
   paths:
    - logs
 
 .outoftree_template:
  artifacts:
   expire_in: 2 days
+  when: always
   paths:
    - build/logs
 
-- 
2.45.1





[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux