aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/tests.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-04 14:17:14 -0700
committerGravatar GitHub <noreply@github.com>2016-11-04 14:17:14 -0700
commit503653e27ed882db1e8c134f9daca0bae451d325 (patch)
treee2fc9aeb87ed3e0ac1cc3ae0dae25d79caec9cd5 /tools/run_tests/tests.json
parent2f75cf431752fce978c437f70dbd8e1b9f7ae3d3 (diff)
parent57b7760facc595d0bfe073b8765d5e0520433d8f (diff)
Merge pull request #8456 from ctiller/pid_ctl
Simple PID controller
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r--tools/run_tests/tests.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 9264963936..7bace54299 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -2198,6 +2198,28 @@
"ci_platforms": [
"linux",
"mac",
+ "posix",
+ "windows"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [],
+ "flaky": false,
+ "gtest": false,
+ "language": "c",
+ "name": "transport_pid_controller_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ]
+ },
+ {
+ "args": [],
+ "ci_platforms": [
+ "linux",
+ "mac",
"posix"
],
"cpu_cost": 1.0,