We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c337c5 commit e565660Copy full SHA for e565660
CONTRIBUTING.md
@@ -319,3 +319,10 @@ Selenium contributors frequent the `#selenium` channel on
319
[`irc.freenode.org`](https://webchat.freenode.net/). You can also join
320
the [`selenium-developers@` mailing list](https://groups.google.com/forum/#!forum/selenium-developers).
321
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