summaryrefslogtreecommitdiffhomepage
path: root/.bazelrc
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-07-30 09:49:19 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-30 09:51:07 -0700
commit0d7c87ad014aa8eb931a5dcb970d736ce00d4b32 (patch)
treeba481a812c5fbf918aecd19a93fdd91ed92a3c79 /.bazelrc
parent84496b3a619def2db0e25ab41f029823621bc713 (diff)
Double the number of jobs used by RBE.
PiperOrigin-RevId: 324022546
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bazelrc b/.bazelrc
index 17530a682..a2fe95822 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -50,14 +50,14 @@ build:remote --extra_toolchains=//tools/bazeldefs:cc-toolchain-clang-x86_64-defa
build:remote --extra_execution_platforms=//tools/bazeldefs:rbe_ubuntu1604
build:remote --platforms=//tools/bazeldefs:rbe_ubuntu1604
build:remote --crosstool_top=@rbe_default//cc:toolchain
-build:remote --jobs=50
+build:remote --jobs=100
build:remote --remote_timeout=3600
build:remote3 --host_platform=//tools/bazeldefs:rbe_ubuntu1604_bazel3
build:remote3 --extra_toolchains=//tools/bazeldefs:cc-toolchain-clang-x86_64-default_bazel3
build:remote3 --extra_execution_platforms=//tools/bazeldefs:rbe_ubuntu1604_bazel3
build:remote3 --platforms=//tools/bazeldefs:rbe_ubuntu1604_bazel3
build:remote3 --crosstool_top=@rbe_default//cc:toolchain
-build:remote3 --jobs=50
+build:remote3 --jobs=100
build:remote3 --remote_timeout=3600
# Set flags for uploading to BES in order to view results in the Bazel Build