Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use aspect workflows RBE #1908

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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=aspect_rbe
e2e/bzlmod:
icon: bazel
tasks:
- test:
queue: aspect-default
bazel:
flags:
- --config=aspect_rbe
- format:
without: true
- buildifier:
Expand All @@ -23,6 +29,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=aspect_rbe
- format:
without: true
- buildifier:
Expand All @@ -39,6 +48,9 @@ workspaces:
tasks:
- test:
queue: aspect-default
bazel:
flags:
- --config=aspect_rbe
- format:
without: true
- buildifier:
Expand Down Expand Up @@ -80,6 +92,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=aspect_rbe
- format:
without: true
- buildifier:
Expand All @@ -93,6 +108,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=aspect_rbe
- format:
without: true
- buildifier:
Expand All @@ -106,6 +124,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=aspect_rbe
- format:
without: true
- buildifier:
Expand Down Expand Up @@ -201,6 +222,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=aspect_rbe
- format:
without: true
- buildifier:
Expand All @@ -214,6 +238,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=aspect_rbe
- format:
without: true
- buildifier:
Expand All @@ -227,6 +254,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=aspect_rbe
- format:
without: true
- buildifier:
Expand All @@ -240,6 +270,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=aspect_rbe
- format:
without: true
- buildifier:
Expand All @@ -253,6 +286,9 @@ workspaces:
tasks:
- test:
queue: aspect-medium
bazel:
flags:
- --config=aspect_rbe
- format:
without: true
- buildifier:
Expand Down
Loading