Changing parallelism of linux/grpc_portability_build_only (#32246)

* Change args

* Fix args
pull/32250/head
Esun Kim 2 years ago committed by GitHub
parent d769da7229
commit 9403786b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_portability_build_only.cfg

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

Loading…
Cancel
Save