You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -319,3 +319,10 @@ Selenium contributors frequent the `#selenium` channel on
319
319
[`irc.freenode.org`](https://webchat.freenode.net/). You can also join
320
320
the [`selenium-developers@` mailing list](https://groups.google.com/forum/#!forum/selenium-developers).
321
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