From eaf69fdea809e29320b701afeca4c5081e99a32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 14 May 2024 20:48:59 +0200 Subject: [PATCH] ci: Create artifacts of meson logs in dist job Tests sometimes fail there, but without logs it's hard to know why. Part-of: --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f6ec8464..be41919c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -648,6 +648,12 @@ dist-mutter: ./src/tests/meta-dbus-runner.py --launch=wireplumber meson dist -C build + artifacts: + expire_in: 7 day + name: "mutter-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}" + when: always + paths: + - build/meson-private/dist-build/meson-logs rules: - if: '$CI_PIPELINE_SOURCE != "merge_request_event"' when: manual