execution log doesn't contain remote-cacheable key #13495
Labels
P1
I'll work on this now. (Assignee required)
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
type: feature request
src/main/protobuf/spawn.proto contains a cacheable key, which is used to log the spawn in
bazel/src/main/java/com/google/devtools/build/lib/exec/SpawnLogContext.java
Line 140 in 329b22a
This allows you to filter the execution log for actions that are marked with
no-cache
tags (or are not cacheable due to some other condition)However the
no-remote-cache
tag isn't reflected in the execution log at all.So for example building
results in execution log with only these boolean fields
As a result, there is currently no way to find actions which produce large outputs unsuitable for remote caching, and which are not correctly tagged to avoid uploading those large outputs (more context in #11182 )
The text was updated successfully, but these errors were encountered: