Skip to content

Commit

Permalink
bazel: Enable ResultStore
Browse files Browse the repository at this point in the history
Example invocation:
https://source.cloud.google.com/results/invocations/dd002879-0663-4ccb-8e4c-56d98298d88e.

Note that although at this time only Googlers (and CI) can enable
`--config=remote_cache` and generate the invocations, they are
**publicly viewable** (anyone can click the link, anonymously).

Change-Id: If6c6aca71638cc08af2d41855b8a3e2935a5a0ca
Bug: 358852408
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/233011
Commit-Queue: Ted Pudlik <[email protected]>
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Aug 30, 2024
1 parent 25bb1a3 commit 8db14c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ common:remote_cache --remote_cache=grpcs://remotebuildexecution.googleapis.com
common:remote_cache --google_default_credentials=true
common:remote_cache --remote_instance_name=projects/pigweed-rbe-open/instances/default-instance
common:remote_cache --remote_upload_local_results=false
common:remote_cache --bes_backend="buildeventservice.googleapis.com"
common:remote_cache --bes_timeout=60s
common:remote_cache --bes_results_url="https://source.cloud.google.com/results/invocations/"
common:remote_cache --remote_instance_name=projects/pigweed-rbe-open/instances/default-instance
common:remote_cache --bes_instance_name=pigweed-rbe-open

# Specifies desired output mode for running tests.
# Valid values are
Expand Down

0 comments on commit 8db14c5

Please sign in to comment.