aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-07-28 15:47:32 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-07-28 15:47:32 -0700
commitfb193a1e2fd0093103101b2551dd3e7b9af8833d (patch)
treeb1d7ba010e35797e7c02c0056c89a517cb66b8bc /build.yaml
parent020dbf2ef5d01f22791e20182ec0509767264ffe (diff)
parent433f7bce2d5a6683e9d60a147b528bb9be98baff (diff)
Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 4a40ee6173..2c266a20c0 100644
--- a/build.yaml
+++ b/build.yaml
@@ -214,6 +214,7 @@ filegroups:
- src/core/lib/iomgr/iomgr.h
- src/core/lib/iomgr/iomgr_internal.h
- src/core/lib/iomgr/iomgr_posix.h
+ - src/core/lib/iomgr/iomgr_uv.h
- src/core/lib/iomgr/is_epollexclusive_available.h
- src/core/lib/iomgr/load_file.h
- src/core/lib/iomgr/lockfree_event.h
@@ -1702,6 +1703,16 @@ targets:
deps:
- grpc_test_util
- grpc
+- name: byte_stream_test
+ build: test
+ language: c
+ src:
+ - test/core/transport/byte_stream_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: census_context_test
build: test
language: c
@@ -2387,6 +2398,8 @@ targets:
- grpc
- gpr_test_util
- gpr
+ exclude_iomgrs:
+ - uv
platforms:
- linux
secure: true
@@ -4494,6 +4507,7 @@ targets:
- grpc
- gpr_test_util
- gpr
+ timeout_seconds: 1200
- name: writes_per_rpc_test
gtest: true
cpu_cost: 0.5