aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/macos
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-06-29 14:18:38 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-06-29 14:18:38 +0200
commitf53eb370560b797463ff571b384c66ef787d67dc (patch)
treeaa4afe41ed7defbf516bd15a8e7707cfe5b8460c /tools/internal_ci/macos
parentb047350e4b9d8fbbfa6c2a8842b1185f062ae487 (diff)
improvements to kokoro macos build
Diffstat (limited to 'tools/internal_ci/macos')
-rwxr-xr-xtools/internal_ci/macos/grpc_master.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/macos/grpc_master.sh b/tools/internal_ci/macos/grpc_master.sh
index 786859be3f..c64666b2de 100755
--- a/tools/internal_ci/macos/grpc_master.sh
+++ b/tools/internal_ci/macos/grpc_master.sh
@@ -20,7 +20,7 @@ cd $(dirname $0)/../../..
source tools/internal_ci/helper_scripts/prepare_build_macos_rc
-tools/run_tests/run_tests_matrix.py -f basictests macos --internal_ci || FAILED="true"
+tools/run_tests/run_tests_matrix.py -f basictests macos --internal_ci -j 2 --inner_jobs 4 || FAILED="true"
# kill port_server.py to prevent the build from hanging
ps aux | grep port_server\\.py | awk '{print $2}' | xargs kill -9