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

Remote: Report checking cache status before the action is scheduled to run remotely. #13555

Closed
wants to merge 2 commits into from

Commits on Jun 4, 2021

  1. Remote: Report checking cache status before the action is scheduled t…

    …o run remotely.
    
    Add a Caching state to ActionState. This state indicates the action is checking the cache and should be happened before Scheduling state.
    
    Change ProgressStatus from enum to interface so that we can pass more data to the event handler (which is required to report upload/download details later).
    
    Fixes bazelbuild#13531.
    coeuvre committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    92fcd97 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Add Event postfix

    coeuvre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    915fbe2 View commit details
    Browse the repository at this point in the history