Re: ROCm CI log retention policy
Hi Christian,
We seem to be keeping continuous integration logs for the better part of
a year at this point, but it to have some sort of access to older data
when needed. It would be trivial to store this on a few disk drives
somewhere.
How big are the logs? If they're less than maybe a hundred gigabytes per
year, we could probably fit in the free tier for rsync.net as they
offers 500 GB free for Debian developers. It's ~$10 per TB per month
beyond that. A basic cron job to `rsync --ignore-existing` the log
directory over to the archive would probably be sufficient.
That wouldn't be suited to making them publicly accessible, but I
suspect that long-term continuous integration data has a rather niche
audience.
Sincerely,
Cory Bloor
[1]: https://www.rsync.net/debian.html
Reply to: