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

RemoteExecutionService: fix outputs not being uploaded #15823

Closed

Commits on Jul 7, 2022

  1. RemoteExecutionService: fix outputs not being uploaded

    In 4d900ce we introduced validation in
    DiskAndRemoteCacheClient.uploadActionResult() where context's step must
    be UPLOAD_OUTPUTS to trigger the upload.
    
    However, this value was never set in RemoteExecutionService before hand
    thus led to outputs not being uploaded and cause remote cache misses.
    
    Fix bazelbuild#15682
    sluongng committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    28d1339 View commit details
    Browse the repository at this point in the history