Skip to content

Commit 76e66f7

Browse files
committed
Merge branch 'levsha/Reset-bes_upload_mode-to-default-wait_for_upload_complete' into 'master'
Reset bes_upload_mode to default: wait_for_upload_complete We don't need async mode anymore as buildbuddy cli makes working with bes reliable. Builbuddy developers also suggest to not use async mode with buildbuddy cli as it causes unexpected behaviour in some cases. Chances are this is one of them: https://gitlab.com/dfinity-lab/public/ic/-/jobs/4340519478 See merge request dfinity-lab/public/ic!12562
2 parents 57ace6c + d560136 commit 76e66f7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.bazelrc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ build:ci --build_event_binary_file=bazel-bep.pb
4040

4141
build --bes_results_url=https://dash.idx.dfinity.network/invocation/
4242
build --bes_backend=bes.idx.dfinity.network
43-
build --bes_timeout=30s # Defauilt is no timeout.
44-
build --bes_upload_mode=fully_async
45-
# TODO(IDX-2718): Uncomment when bes service will be stable.
46-
#build:ci --bes_timeout=180s # Defauilt is no timeout.
47-
#build:ci --bes_upload_mode=wait_for_upload_complete
43+
build --bes_timeout=30s # Default is no timeout.
44+
build:ci --bes_timeout=180s # Default is no timeout.
4845

4946
build --remote_local_fallback
5047
build --workspace_status_command=$(pwd)/bazel/workspace_status.sh

0 commit comments

Comments
 (0)