diff --git a/.aspect/workflows/bazelrc b/.aspect/workflows/bazelrc index fa5170159d..efad855368 100644 --- a/.aspect/workflows/bazelrc +++ b/.aspect/workflows/bazelrc @@ -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 \ No newline at end of file diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml index e756771aff..71eeb00b3a 100644 --- a/.aspect/workflows/config.yaml +++ b/.aspect/workflows/config.yaml @@ -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: