Skip to content

Commit 62f1770

Browse files
kibanamachineTyler Smalley
and
Tyler Smalley
authored
[bazel] Move keepalive to common (elastic#110351) (elastic#110395)
Signed-off-by: Tyler Smalley <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Tyler Smalley <[email protected]>
1 parent 0cc1669 commit 62f1770

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/dev/ci_setup/.bazelrc-ci

-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ build --bes_backend=grpcs://cloud.buildbuddy.io
1212
build --remote_cache=grpcs://cloud.buildbuddy.io
1313
build --remote_timeout=3600
1414

15-
## Avoid to keep connections to build event backend connections alive across builds
16-
build --keep_backend_build_event_connections_alive=false
17-
1815
## Metadata settings
1916
build --build_metadata=ROLE=CI

src/dev/ci_setup/.bazelrc-ci.common

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ build --noshow_progress
66

77
# More details on failures
88
build --verbose_failures=true
9+
10+
## Avoid to keep connections to build event backend connections alive across builds
11+
build --keep_backend_build_event_connections_alive=false

0 commit comments

Comments
 (0)