Migrate RBE configuration to dynamic RBE toolchain generator#29647
Closed
coeuvre wants to merge 1 commit into
Closed
Migrate RBE configuration to dynamic RBE toolchain generator#29647coeuvre wants to merge 1 commit into
coeuvre wants to merge 1 commit into
Conversation
d3edb3f to
e9efdd7
Compare
This migration replaces the legacy 'rbe_preconfig' rule with the new
dynamic RBE toolchain generator ('rbe_config') provided by the unreleased
'bazel_ci_rules' v2.0.0 module extension.
We are dogfooding the unreleased 'bazel_ci_rules' master branch (integrated
via git_override) to test and validate the dynamic toolchain generation rule
under live conditions for both the Bazel repository builds and our downstream
CI pipelines. This ensures the dynamic generator is fully robust across major
Bazel versions (including Bazel 9.x/master and 8.x) before its official release.
Disabling more tests around sandbox since they are currently broken on
RBE.
e9efdd7 to
074c4f8
Compare
meisterT
approved these changes
May 26, 2026
Member
Member
Author
|
Commited as c7268b2. |
Member
Author
|
@iancha1992 Yes, please. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This migration replaces the legacy 'rbe_preconfig' rule with the new dynamic RBE toolchain generator ('rbe_config') provided by the unreleased 'bazel_ci_rules' v2.0.0 module extension.
We are dogfooding the unreleased 'bazel_ci_rules' from bazelbuild/continuous-integration master branch (integrated via git_override) to test and validate the dynamic toolchain generation rule under live conditions for both the Bazel repository builds and our downstream CI pipelines. This ensures the dynamic generator is fully robust across major Bazel versions (including Bazel 9.x/master and 8.x) before its official release.
Disabling more tests around sandbox since they are currently broken on RBE.