Exclude poll, poll-cv for bm_fullstack (its not interesting)

pull/9747/head
Craig Tiller 8 years ago
parent be521dae2f
commit 122e4500d1
  1. 3
      build.yaml
  2. 3
      templates/tools/run_tests/generated/tests.json.template
  3. 4
      tools/run_tests/generated/tests.json

@ -3012,6 +3012,9 @@ targets:
- gpr
args:
- --benchmark_min_time=0
excluded_poll_engines:
- poll
- poll-cv
platforms:
- mac
- linux

@ -17,6 +17,9 @@
timeout_seconds = tgt.get("timeout_seconds", None)
if timeout_seconds:
out['timeout_seconds'] = timeout_seconds
excluded_poll_engines = tgt.get("excluded_poll_engines", None)
if excluded_poll_engines:
out['excluded_poll_engines'] = excluded_poll_engines
return out
%>

@ -2503,6 +2503,10 @@
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"excluded_poll_engines": [
"poll",
"poll-cv"
],
"flaky": false,
"gtest": false,
"language": "c++",

Loading…
Cancel
Save