public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] gitlab-ci.yml: Keep all possible logs in artifacts
@ 2024-08-15  3:52 Uladzimir Bely
  2024-08-19  5:29 ` Uladzimir Bely
  0 siblings, 1 reply; 2+ messages in thread
From: Uladzimir Bely @ 2024-08-15  3:52 UTC (permalink / raw)
  To: isar-users

This includes the following:

- Save build logs from all tmp*/ directories, considering those
renamed by the testsuite.
- Save qemu boot logs.

Having all this in artifacts should help to debug build/run failures.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e28a234..ebc1e5a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,8 +15,9 @@ variables:
   artifacts:
     name: "logs-$CI_JOB_ID"
     paths:
-      - build/tmp/work/*/*/*/temp
+      - build/tmp*/work/*/*/*/temp
       - build/job-results
+      - build/vm_start
     reports:
       junit:
         - build/job-results/job*/results.xml
-- 
2.44.2

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/20240815035250.27682-1-ubely%40ilbers.de.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-19  5:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-15  3:52 [PATCH] gitlab-ci.yml: Keep all possible logs in artifacts Uladzimir Bely
2024-08-19  5:29 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox