Stop re-using a stash with --reuse_sandbox_directories when the reuse is itself more expensive than creating a new sandbox directory #20584
Labels
P4
This is either out of scope or we don't have bandwidth to review a PR. (No assignee)
team-Performance
Issues for Performance teams
type: bug
This affects for example test actions where two spawns are run, the first spawn runs the test and the second spawn processes the output to create an xml file.
The second will try to use the same stash as the first but will first have to clean it up, in some cases having to remove thousands of files that aren't needed.
The text was updated successfully, but these errors were encountered: