Skip to content

Commit

Permalink
build: speed up RBE by allowing more concurrent jobs (angular#27314)
Browse files Browse the repository at this point in the history
Bazel detects maximum number of jobs based on host resources.
Since we run remotely, we can increase this number significantly.
  • Loading branch information
devversion authored Jun 15, 2023
1 parent 3969d9a commit 840878f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ build:remote --define=EXECUTOR=remote
build:remote --cpu=k8
build:remote --host_cpu=k8

# Bazel detects maximum number of jobs based on host resources.
# Since we run remotely, we can increase this number significantly.
common:remote --jobs=200

# Setup the remote build execution servers.
build:remote --remote_cache=remotebuildexecution.googleapis.com
build:remote --remote_executor=remotebuildexecution.googleapis.com
Expand Down

0 comments on commit 840878f

Please sign in to comment.