Skip to content

Commit

Permalink
chore: enable Aspect Workflows RBE (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jan 9, 2025
1 parent 08fe920 commit fb00d51
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 14 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ common --remote_download_outputs=minimal
common --nobuild_runfile_links

# remote execution
common:rbe --extra_execution_platforms=//bazel/platforms:x86_64_linux_remote
common:rbe --host_platform=//bazel/platforms:x86_64_linux_remote
common:rbe --extra_execution_platforms=@aspect_rules_js//.aspect/workflows:x86_64_linux_remote
common:rbe --host_platform=@aspect_rules_js//.aspect/workflows:x86_64_linux_remote
common:rbe --remote_executor=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc
common:rbe --genrule_strategy=remote,local
common:rbe --jobs=32
Expand Down
36 changes: 36 additions & 0 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ workspaces:
label: rules_js
tasks:
- test:
bazel:
flags:
- --config=rbe
e2e/bzlmod:
icon: bazel
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=rbe
- format:
without: true
- buildifier:
Expand All @@ -19,6 +25,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=rbe
- format:
without: true
- buildifier:
Expand All @@ -31,6 +40,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=rbe
- format:
without: true
- buildifier:
Expand Down Expand Up @@ -60,6 +72,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=rbe
- format:
without: true
- buildifier:
Expand All @@ -69,6 +84,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=rbe
- format:
without: true
- buildifier:
Expand All @@ -78,6 +96,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=rbe
- format:
without: true
- buildifier:
Expand Down Expand Up @@ -145,6 +166,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=rbe
- format:
without: true
- buildifier:
Expand All @@ -154,6 +178,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=rbe
- format:
without: true
- buildifier:
Expand All @@ -163,6 +190,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=rbe
- format:
without: true
- buildifier:
Expand All @@ -181,6 +211,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=rbe
- format:
without: true
- buildifier:
Expand All @@ -190,6 +223,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=rbe
- format:
without: true
- buildifier:
Expand Down
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ npm.npm_translate_lock(
"requires-network",
],
"puppeteer": [
"no-remote",
"no-sandbox",
"requires-network",
],
Expand Down
12 changes: 0 additions & 12 deletions bazel/platforms/BUILD.bazel

This file was deleted.

0 comments on commit fb00d51

Please sign in to comment.