mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[bazel] Move keepalive to common (#110351)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
2e4e0fca4c
commit
73f8a92a33
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue