Skip to content

Commit

Permalink
chore(IDX): bazelrc update (#2114)
Browse files Browse the repository at this point in the history
Use `--build_event_binary_file=bazel-bep.pb --profile=profile.json` in
CI only. Users that are manually running `bazel test --config=systest
//<whatever>` implicitly end up having these files generated and that is
not needed.
  • Loading branch information
marko-k0 authored Oct 17, 2024
1 parent ecc5be7 commit 80737be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/conf/.bazelrc.internal
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# A .bazelrc used internally by DFINITY for metrics, cache, etc

# Build event upload configuration
build:bes --build_event_binary_file=bazel-bep.pb --profile=profile.json
build:bes --bes_results_url=https://dash.idx.dfinity.network/invocation/
build:bes --bes_backend=bes.idx.dfinity.network
build:bes --bes_upload_mode=wait_for_upload_complete
Expand All @@ -12,6 +11,7 @@ build:bes --remote_build_event_upload=minimal
build:ci --config=bes
# additionally, upload build events asynchronously on CI
build:ci --bes_upload_mode=fully_async
build:ci --build_event_binary_file=bazel-bep.pb --profile=profile.json

# DFINITY internal remote cache setup
build --remote_cache=bazel-remote.idx.dfinity.network
Expand Down

0 comments on commit 80737be

Please sign in to comment.