Merge pull request #13039 from ctiller/tfix2

Turn benchmark failures into test failures
pull/13339/head
Craig Tiller 7 years ago committed by GitHub
commit ce1c7db84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 28
      build.yaml
  2. 56
      tools/run_tests/generated/tests.json

@ -3475,8 +3475,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
platforms:
@ -3498,8 +3496,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
platforms:
@ -3521,8 +3517,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
platforms:
@ -3544,8 +3538,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
platforms:
@ -3566,8 +3558,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
platforms:
@ -3588,8 +3578,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
platforms:
@ -3610,8 +3598,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=4
benchmark: true
defaults: benchmark
platforms:
@ -3632,8 +3618,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
platforms:
@ -3657,8 +3641,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
excluded_poll_engines:
@ -3685,8 +3667,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
excluded_poll_engines:
@ -3712,8 +3692,6 @@ targets:
- gpr_test_util
- gpr
- grpc++_test_config
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
exclude_configs:
@ -3742,8 +3720,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
excluded_poll_engines:
@ -3768,8 +3744,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
platforms:
@ -3791,8 +3765,6 @@ targets:
- grpc_unsecure
- gpr_test_util
- gpr
args:
- --benchmark_min_time=0
benchmark: true
defaults: benchmark
platforms:

@ -2964,9 +2964,7 @@
"uses_polling": false
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -2988,9 +2986,7 @@
"uses_polling": false
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3012,9 +3008,7 @@
"uses_polling": false
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3036,9 +3030,7 @@
"uses_polling": false
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3060,9 +3052,7 @@
"uses_polling": true
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3084,9 +3074,7 @@
"uses_polling": true
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3108,9 +3096,7 @@
"uses_polling": true
},
{
"args": [
"--benchmark_min_time=4"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3132,9 +3118,7 @@
"uses_polling": true
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3156,9 +3140,7 @@
"uses_polling": false
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3185,9 +3167,7 @@
"uses_polling": true
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3214,9 +3194,7 @@
"uses_polling": true
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3245,9 +3223,7 @@
"uses_polling": true
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3274,9 +3250,7 @@
"uses_polling": true
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",
@ -3298,9 +3272,7 @@
"uses_polling": false
},
{
"args": [
"--benchmark_min_time=0"
],
"args": [],
"benchmark": true,
"ci_platforms": [
"linux",

Loading…
Cancel
Save