We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88d704 commit 6a09523Copy full SHA for 6a09523
tools/internal_ci/macos/pull_request/grpc_basictests_c_cpp.cfg
@@ -27,5 +27,6 @@ action {
27
28
env_vars {
29
key: "RUN_TESTS_FLAGS"
30
- value: "-f basictests macos corelang --internal_ci -j 1 --inner_jobs 4 --max_time=3600"
+ # 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"
32
}
0 commit comments