[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,
remote
may refer to a number of different things:remote
Bazel config for buildsTo reduce this plethora of options, renaming the Bazel
remote
config torbe
will help.PR Type
Enhancement, Documentation
Description
Renamed Bazel
remote
configuration torbe
for clarity.Updated all references to
remote
in 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` configuration
scripts/github-actions/ci-build.sh
--config=remote-ci
with--config=rbe-ci
..bazelrc
Rename `remote` to `rbe` in Bazel configuration
.bazelrc
remote_release
torbe_release
.remote
torbe
in build configurations..bazelrc.remote
Update `.bazelrc.remote` to use `rbe` configuration
.bazelrc.remote
remote
configurations withrbe
.rbe
.Rakefile
Update Rakefile tasks to use `rbe` configuration
Rakefile
--config=remote_release
with--config=rbe_release
.CONTRIBUTING.md
Update documentation to reflect `rbe` configuration
CONTRIBUTING.md
--config=rbe
instead of--config=remote
.