Skip to content

Commit

Permalink
[bazel] Move keepalive to common (#110351)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Tyler Smalley and kibanamachine authored Aug 27, 2021
1 parent 2e4e0fc commit 73f8a92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dev/ci_setup/.bazelrc-ci
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ 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
3 changes: 3 additions & 0 deletions src/dev/ci_setup/.bazelrc-ci.common
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ build --noshow_progress

# More details on failures
build --verbose_failures=true

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

0 comments on commit 73f8a92

Please sign in to comment.