Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.1.0] Optimize RemoteActionFileSystem#readdir for the tree artifact input case. #21251

Merged

Commits on Feb 8, 2024

  1. [7.1.0] Optimize RemoteActionFileSystem#readdir for the tree artifact…

    … input case.
    
    As explained in the comment, we don't need to fall back to other sources when the directory is determined to belong to an input tree artifact.
    
    (This remains a valid optimization even when cherry-picked to 7.x or earlier, since two nested artifacts are always produced by the same action, so they're either both inputs or both outputs.)
    
    PiperOrigin-RevId: 604571427
    Change-Id: I7e28df8baed543e85a26041aa10c027dcd28d9ad
    tjgq committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    638e72b View commit details
    Browse the repository at this point in the history