Skip to content

Commit

Permalink
chore: use aspect workflows RBE
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide committed Aug 26, 2024
1 parent c88b0af commit e0a2894
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ common --nobuild_runfile_links
common --build_event_binary_file=build_event_log.bin
common --build_event_binary_file_path_conversion=false
common --build_event_publish_all_actions=true

common:aspect_rbe --extra_execution_platforms=@aspect_bazel_lib//platforms:x86_64_linux_remote
common:aspect_rbe --host_platform=@aspect_bazel_lib//platforms:x86_64_linux_remote
common:aspect_rbe --remote_executor=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc
common:aspect_rbe --genrule_strategy=remote,local
common:aspect_rbe --jobs=32
common:aspect_rbe --remote_timeout=3600
6 changes: 6 additions & 0 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
---
bazel:
flags:
- --config=aspect_rbe
workspaces:
.:
icon: js
label: rules_js
tasks:
- test:
- configure:
bazel:
flags: [] # TODO: Aspect CLI does not support --config for configure cmd
e2e/bzlmod:
icon: bazel
tasks:
Expand Down

0 comments on commit e0a2894

Please sign in to comment.