jiridanek commented on pull request #1203: URL: https://github.com/apache/qpid-dispatch/pull/1203#issuecomment-838463128
https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts > By default, GitHub stores build logs and artifacts for 90 days, and this retention period can be customized. For more information, see "Usage limits, billing, and administration". The retention period for a pull request restarts each time someone pushes a new commit to the pull request. https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration#artifact-and-log-retention-policy The limit is on the retention time, apparently. Looks like we should be ok, even if we produce gigabytes of logs (which dispatch currently does). Also, the logs are only stored if there is a failing test. Otherwise, the step is skipped. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
