[bazel] Reduce number of jobs to 100.

PiperOrigin-RevId: 338517024
This commit is contained in:
Ayush Ranjan 2020-10-22 11:44:47 -07:00 committed by gVisor bot
parent 58a3c2d44f
commit c188daf889
1 changed files with 2 additions and 1 deletions

View File

@ -42,5 +42,6 @@ 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
# TODO(b/171495162): Revert to 300 jobs once bug is fixed.
build:remote --jobs=100
build:remote --remote_timeout=3600