Skip to content

Commit 1c011a2

Browse files
josephperrottjkrems
authored andcommitted
ci: run less jobs per executor for RBE
Use less jobs per bazel run to reduce the rate at which we perform API calls for RBE
1 parent 783cc7f commit 1c011a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ build:remote --define=EXECUTOR=remote
129129
build:remote --remote_cache=remotebuildexecution.googleapis.com
130130
build:remote --remote_executor=remotebuildexecution.googleapis.com
131131
build:remote --remote_timeout=600
132-
build:remote --jobs=150
132+
build:remote --jobs=10
133133

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

0 commit comments

Comments
 (0)