Skip to content

Commit

Permalink
Add note on how to execute builds on EngFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 25, 2023
1 parent 8c337c5 commit e565660
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,10 @@ Selenium contributors frequent the `#selenium` channel on
[`irc.freenode.org`](https://webchat.freenode.net/). You can also join
the [`selenium-developers@` mailing list](https://groups.google.com/forum/#!forum/selenium-developers).
Check https://selenium.dev/support/ for a complete list of options to communicate.
## Using the EngFlow RBE
To access the EngFlow RBE, a developer needs to be granted access to our project
container repository. Once that has been done, then any bazel command can be run
remotely by using `--config=remote`. For example: `bazel build --config=remote
grid` or `bazel test --config=remote java/test/...`

0 comments on commit e565660

Please sign in to comment.