Skip to content

Commit

Permalink
mkosi: Only keep failed test journals and other logs for 7 days
Browse files Browse the repository at this point in the history
The default retention of 90 days seems a bit long, so drop it to 7
days.
  • Loading branch information
DaanDeMeyer committed Apr 25, 2024
1 parent 437aad4 commit 9b716c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mkosi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ jobs:
path: |
build/test/journal/*.journal
build/meson-logs/*
retention-days: 7

- name: Archive packages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9b716c0

Please sign in to comment.