[gnome-build-meta/sthursfield/james/openqa-gnome-40] openqa: Save worker log



commit 81691c76aff7ba90d994fbaac912e5e694c82690
Author: Sam Thursfield <sam afuera me uk>
Date:   Thu Jul 29 14:03:05 2021 +0200

    openqa: Save worker log

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a88efc51..aead5041 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -339,6 +339,11 @@ test-iso-installer-x86_64:
     openqa-cli api --apikey $OPENQA_API_KEY --apisecret $OPENQA_API_SECRET \
       --host $OPENQA_HOST -X DELETE machines/$(cat /tmp/machine_id)
   - exit $(cat /tmp/exit_code)
+  artifacts:
+    when: always
+    path:
+    - worker.log
+    expire_in: '1 week'
   tags:
   - x86_64
   - gnome-build-meta


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