Skip to content

Commit

Permalink
[bazel] Disable backend keep alive (#110259) (#110307)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>

Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
  • Loading branch information
3 people authored Aug 26, 2021
1 parent 66f53a2 commit 4458c4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dev/ci_setup/.bazelrc-ci
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ build --bes_backend=grpcs://cloud.buildbuddy.io
build --remote_cache=grpcs://cloud.buildbuddy.io
build --remote_timeout=3600

## Avoid to keep connections to build event backend connections alive across builds
build --keep_backend_build_event_connections_alive=false

## Metadata settings
build --build_metadata=ROLE=CI

0 comments on commit 4458c4e

Please sign in to comment.