We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc1669 commit 62f1770Copy full SHA for 62f1770
src/dev/ci_setup/.bazelrc-ci
@@ -12,8 +12,5 @@ build --bes_backend=grpcs://cloud.buildbuddy.io
12
build --remote_cache=grpcs://cloud.buildbuddy.io
13
build --remote_timeout=3600
14
15
-## Avoid to keep connections to build event backend connections alive across builds
16
-build --keep_backend_build_event_connections_alive=false
17
-
18
## Metadata settings
19
build --build_metadata=ROLE=CI
src/dev/ci_setup/.bazelrc-ci.common
@@ -6,3 +6,6 @@ build --noshow_progress
6
7
# More details on failures
8
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