Maximize 32 cores (#26188)

This commit is contained in:
Esun Kim 2021-05-06 12:34:35 -07:00 committed by GitHub
parent 24e9a6978b
commit 2c2b82e7c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"
}