|
|
@ -155,7 +155,7 @@ grpc_cc_test( |
|
|
|
], |
|
|
|
], |
|
|
|
flaky = True, # TODO(b/144705388) |
|
|
|
flaky = True, # TODO(b/144705388) |
|
|
|
linkstatic = True, # Fixes dyld error on MacOS |
|
|
|
linkstatic = True, # Fixes dyld error on MacOS |
|
|
|
shard_count = 10, |
|
|
|
shard_count = 20, |
|
|
|
tags = [ |
|
|
|
tags = [ |
|
|
|
"no_test_ios", |
|
|
|
"no_test_ios", |
|
|
|
"no_windows", |
|
|
|
"no_windows", |
|
|
@ -203,6 +203,7 @@ grpc_cc_test( |
|
|
|
"gtest", |
|
|
|
"gtest", |
|
|
|
], |
|
|
|
], |
|
|
|
linkstatic = True, # Fixes dyld error on MacOS |
|
|
|
linkstatic = True, # Fixes dyld error on MacOS |
|
|
|
|
|
|
|
shard_count = 15, |
|
|
|
tags = [ |
|
|
|
tags = [ |
|
|
|
"no_test_ios", |
|
|
|
"no_test_ios", |
|
|
|
"no_windows", |
|
|
|
"no_windows", |
|
|
@ -250,6 +251,7 @@ grpc_cc_test( |
|
|
|
"gtest", |
|
|
|
"gtest", |
|
|
|
], |
|
|
|
], |
|
|
|
linkstatic = True, # Fixes dyld error on MacOS |
|
|
|
linkstatic = True, # Fixes dyld error on MacOS |
|
|
|
|
|
|
|
shard_count = 5, |
|
|
|
tags = [ |
|
|
|
tags = [ |
|
|
|
"no_test_ios", |
|
|
|
"no_test_ios", |
|
|
|
"no_windows", |
|
|
|
"no_windows", |
|
|
@ -300,6 +302,7 @@ grpc_cc_test( |
|
|
|
], |
|
|
|
], |
|
|
|
flaky = True, # TODO(b/144705388) |
|
|
|
flaky = True, # TODO(b/144705388) |
|
|
|
linkstatic = True, # Fixes dyld error on MacOS |
|
|
|
linkstatic = True, # Fixes dyld error on MacOS |
|
|
|
|
|
|
|
shard_count = 10, |
|
|
|
tags = [ |
|
|
|
tags = [ |
|
|
|
"no_test_ios", |
|
|
|
"no_test_ios", |
|
|
|
"no_windows", |
|
|
|
"no_windows", |
|
|
|