From 9e43b5ec6ab3fa3c0ecf1d37256730aa3e2f52e0 Mon Sep 17 00:00:00 2001 From: Brett McLarnon Date: Sun, 28 Jul 2024 20:35:42 -0700 Subject: [PATCH] Upload build and test results to BES. Uploading build results will make it easier to debug test failures when using remote builds. Since this requires similar permissions as RBE, the existing config setting is reused. Change-Id: I7aee4876f7272d09fce7b5328f149c3176e94b9d --- .bazelrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.bazelrc b/.bazelrc index 7f2fc78..540f4cc 100644 --- a/.bazelrc +++ b/.bazelrc @@ -55,3 +55,10 @@ build:cfc-remote --extra_execution_platforms=//:remote_platform build:cfc-remote --host_platform=//:remote_platform build:cfc-remote --platforms=//:remote_platform build:cfc-remote --jobs=50 + +# Settings for uploading results to BES. +build:cfc-remote --bes_backend=buildeventservice-pa.googleapis.com +build:cfc-remote --bes_instance_name=560162532548 +build:cfc-remote --bes_header=X-Goog-User-Project=560162532548 +build:cfc-remote --bes_results_url=http://sponge2/ +build:cfc-remote --grpc_keepalive_time=30s