Skip to content

Commit

Permalink
ci: run less jobs per executor for RBE
Browse files Browse the repository at this point in the history
Use less jobs per bazel run to reduce the rate at which we perform API calls for RBE
  • Loading branch information
josephperrott authored and jkrems committed Jan 6, 2025
1 parent 783cc7f commit 1c011a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ build:remote --define=EXECUTOR=remote
build:remote --remote_cache=remotebuildexecution.googleapis.com
build:remote --remote_executor=remotebuildexecution.googleapis.com
build:remote --remote_timeout=600
build:remote --jobs=150
build:remote --jobs=10

# Setup the toolchain and platform for the remote build execution. The platform
# is provided by the shared dev-infra package and targets k8 remote containers.
Expand Down

0 comments on commit 1c011a2

Please sign in to comment.