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