[mutter] ci/dist: Store meson logs in artifacts
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] ci/dist: Store meson logs in artifacts
- Date: Tue, 4 Jan 2022 09:36:03 +0000 (UTC)
commit 34063dad79aa50babf0e69a008282a593c5e5b86
Author: Jonas Ã…dahl <jadahl gmail com>
Date: Tue Jan 4 09:14:15 2022 +0100
ci/dist: Store meson logs in artifacts
This helps when debugging test failures during the dist job that doesn't
reproduce in the regular test job.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2203>
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3de180d01d..12f2f874cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -355,6 +355,9 @@ dist-mutter:
- build-mutter@x86_64
script:
- dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS" meson dist -C build
+ artifacts:
+ paths:
+ - build/meson-logs
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]