Skip to content

Commit

Permalink
increase Basic Tests C/C++ MacOS jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Mar 28, 2024
1 parent 9585ff4 commit e18200e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/internal_ci/linux/grpc_portability.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ action {

env_vars {
key: "RUN_TESTS_FLAGS"
value: "-f portability linux --inner_jobs 16 -j 1 --internal_ci --bq_result_table aggregate_results"
value: "-f portability linux --inner_jobs 8 -j 2 --internal_ci --bq_result_table aggregate_results"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
# on pull requests, only run the "dbg" configuration due to CI resource constraints
value: "-f basictests macos corelang dbg --internal_ci -j 1 --inner_jobs 16 --max_time=3600"
value: "-f basictests macos corelang dbg --internal_ci -j 2 --inner_jobs 8 --max_time=3600"
}

0 comments on commit e18200e

Please sign in to comment.