Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bazel): provide remote-execution platform with network access.
Initially when we designed the RBE platform toolchain as part of dev-infra, we decided to ship a single `platform` that does not have network access enabled. This is helpful preventing bad tests or a bad setup in Bazel where actions may not be hermetic due to network access. We continue providing this as the default platform. There are cases though where a platform with network access is desirable. This platform can be specifically used in jobs like the `integration_test` one to run integration tests that rely on e.g. Yarn install. Alternatively this platform can become the default one in projects, but then it's recommended to disable network access in sandboxes; allowing authors to grant certain targets network access while others will not have access by default.
- Loading branch information