Maximize 32 cores (#26188)
This commit is contained in:
parent
24e9a6978b
commit
2c2b82e7c0
|
|
@ -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…
Reference in New Issue