Maximize 32 cores (#26188)

pull/26192/head
Esun Kim 4 years ago committed by GitHub
parent 24e9a6978b
commit 2c2b82e7c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_build_submodule_at_head.sh
  2. 2
      tools/internal_ci/linux/grpc_portability_build_only.cfg

@ -55,4 +55,4 @@ fi
# commit so that changes are passed to Docker
git -c user.name='foo' -c user.email='foo@google.com' commit -a -m 'Update submodule' --allow-empty
tools/run_tests/run_tests_matrix.py -f linux --inner_jobs 4 -j 4 --internal_ci --build_only
tools/run_tests/run_tests_matrix.py -f linux --inner_jobs 8 -j 4 --internal_ci --build_only

@ -26,5 +26,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
value: "-f portability linux --inner_jobs 4 -j 4 --internal_ci --build_only"
value: "-f portability linux --inner_jobs 8 -j 4 --internal_ci --build_only"
}

Loading…
Cancel
Save