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] Distinguish the disk and remote caches in the action progress status. #21077

Closed
wants to merge 1 commit into from

Conversation

bazel-io
Copy link
Member

Previously, they were both displayed as remote-cache; there's now a separate disk-cache form. If a combined cache is used, one or both forms will appear, depending on which caches were looked up.

As a result, the progress status reporting is moved to the individual cache implementations. While this is kind of unfortunate from an architectural standpoint, it's likely the best we can do until we recast cache lookups as spawn strategies (see #19904).

Closes #20935.

Commit 6f845f8

PiperOrigin-RevId: 601748051
Change-Id: I03710219973c95d4fca999d931b3513f6d240d94

Previously, they were both displayed as `remote-cache`; there's now a separate `disk-cache` form. If a combined cache is used, one or both forms will appear, depending on which caches were looked up.

As a result, the progress status reporting is moved to the individual cache implementations. While this is kind of unfortunate from an architectural standpoint, it's likely the best we can do until we recast cache lookups as spawn strategies (see bazelbuild#19904).

Closes bazelbuild#20935.

PiperOrigin-RevId: 601748051
Change-Id: I03710219973c95d4fca999d931b3513f6d240d94
@bazel-io bazel-io requested a review from a team as a code owner January 26, 2024 17:27
@bazel-io bazel-io added team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels Jan 26, 2024
@bazel-io bazel-io requested a review from coeuvre January 26, 2024 17:27
@keertk keertk enabled auto-merge January 26, 2024 17:31
@keertk keertk requested a review from tjgq January 26, 2024 17:31
@keertk
Copy link
Member

keertk commented Jan 26, 2024

Dupe of #21084

@keertk keertk closed this Jan 26, 2024
auto-merge was automatically disabled January 26, 2024 19:27

Pull request was closed

@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Jan 26, 2024
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