From: Daan De Meyer Date: Thu, 25 Apr 2024 17:52:10 +0000 (+0200) Subject: mkosi: Only keep failed test journals and other logs for 7 days X-Git-Tag: v256-rc1~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17310088793e94b6ececdf84dfcbcd1622a6e24f;p=thirdparty%2Fsystemd.git mkosi: Only keep failed test journals and other logs for 7 days The default retention of 90 days seems a bit long, so drop it to 7 days. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 771e1396989..d83470aba37 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -194,6 +194,7 @@ jobs: path: | build/test/journal/*.journal build/meson-logs/* + retention-days: 7 - name: Archive packages uses: actions/upload-artifact@v4