[CI] Increase frequency for ccache cleanup (weekly -> daily) and increase L2 ccache size (200G->500G) #77402
+3
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Category
Execute Infrastructure
PR Types
Devs
Description
对 #77282 的 ccache 清理 workflow 进行修改
根据手动触发清理所需时间、大小对清理频率、限制上限做出调整,这里下面两行隔了不到 2 个工作日,就产生了 70G 需要清理的缓存,清理时间达到了 2.5h,为了避免清理时间过长,提升清理频率,同时提升 ccache size 上限,避免频繁清理仍需要的缓存项
特别是 release/3.3 的 H-Coverage 与 develop 共用 L2 ccache,如果缓存过小,高频开发的 develop 容易把低频开发的 release/3.3 缓存驱逐掉,导致 release/3.3 PR 合入过慢(未来其他 release 有同样问题)