Skip to content

Commit e565660

Browse files
committed
Add note on how to execute builds on EngFlow
1 parent 8c337c5 commit e565660

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,10 @@ Selenium contributors frequent the `#selenium` channel on
319319
[`irc.freenode.org`](https://webchat.freenode.net/). You can also join
320320
the [`selenium-developers@` mailing list](https://groups.google.com/forum/#!forum/selenium-developers).
321321
Check https://selenium.dev/support/ for a complete list of options to communicate.
322+
323+
## Using the EngFlow RBE
324+
325+
To access the EngFlow RBE, a developer needs to be granted access to our project
326+
container repository. Once that has been done, then any bazel command can be run
327+
remotely by using `--config=remote`. For example: `bazel build --config=remote
328+
grid` or `bazel test --config=remote java/test/...`

0 commit comments

Comments
 (0)