Skip to content

Commit 6a09523

Browse files
authored
Remove opt MacOS builds from PR presubmit cmake C/C++ basic tests (grpc#29730)
1 parent c88d704 commit 6a09523

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/internal_ci/macos/pull_request/grpc_basictests_c_cpp.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ action {
2727

2828
env_vars {
2929
key: "RUN_TESTS_FLAGS"
30-
value: "-f basictests macos corelang --internal_ci -j 1 --inner_jobs 4 --max_time=3600"
30+
# on pull requests, only run the "dbg" configuration due to CI resource constraints
31+
value: "-f basictests macos corelang dbg --internal_ci -j 1 --inner_jobs 4 --max_time=3600"
3132
}

0 commit comments

Comments
 (0)