Update tools/remote_build/README.md (#31727)

* Update tools/remote_build/README.md

* fix
pull/31754/head
Yijie Ma 2 years ago committed by GitHub
parent 461247f69e
commit b9d566fac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/remote_build/README.md

@ -12,7 +12,7 @@ and tests run by Kokoro CI.
- See [Installing Bazel](https://docs.bazel.build/versions/master/install.html) for instructions how to install bazel on your system.
- Setup application default credentials for running remote builds by following the ["Set credentials" section](https://cloud.google.com/remote-build-execution/docs/results-ui/getting-started-results-ui). (Note: for the ResultStore UI upload to work, you'll need a special kind of application default credentials, so if the build event upload doesn't work, doublecheck the instructions)
- Setup Application Default Credentials (ADC) for running remote builds by following the ["Set credentials" section](https://developers.google.com/remote-build-execution/docs/set-up/first-remote-build#set_credentials). (Note: make sure that quota project "grpc-testing" was added to your ADC, you can double check the credential file at `${HOME}/.config/gcloud/application_default_credentials.json`)
## Running remote build manually from dev workstation
@ -33,6 +33,8 @@ This also works for sanitizer runs (`asan`, `msan`, `tsan`, `ubsan`):
bazel --bazelrc=tools/remote_build/linux.bazelrc test --config=asan //test/...
```
NOTE: If you see errors about Build Event Protocol upload failure (e.g. `ERROR: The Build Event Protocol upload failed: All retry attempts failed. PERMISSION_DENIED...`), try running `bazel shutdown` and try again.
### Windows
```

Loading…
Cancel
Save