Skip to content

Commit

Permalink
Do not use BuildBuddy build event service for bazel's ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecornec committed Jun 29, 2023
1 parent af4d748 commit 1e4e60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc.common
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ build:windows-bindist --test_tag_filters -requires_nix,-dont_test_on_windows,-re
# ----------------
common:ci --config=ci-common
build:ci --config=remote-cache
build:ci --bes_results_url=https://app.buildbuddy.io/invocation/
build:ci --bes_backend=grpcs://remote.buildbuddy.io

common:ci-common --color=no

Expand All @@ -58,8 +60,6 @@ build:ci-common --repository_cache=~/repo-cache/
build:ci-common --experimental_repository_cache_hardlinks

# Use a remote cache during CI
build:ci-common --bes_results_url=https://app.buildbuddy.io/invocation/
build:ci-common --bes_backend=grpcs://remote.buildbuddy.io
build:ci-windows-bindist --bes_upload_mode=wait_for_upload_complete --bes_timeout=60s
build:remote-cache --remote_cache=grpcs://remote.buildbuddy.io
build:ci-common --remote_timeout=3600
Expand Down

0 comments on commit 1e4e60f

Please sign in to comment.