container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

investigate archiving old CI logs #543

Open jdef opened 1 year ago

jdef commented 1 year ago

When CI was migrated to github actions, it seems that the build logs do not have a long TTL - once they expire, they are lost, making it difficult to debug problems that may have crept in over time.

Ideally old CI logs would be archived somewhere easily mapped to builds of specific SHAs.

humblec commented 1 year ago

@jdef afaik, the logs are available for 90 days or so in public repos. if we need more than that, I think we have to store it some where.