Skip to content

Commit

Permalink
Merge pull request tweag#232 from tweag/buildbuddy-urls
Browse files Browse the repository at this point in the history
Use remote.buildbuddy.io for backend and cache GRPCS URLs
  • Loading branch information
mergify[bot] authored May 30, 2022
2 parents 4ebcf6f + 2999d01 commit 178ad0e
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 178ad0e

Please sign in to comment.