aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-14 17:09:48 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-14 17:09:48 -0800
commitb60615895512e2e969d31dbaf7f9eed584b453e0 (patch)
tree69079043b19931d89d8ea275af2af81e0a7a426b /build.yaml
parent88a7a9f82e3a78f28b3e6eb1fba474051d72173b (diff)
parent070f0c4b677c89052fa92bd24e9541ac1c0ef827 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index d0c2bec106..864429f856 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2522,8 +2522,29 @@ targets:
- name: handshake_server
build: test
language: c
+ headers:
+ - test/core/handshake/server_ssl_common.h
src:
- test/core/handshake/server_ssl.cc
+ - test/core/handshake/server_ssl_common.cc
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+ exclude_iomgrs:
+ - uv
+ platforms:
+ - linux
+ secure: true
+- name: handshake_server_with_readahead_handshaker
+ build: test
+ language: c
+ headers:
+ - test/core/handshake/server_ssl_common.h
+ src:
+ - test/core/handshake/readahead_handshaker_server_ssl.cc
+ - test/core/handshake/server_ssl_common.cc
deps:
- grpc_test_util
- grpc
@@ -3818,6 +3839,20 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: client_channel_stress_test
+ gtest: false
+ build: test
+ language: c++
+ src:
+ - src/proto/grpc/lb/v1/load_balancer.proto
+ - test/cpp/client/client_channel_stress_test.cc
+ deps:
+ - grpc++_test_util
+ - grpc_test_util
+ - grpc++
+ - grpc
+ - gpr_test_util
+ - gpr
- name: client_crash_test
gtest: true
cpu_cost: 0.1