Skip to content

[5.2] Remote: Fix a bug that outputs of actions tagged with no-remote are u...#15453

Merged
ckolli5 merged 3 commits intobazelbuild:release-5.2.0from
coeuvre:release-5.2.0
May 27, 2022
Merged

[5.2] Remote: Fix a bug that outputs of actions tagged with no-remote are u...#15453
ckolli5 merged 3 commits intobazelbuild:release-5.2.0from
coeuvre:release-5.2.0

Conversation

@coeuvre
Copy link
Copy Markdown
Member

@coeuvre coeuvre commented May 10, 2022

...ploaded to remote cache when remote execution is enabled.

Fixes #14900.

Also fixes an issue that action result from just remotely executed action is not saved to disk cache. The root cause is the action result is inlined in the execution response hence not downloaded through remote cache, hence not saved to disk cache. This results in the second build misses the disk cache, but it can still hit the remote cache and fill the disk cache. The third build can hit disk cache.

Closes #15212.

PiperOrigin-RevId: 441426469

Closes #15239.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team-Remote-Exec Issues and PRs for the Execution (Remote) team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants