|
|
|
@ -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 |
|
|
|
|