summaryrefslogtreecommitdiffhomepage
path: root/.bazelrc
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-12-01 19:19:07 -0800
committergVisor bot <gvisor-bot@google.com>2020-12-01 19:20:47 -0800
commit93d29719cc016a8f52ae5e28c4a3bff2d9da0c3f (patch)
tree55c4f34c0fd889389505c212b37677a927318809 /.bazelrc
parentaa419cef4b0189d0dbe739e65553482a135cd5d1 (diff)
Drop jobs for bazel remote execution.
PiperOrigin-RevId: 345147980
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bazelrc b/.bazelrc
index e2848ef07..47c26843d 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -42,5 +42,5 @@ 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=300
+build:remote --jobs=100
build:remote --remote_timeout=3600