Merge pull request #32476 from CodethinkLabs/meson-logs-ci

ci: Add the meson logs to failure log artifacts
This commit is contained in:
Daan De Meyer 2024-04-25 15:09:34 +02:00 committed by GitHub
commit a003244057
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: systemd/mkosi@11b112094e659d50cdb25f67829857cfefb69e6d
- uses: systemd/mkosi@50150db53652cff573fed43c4b330e2853065305
# Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
# immediately, we remove the files in the background. However, we first move them to a different location
@ -193,6 +193,7 @@ jobs:
name: ci-mkosi-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.distro }}-${{ matrix.release }}-failed-test-journals
path: |
build/test/journal/*.journal
build/meson-logs/*
- name: Archive packages
uses: actions/upload-artifact@v4