aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2018-05-07 11:17:47 -0700
committerGravatar Adele Zhou <adelez@google.com>2018-05-07 11:17:56 -0700
commit5792c052dd839ae24cb0924077634cb794617b37 (patch)
tree250e39306d95c1cdf83821f580d7db175d5b0f4e /tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh
parentaef957950aa3390e3516531ca2d783de8fc9333b (diff)
Update test jobs to 800 and set runs_per_test back to 2 to detect flakes.
Diffstat (limited to 'tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh')
-rwxr-xr-xtools/internal_ci/linux/grpc_bazel_on_foundry_base.sh2
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 d38356c966..4e0937c37b 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="200" \
+ test --jobs="800" \
--test_output=errors \
--verbose_failures=true \
--keep_going \