From a71308d938032e867de209f3388c01e665586a1f Mon Sep 17 00:00:00 2001 From: AJ Heller Date: Thu, 13 Jun 2024 13:32:16 -0700 Subject: [PATCH] [build] Temporarily disable RBE result uploads (#36918) See b/343253646 for context. Closes #36918 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36918 from drfloob:disable-resultstore 01a76f396a470fb1832c746faa3ce0dc94bf4f3e PiperOrigin-RevId: 643105120 --- tools/remote_build/include/rbe_base_config.bazelrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/remote_build/include/rbe_base_config.bazelrc b/tools/remote_build/include/rbe_base_config.bazelrc index 0f98d28e32a..485eaea5b61 100644 --- a/tools/remote_build/include/rbe_base_config.bazelrc +++ b/tools/remote_build/include/rbe_base_config.bazelrc @@ -37,10 +37,11 @@ build --remote_cache=grpcs://remotebuildexecution.googleapis.com # Set flags for uploading to BES in order to view results in the Bazel Build # Results UI. -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 +# 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 # Avoid timeouts for actions that don't write output for long time (See b/143346671 and b/143134296) build --grpc_keepalive_time=10m