Skip to content

Commit e2e3904

Browse files
Allow BES uploads to complete before shutting down VMs
https://bazel.build/reference/command-line-reference#flag--bes_upload_mode Signed-off-by: Alex Alvarez <[email protected]>
1 parent a9ce5f8 commit e2e3904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ build:remote-ci-common --remote_executor=grpcs://envoy.cluster.engflow.com
136136
build:remote-ci-common --bes_backend=grpcs://envoy.cluster.engflow.com/
137137
build:remote-ci-common --bes_results_url=https://envoy.cluster.engflow.com/invocation/
138138
build:remote-ci-common --bes_lifecycle_events
139-
build:remote-ci-common --bes_upload_mode=fully_async
139+
build:remote-ci-common --bes_upload_mode=wait_for_upload_complete
140140
build:remote-ci-common --jobs=40
141141
build:remote-ci-common --verbose_failures
142142
build:remote-ci-common --spawn_strategy=remote,sandboxed,local

0 commit comments

Comments
 (0)