qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* how long do we need to retain gitlab CI job stdout logs?
@ 2022-08-08 17:47 Peter Maydell
  2022-08-08 18:01 ` Warner Losh
  2022-08-08 18:42 ` Thomas Huth
  0 siblings, 2 replies; 7+ messages in thread
From: Peter Maydell @ 2022-08-08 17:47 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Alex Bennée, Daniel P. Berrange, Richard Henderson

Hi; I just reduced QEMU's storage usage on gitlab by 130GB (no typo!)
using https://gitlab.com/eskultety/gitlab_cleaner, which Dan helpfully
pointed me at. This script removes old pipelines, which take up a
lot of storage space for QEMU because they include the stdout logs
for all the CI jobs in the pipeline. (Gitlab doesn't expire these,
either by default or configurably -- you have to either manually delete
the pipeline in the UI or else use the API, as this script does.)

I somewhat conservatively only blew away pipelines from before the
1st January 2022. I feel like we don't really even need 6 months worth
of CI job logs, though -- any views on whether we should be pruning
them more aggressively ?

thanks
-- PMM


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-09 10:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 17:47 how long do we need to retain gitlab CI job stdout logs? Peter Maydell
2022-08-08 18:01 ` Warner Losh
2022-08-08 18:42 ` Thomas Huth
2022-08-09  6:15   ` Markus Armbruster
2022-08-09  8:50   ` Daniel P. Berrangé
2022-08-09  9:44     ` Markus Armbruster
2022-08-09 10:42       ` Daniel P. Berrangé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).