More fixes for actions that shouldn't upload to remote-cache - #1871
Conversation
gravypod
left a comment
There was a problem hiding this comment.
I think this is the right direction but I think we need to define more generally what should and shouldn't be cached by our rules. We might want to also run some tests against RBE/remote cache environments like what you're likely doing here.
Similar to bazelbuild#1856. I found these by patching that PR and running through a big monorepo and searching execution log for more remote cache uploads over 10MB
|
By the way for anyone who wants to figure out whether an execution log shows big artifacts from rules_docker, here's the command I was running. I'm excluding the mnemonics that are now
|
Similar to #1856. I found these by patching that PR and running through a big monorepo and searching execution log for more remote cache uploads over 10MB