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

[5.x] Remote: Ignore blobs referenced in BEP if the generating action cannot be cached remotely. #14390

Closed
wants to merge 2 commits into from

Conversation

coeuvre
Copy link
Member

@coeuvre coeuvre commented Dec 7, 2021

Original commits:

When executing a spawn that is tagged with no-remote-cache-upload, Bazel still looks up the remote cache. However, its local outputs are not uploaded after local execution.

Part of bazelbuild#14338.

PiperOrigin-RevId: 414708472
…t be cached remotely.

Introduces new flag --incompatible_remote_build_event_upload_respect_no_cache which when set to true, remote uploader won't upload blobs referenced in BEP if the generating action cannot be cached remotely.

Part of bazelbuild#14338.

Closes bazelbuild#14338.

PiperOrigin-RevId: 414721139
@coeuvre coeuvre requested a review from Wyverald December 7, 2021 15:42
@coeuvre coeuvre requested a review from a team as a code owner December 7, 2021 15:42
@coeuvre coeuvre removed the request for review from a team December 7, 2021 15:42
@oquenchil oquenchil added the team-Remote-Exec Issues and PRs for the Execution (Remote) team label Dec 7, 2021
@Wyverald
Copy link
Member

Wyverald commented Dec 7, 2021

Dupe of #14389

@Wyverald Wyverald closed this Dec 7, 2021
@coeuvre coeuvre deleted the 5.0.0rc2 branch December 14, 2021 14:09
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.

3 participants