[bazel] Rename remote config to rbe #15496
Merged
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.
User description
In the Selenium project,
remotemay refer to a number of different things:remoteBazel config for buildsTo reduce this plethora of options, renaming the Bazel
remoteconfig torbewill help.PR Type
Enhancement, Documentation
Description
Renamed Bazel
remoteconfiguration torbefor clarity.Updated all references to
remotein scripts and configuration files.Adjusted documentation to reflect the configuration name change.
Ensured consistency across build and test configurations.
Changes walkthrough 📝
ci-build.sh
Update CI build script to use `rbe` configurationscripts/github-actions/ci-build.sh
--config=remote-ciwith--config=rbe-ci..bazelrc
Rename `remote` to `rbe` in Bazel configuration.bazelrc
remote_releasetorbe_release.remotetorbein build configurations..bazelrc.remote
Update `.bazelrc.remote` to use `rbe` configuration.bazelrc.remote
remoteconfigurations withrbe.rbe.Rakefile
Update Rakefile tasks to use `rbe` configurationRakefile
--config=remote_releasewith--config=rbe_release.CONTRIBUTING.md
Update documentation to reflect `rbe` configurationCONTRIBUTING.md
--config=rbeinstead of--config=remote.