Revert "[build] Temporarily disable RBE result uploads (#36918)" (#36919)

This reverts commit a71308d938.

Closes #36919

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36919 from drfloob:disable-resultstore 592e7b8138
PiperOrigin-RevId: 643129175
pull/36928/head
AJ Heller 6 months ago committed by Copybara-Service
parent a71308d938
commit b5e2aa76fd
  1. 9
      tools/remote_build/include/rbe_base_config.bazelrc

@ -37,11 +37,10 @@ build --remote_cache=grpcs://remotebuildexecution.googleapis.com
# Set flags for uploading to BES in order to view results in the Bazel Build
# Results UI.
# TODO(b/343253646): Uncomment these when the ResultStore backend is fixed
# build --bes_backend=grpcs://buildeventservice.googleapis.com
# build --bes_timeout=600s
# build --bes_results_url="https://source.cloud.google.com/results/invocations/"
# build --bes_instance_name=grpc-testing
build --bes_backend=grpcs://buildeventservice.googleapis.com
build --bes_timeout=600s
build --bes_results_url="https://source.cloud.google.com/results/invocations/"
build --bes_instance_name=grpc-testing
# Avoid timeouts for actions that don't write output for long time (See b/143346671 and b/143134296)
build --grpc_keepalive_time=10m

Loading…
Cancel
Save