Skip to content

BAZEL-3149: upgrade to toplevel only if remote_download_outputs=minimal#389

Open
christianladam wants to merge 1 commit intoJetBrains:261from
christianladam:christianadam/remote_download_outputs_fix
Open

BAZEL-3149: upgrade to toplevel only if remote_download_outputs=minimal#389
christianladam wants to merge 1 commit intoJetBrains:261from
christianladam:christianadam/remote_download_outputs_fix

Conversation

@christianladam
Copy link
Copy Markdown

For Bazel builds that require all, the toplevel setting can break things. By only overriding remote_download_outputs when it was minimal we avoid causing problems in those specific cases.

The execute service specifically only pulls the test xml, log, and lcov outputs, so a simple remote_download_regex works in that case and is less changes.

For Bazel builds that require all, the toplevel setting can break things.
By only overriding remote_download_outputs when it was minimal we avoid
causing problems in those specific cases.

The execute service specifically only pulls the test xml, log, and lcov
outputs, so a simple remote_download_regex works in that case and is less
changes.
@christianladam christianladam reopened this May 6, 2026
@christianladam christianladam changed the title fix: upgrade to toplevel only if remote_download_outputs=minimal BAZEL-3149: upgrade to toplevel only if remote_download_outputs=minimal May 6, 2026
@jastice jastice requested review from aehlig and noxvost May 6, 2026 07:12
Copy link
Copy Markdown
Member

@aehlig aehlig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants