aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-02-10 14:53:58 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2017-02-13 16:26:00 -0800
commitf31f0962740cd263dffe383f6bf1b8a56c4ddbdb (patch)
tree6442f0233f56ae5c45b76e03f0b6fe1778b4ebf7 /build.yaml
parent55246161cda8b1b23b5415aef918468abd55bcea (diff)
Use call context to propagare LR costs
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml19
1 files changed, 9 insertions, 10 deletions
diff --git a/build.yaml b/build.yaml
index 62321fafc2..750bb696d3 100644
--- a/build.yaml
+++ b/build.yaml
@@ -165,6 +165,7 @@ filegroups:
- include/grpc/grpc.h
- include/grpc/grpc_posix.h
- include/grpc/grpc_security_constants.h
+ - include/grpc/load_reporting.h
- include/grpc/slice.h
- include/grpc/slice_buffer.h
- include/grpc/status.h
@@ -894,6 +895,12 @@ filegroups:
language: c++
src:
- src/proto/grpc/reflection/v1alpha/reflection.proto
+- name: grpc++_test
+ language: c++
+ public_headers:
+ - include/grpc++/test/server_context_test_spouse.h
+ deps:
+ - grpc++
- name: thrift_util
language: c++
public_headers:
@@ -1140,15 +1147,6 @@ libs:
- grpc++
filegroups:
- grpc++_reflection_proto
-- name: grpc++_test
- build: private
- language: c++
- headers:
- - include/grpc++/test/server_context_test_spouse.h
- src:
- - src/cpp/test/server_context_test_spouse.cc
- deps:
- - grpc++
- name: grpc++_test_config
build: private
language: c++
@@ -3663,11 +3661,12 @@ targets:
- test/cpp/test/server_context_test_spouse_test.cc
deps:
- grpc_test_util
- - grpc++_test
- grpc++
- grpc
- gpr_test_util
- gpr
+ uses:
+ - grpc++_test
- name: server_crash_test
gtest: true
cpu_cost: 0.1