Increase Foundry job count to 200

pull/15129/head
Matt Kwong 7 years ago
parent caa6f0ec94
commit 7ec3be7576
  1. 2
      tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh
  2. 2
      tools/internal_ci/linux/grpc_msan_on_foundry.sh
  3. 2
      tools/internal_ci/linux/grpc_ubsan_on_foundry.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="100" \
test --jobs="200" \
--test_output=errors \
--verbose_failures=true \
--keep_going \

@ -37,7 +37,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
"${KOKORO_GFILE_DIR}/bazel_wrapper.py" \
--host_jvm_args=-Dbazel.DigestFunction=SHA256 \
test --jobs="100" \
test --jobs="200" \
--test_timeout="3600,3600,3600,3600" \
--test_output=errors \
--verbose_failures=true \

@ -37,7 +37,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
"${KOKORO_GFILE_DIR}/bazel_wrapper.py" \
--host_jvm_args=-Dbazel.DigestFunction=SHA256 \
test --jobs="100" \
test --jobs="200" \
--test_timeout="3600,3600,3600,3600" \
--test_output=errors \
--verbose_failures=true \

Loading…
Cancel
Save