Skip to content

Commit

Permalink
chore: enable Aspect Workflows RBE
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jan 9, 2025
1 parent 5a7aa71 commit 03ccbe8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platform(
],
exec_properties = {
"OSFamily": "Linux",
"container-image": "docker://ghcr.io/catthehacker/ubuntu:act-22.04@sha256:5f9c35c25db1d51a8ddaae5c0ba8d3c163c5e9a4a6cc97acd409ac7eae239448",
"container-image": "docker://public.ecr.aws/docker/library/python@sha256:247105bbbe7f7afc7c12ac893be65b5a32951c1d0276392dc2bf09861ba288a6",
},
visibility = ["//visibility:public"],
)
12 changes: 6 additions & 6 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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 --remote_executor=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc
common:rbe --genrule_strategy=remote,local
common:rbe --jobs=32
common:rbe --remote_timeout=3600
common --extra_execution_platforms=@aspect_rules_terser//.aspect/workflows:x86_64_linux_remote
common --host_platform=@aspect_rules_terser//.aspect/workflows:x86_64_linux_remote
common --remote_executor=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc
common --genrule_strategy=remote,local
common --jobs=32
common --remote_timeout=3600

0 comments on commit 03ccbe8

Please sign in to comment.