aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2025-09-08 20:08:59 +0100
committerThomas Huth <thuth@redhat.com>2025-09-09 11:29:42 +0200
commitce1a7cd4cf090e21e0929566400fb759752e28c1 (patch)
tree4afcf2387f5c70824e35584aefe46918f056bff2
parent8e22db01a1f45b108f55860514f8896952af550e (diff)
downloadqemu-ce1a7cd4cf090e21e0929566400fb759752e28c1.zip
qemu-ce1a7cd4cf090e21e0929566400fb759752e28c1.tar.gz
qemu-ce1a7cd4cf090e21e0929566400fb759752e28c1.tar.bz2
gitlab: always include entire of meson-logs directory
There are files besides testlog.txt that may be useful as published CI artifacts. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20250908190901.3571859-3-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--.gitlab-ci.d/buildtest-template.yml4
-rw-r--r--.gitlab-ci.d/buildtest.yml2
-rw-r--r--.gitlab-ci.d/crossbuild-template.yml2
-rw-r--r--.gitlab-ci.d/windows.yml2
4 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.d/buildtest-template.yml b/.gitlab-ci.d/buildtest-template.yml
index 4672298..4cc5b20 100644
--- a/.gitlab-ci.d/buildtest-template.yml
+++ b/.gitlab-ci.d/buildtest-template.yml
@@ -88,7 +88,7 @@
when: always
expire_in: 7 days
paths:
- - build/meson-logs/testlog.txt
+ - build/meson-logs
reports:
junit: build/meson-logs/testlog.junit.xml
@@ -104,7 +104,7 @@
when: always
expire_in: 7 days
paths:
- - build/meson-logs/testlog.txt
+ - build/meson-logs
- build/tests/functional/*/*/*.log
reports:
junit: build/meson-logs/testlog.junit.xml
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index d888a60..7782892 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -613,7 +613,7 @@ gcov:
when: always
expire_in: 2 days
paths:
- - build/meson-logs/testlog.txt
+ - build/meson-logs
reports:
junit: build/meson-logs/testlog.junit.xml
coverage_report:
diff --git a/.gitlab-ci.d/crossbuild-template.yml b/.gitlab-ci.d/crossbuild-template.yml
index 303943f..7e70376 100644
--- a/.gitlab-ci.d/crossbuild-template.yml
+++ b/.gitlab-ci.d/crossbuild-template.yml
@@ -128,6 +128,6 @@
when: always
expire_in: 7 days
paths:
- - build/meson-logs/testlog.txt
+ - build/meson-logs
reports:
junit: build/meson-logs/testlog.junit.xml
diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
index beac39e..f14e9ca 100644
--- a/.gitlab-ci.d/windows.yml
+++ b/.gitlab-ci.d/windows.yml
@@ -24,7 +24,7 @@ msys2-64bit:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
expire_in: 7 days
paths:
- - build/meson-logs/testlog.txt
+ - build/meson-logs
reports:
junit: "build/meson-logs/testlog.junit.xml"
before_script: