buildbuddy-io / buildbuddy

BuildBuddy is an open source Bazel build event viewer, result store, remote cache, and remote build execution platform.
https://buildbuddy.io
Other
595 stars 91 forks source link

filecache: restrict initial scan to group-specific dirs #7757

Closed bduffany closed 2 weeks ago

bduffany commented 2 weeks ago

The filecache has a _tmp dir which we should not scan, and we are also considering moving OCI + firecracker images to this cache directory, to prevent executor.delete_build_root_on_startup from wiping cached images.

bduffany commented 2 weeks ago

What's the context?

Updated the PR description