[PATCH] gitlab-ci.yml: Keep all possible logs in artifacts

4 views
Skip to first unread message

Uladzimir Bely

unread,
Aug 14, 2024, 11:53:00 PM8/14/24
to isar-...@googlegroups.com
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 <ub...@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

Uladzimir Bely

unread,
Aug 19, 2024, 1:29:44 AM8/19/24
to isar-...@googlegroups.com
Applied to next.

--
Best regards,
Uladzimir.
Reply all
Reply to author
Forward
0 new messages