Skip to content

Commit

Permalink
Use remote.buildbuddy.io for backend and cache GRPCS URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed May 30, 2022
1 parent 4ebcf6f commit 2999d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ test:ci --test_output=errors

# Use a remote cache during CI
build:ci --bes_results_url=https://app.buildbuddy.io/invocation/
build:ci --bes_backend=grpcs://cloud.buildbuddy.io
build:ci --remote_cache=grpcs://cloud.buildbuddy.io
build:ci --bes_backend=grpcs://remote.buildbuddy.io
build:ci --remote_cache=grpcs://remote.buildbuddy.io
build:ci --remote_timeout=3600
# Avoid failures of the form `deadline exceeded after 14999958197ns DEADLINE_EXCEEDED`.
# See https://github.com/tweag/rules_haskell/issues/1498.
Expand Down

0 comments on commit 2999d01

Please sign in to comment.