aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2018-12-07 13:15:30 -0800
committerGravatar GitHub <noreply@github.com>2018-12-07 13:15:30 -0800
commitb590167cf28365111de0e2f6ccae1a86536d52cc (patch)
tree55b94f815d4213e0a82ebeb3766758d6793afb0b /build.yaml
parent6dc358ca341faf1bcfb88b4635caf61ca2d6c598 (diff)
parent2246607dedfbad98c3aa4f39997907a203985863 (diff)
Merge pull request #17435 from yang-g/health_service_shutdown
Add a Shutdown call to HealthCheckServiceInterface
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 1e63933f55..af70be8459 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1755,6 +1755,7 @@ libs:
build: private
language: c++
headers:
+ - test/cpp/end2end/test_health_check_service_impl.h
- test/cpp/end2end/test_service_impl.h
- test/cpp/util/byte_buffer_proto_helper.h
- test/cpp/util/channel_trace_proto_helper.h
@@ -1769,6 +1770,7 @@ libs:
- src/proto/grpc/testing/echo.proto
- src/proto/grpc/testing/duplicate/echo_duplicate.proto
- src/proto/grpc/testing/simple_messages.proto
+ - test/cpp/end2end/test_health_check_service_impl.cc
- test/cpp/end2end/test_service_impl.cc
- test/cpp/util/byte_buffer_proto_helper.cc
- test/cpp/util/channel_trace_proto_helper.cc
@@ -1789,6 +1791,7 @@ libs:
build: private
language: c++
headers:
+ - test/cpp/end2end/test_health_check_service_impl.h
- test/cpp/end2end/test_service_impl.h
- test/cpp/util/byte_buffer_proto_helper.h
- test/cpp/util/string_ref_helper.h
@@ -1799,6 +1802,7 @@ libs:
- src/proto/grpc/testing/echo.proto
- src/proto/grpc/testing/duplicate/echo_duplicate.proto
- src/proto/grpc/testing/simple_messages.proto
+ - test/cpp/end2end/test_health_check_service_impl.cc
- test/cpp/end2end/test_service_impl.cc
- test/cpp/util/byte_buffer_proto_helper.cc
- test/cpp/util/string_ref_helper.cc