diff options
author | Adele Zhou <adelez@google.com> | 2018-05-07 14:46:25 -0700 |
---|---|---|
committer | Adele Zhou <adelez@google.com> | 2018-05-07 14:46:25 -0700 |
commit | 27eef6ccafc1126cc6ab3603057439bfda8069a2 (patch) | |
tree | 5fd08530aafe7164c38c50a6008b7f5bbb648a15 /tools/internal_ci | |
parent | 5792c052dd839ae24cb0924077634cb794617b37 (diff) |
Keep jobs at 200 as suggested by Foundry team.
Diffstat (limited to 'tools/internal_ci')
-rwxr-xr-x | tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh b/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh index 4e0937c37b..d38356c966 100755 --- a/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh +++ b/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh @@ -37,7 +37,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc # TODO(adelez): implement size for test targets and change test_timeout back "${KOKORO_GFILE_DIR}/bazel_wrapper.py" \ --host_jvm_args=-Dbazel.DigestFunction=SHA256 \ - test --jobs="800" \ + test --jobs="200" \ --test_output=errors \ --verbose_failures=true \ --keep_going \ |