From e565660b8f524453f60c454f831c804b74b151bb Mon Sep 17 00:00:00 2001 From: Simon Mavi Stewart Date: Mon, 25 Sep 2023 10:49:43 +0100 Subject: [PATCH] Add note on how to execute builds on EngFlow --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7c9e662addd0..caa087ca7ceca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/...`