blob: 0356dd5b4843427d77d32ed63ad25246b7ca278c [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
16 - src/core/census/aggregation.h
Alistair Veitch77715442016-02-22 14:20:25 -080017 - src/core/census/mlog.h
Craig Tiller25834342015-09-25 08:08:24 -070018 - src/core/census/rpc_metric_id.h
19 src:
20 - src/core/census/context.c
21 - src/core/census/initialize.c
Alistair Veitch77715442016-02-22 14:20:25 -080022 - src/core/census/mlog.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010024 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070025 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010026- name: gpr
27 public_headers:
28 - include/grpc/support/alloc.h
29 - include/grpc/support/atm.h
30 - include/grpc/support/atm_gcc_atomic.h
31 - include/grpc/support/atm_gcc_sync.h
32 - include/grpc/support/atm_win32.h
33 - include/grpc/support/avl.h
34 - include/grpc/support/cmdline.h
35 - include/grpc/support/cpu.h
36 - include/grpc/support/histogram.h
37 - include/grpc/support/host_port.h
38 - include/grpc/support/log.h
39 - include/grpc/support/log_win32.h
40 - include/grpc/support/port_platform.h
41 - include/grpc/support/slice.h
42 - include/grpc/support/slice_buffer.h
43 - include/grpc/support/string_util.h
44 - include/grpc/support/subprocess.h
45 - include/grpc/support/sync.h
46 - include/grpc/support/sync_generic.h
47 - include/grpc/support/sync_posix.h
48 - include/grpc/support/sync_win32.h
49 - include/grpc/support/thd.h
50 - include/grpc/support/time.h
51 - include/grpc/support/tls.h
52 - include/grpc/support/tls_gcc.h
53 - include/grpc/support/tls_msvc.h
54 - include/grpc/support/tls_pthread.h
55 - include/grpc/support/useful.h
56 headers:
57 - src/core/profiling/timers.h
Craig Tillerc72cc422016-03-11 10:54:36 -080058 - src/core/support/backoff.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 - src/core/support/block_annotate.h
60 - src/core/support/env.h
Craig Tiller732a8752016-02-22 15:59:19 -080061 - src/core/support/load_file.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 - src/core/support/murmur_hash.h
63 - src/core/support/stack_lockfree.h
64 - src/core/support/string.h
65 - src/core/support/string_win32.h
66 - src/core/support/thd_internal.h
67 - src/core/support/time_precise.h
Craig Tiller732a8752016-02-22 15:59:19 -080068 - src/core/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010069 src:
70 - src/core/profiling/basic_timers.c
71 - src/core/profiling/stap_timers.c
72 - src/core/support/alloc.c
73 - src/core/support/avl.c
Craig Tillerc72cc422016-03-11 10:54:36 -080074 - src/core/support/backoff.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - src/core/support/cmdline.c
76 - src/core/support/cpu_iphone.c
77 - src/core/support/cpu_linux.c
78 - src/core/support/cpu_posix.c
79 - src/core/support/cpu_windows.c
80 - src/core/support/env_linux.c
81 - src/core/support/env_posix.c
82 - src/core/support/env_win32.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010083 - src/core/support/histogram.c
84 - src/core/support/host_port.c
Craig Tiller732a8752016-02-22 15:59:19 -080085 - src/core/support/load_file.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010086 - src/core/support/log.c
87 - src/core/support/log_android.c
88 - src/core/support/log_linux.c
89 - src/core/support/log_posix.c
90 - src/core/support/log_win32.c
91 - src/core/support/murmur_hash.c
92 - src/core/support/slice.c
93 - src/core/support/slice_buffer.c
94 - src/core/support/stack_lockfree.c
95 - src/core/support/string.c
96 - src/core/support/string_posix.c
97 - src/core/support/string_win32.c
98 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010099 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100100 - src/core/support/sync.c
101 - src/core/support/sync_posix.c
102 - src/core/support/sync_win32.c
103 - src/core/support/thd.c
104 - src/core/support/thd_posix.c
105 - src/core/support/thd_win32.c
106 - src/core/support/time.c
107 - src/core/support/time_posix.c
108 - src/core/support/time_precise.c
109 - src/core/support/time_win32.c
110 - src/core/support/tls_pthread.c
Craig Tiller732a8752016-02-22 15:59:19 -0800111 - src/core/support/tmpfile_posix.c
112 - src/core/support/tmpfile_win32.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100113 - src/core/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800114- name: gpr_codegen
115 public_headers:
116 - include/grpc/impl/codegen/alloc.h
117 - include/grpc/impl/codegen/atm.h
118 - include/grpc/impl/codegen/atm_gcc_atomic.h
119 - include/grpc/impl/codegen/atm_gcc_sync.h
120 - include/grpc/impl/codegen/atm_win32.h
121 - include/grpc/impl/codegen/log.h
122 - include/grpc/impl/codegen/port_platform.h
123 - include/grpc/impl/codegen/slice.h
124 - include/grpc/impl/codegen/slice_buffer.h
125 - include/grpc/impl/codegen/sync.h
126 - include/grpc/impl/codegen/sync_generic.h
127 - include/grpc/impl/codegen/sync_posix.h
128 - include/grpc/impl/codegen/sync_win32.h
129 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700130- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700131 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800132 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700133 - include/grpc++/channel.h
134 - include/grpc++/client_context.h
135 - include/grpc++/completion_queue.h
136 - include/grpc++/create_channel.h
137 - include/grpc++/generic/async_generic_service.h
138 - include/grpc++/generic/generic_stub.h
139 - include/grpc++/grpc++.h
140 - include/grpc++/impl/call.h
141 - include/grpc++/impl/client_unary_call.h
142 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800143 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700144 - include/grpc++/impl/proto_utils.h
145 - include/grpc++/impl/rpc_method.h
146 - include/grpc++/impl/rpc_service_method.h
147 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800148 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700149 - include/grpc++/impl/service_type.h
150 - include/grpc++/impl/sync.h
151 - include/grpc++/impl/sync_cxx11.h
152 - include/grpc++/impl/sync_no_cxx11.h
153 - include/grpc++/impl/thd.h
154 - include/grpc++/impl/thd_cxx11.h
155 - include/grpc++/impl/thd_no_cxx11.h
156 - include/grpc++/security/auth_context.h
157 - include/grpc++/security/auth_metadata_processor.h
158 - include/grpc++/security/credentials.h
159 - include/grpc++/security/server_credentials.h
160 - include/grpc++/server.h
161 - include/grpc++/server_builder.h
162 - include/grpc++/server_context.h
163 - include/grpc++/support/async_stream.h
164 - include/grpc++/support/async_unary_call.h
165 - include/grpc++/support/byte_buffer.h
166 - include/grpc++/support/channel_arguments.h
167 - include/grpc++/support/config.h
168 - include/grpc++/support/config_protobuf.h
169 - include/grpc++/support/slice.h
170 - include/grpc++/support/status.h
171 - include/grpc++/support/status_code_enum.h
172 - include/grpc++/support/string_ref.h
173 - include/grpc++/support/stub_options.h
174 - include/grpc++/support/sync_stream.h
175 - include/grpc++/support/time.h
176 headers:
177 - src/cpp/client/create_channel_internal.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800178 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700179 - src/cpp/common/create_auth_context.h
180 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700181 - src/cpp/server/thread_pool_interface.h
182 src:
183 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700184 - src/cpp/client/client_context.cc
185 - src/cpp/client/create_channel.cc
186 - src/cpp/client/create_channel_internal.cc
187 - src/cpp/client/credentials.cc
188 - src/cpp/client/generic_stub.cc
189 - src/cpp/client/insecure_credentials.cc
yang-g52705592015-11-25 11:45:33 -0800190 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700191 - src/cpp/common/completion_queue.cc
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +0100192 - src/cpp/common/core_codegen.cc
Craig Tiller25834342015-09-25 08:08:24 -0700193 - src/cpp/common/rpc_method.cc
Craig Tiller25834342015-09-25 08:08:24 -0700194 - src/cpp/server/async_generic_service.cc
195 - src/cpp/server/create_default_thread_pool.cc
196 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700197 - src/cpp/server/insecure_server_credentials.cc
198 - src/cpp/server/server.cc
199 - src/cpp/server/server_builder.cc
200 - src/cpp/server/server_context.cc
201 - src/cpp/server/server_credentials.cc
202 - src/cpp/util/byte_buffer.cc
203 - src/cpp/util/slice.cc
204 - src/cpp/util/status.cc
205 - src/cpp/util/string_ref.cc
206 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800207- name: grpc++_codegen
208 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800209 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800210 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800211 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800212 - include/grpc++/impl/codegen/call_hook.h
213 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800214 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800215 - include/grpc++/impl/codegen/client_unary_call.h
216 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800217 - include/grpc++/impl/codegen/completion_queue_tag.h
218 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800219 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100220 - include/grpc++/impl/codegen/core_codegen_interface.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800221 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800222 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800223 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800224 - include/grpc++/impl/codegen/rpc_method.h
225 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800226 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800227 - include/grpc++/impl/codegen/serialization_traits.h
228 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800229 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800230 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800231 - include/grpc++/impl/codegen/status.h
232 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800233 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800234 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800235 - include/grpc++/impl/codegen/sync.h
236 - include/grpc++/impl/codegen/sync_cxx11.h
237 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800238 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800239 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800240 src:
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100241 - src/cpp/codegen/codegen_init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700242- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700243 public_headers:
244 - include/grpc/byte_buffer.h
245 - include/grpc/byte_buffer_reader.h
246 - include/grpc/compression.h
247 - include/grpc/grpc.h
248 - include/grpc/status.h
249 headers:
250 - src/core/census/grpc_filter.h
251 - src/core/channel/channel_args.h
252 - src/core/channel/channel_stack.h
253 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700254 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700255 - src/core/channel/compress_filter.h
256 - src/core/channel/connected_channel.h
257 - src/core/channel/context.h
258 - src/core/channel/http_client_filter.h
259 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800260 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700261 - src/core/client_config/client_config.h
262 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800263 - src/core/client_config/initial_connect_string.h
Craig Tillereb841e22016-02-11 15:49:16 -0800264 - src/core/client_config/lb_policies/load_balancer_api.h
Craig Tiller25834342015-09-25 08:08:24 -0700265 - src/core/client_config/lb_policies/pick_first.h
266 - src/core/client_config/lb_policies/round_robin.h
267 - src/core/client_config/lb_policy.h
268 - src/core/client_config/lb_policy_factory.h
269 - src/core/client_config/lb_policy_registry.h
270 - src/core/client_config/resolver.h
271 - src/core/client_config/resolver_factory.h
272 - src/core/client_config/resolver_registry.h
273 - src/core/client_config/resolvers/dns_resolver.h
274 - src/core/client_config/resolvers/sockaddr_resolver.h
275 - src/core/client_config/subchannel.h
276 - src/core/client_config/subchannel_factory.h
Craig Tiller694cf8b2016-01-15 21:13:25 -0800277 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700278 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800279 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700280 - src/core/compression/message_compress.h
281 - src/core/debug/trace.h
282 - src/core/httpcli/format_request.h
283 - src/core/httpcli/httpcli.h
284 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700285 - src/core/iomgr/closure.h
286 - src/core/iomgr/endpoint.h
287 - src/core/iomgr/endpoint_pair.h
288 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700289 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700290 - src/core/iomgr/fd_posix.h
291 - src/core/iomgr/iocp_windows.h
292 - src/core/iomgr/iomgr.h
293 - src/core/iomgr/iomgr_internal.h
294 - src/core/iomgr/iomgr_posix.h
295 - src/core/iomgr/pollset.h
296 - src/core/iomgr/pollset_posix.h
297 - src/core/iomgr/pollset_set.h
298 - src/core/iomgr/pollset_set_posix.h
299 - src/core/iomgr/pollset_set_windows.h
300 - src/core/iomgr/pollset_windows.h
301 - src/core/iomgr/resolve_address.h
302 - src/core/iomgr/sockaddr.h
303 - src/core/iomgr/sockaddr_posix.h
304 - src/core/iomgr/sockaddr_utils.h
305 - src/core/iomgr/sockaddr_win32.h
306 - src/core/iomgr/socket_utils_posix.h
307 - src/core/iomgr/socket_windows.h
308 - src/core/iomgr/tcp_client.h
309 - src/core/iomgr/tcp_posix.h
310 - src/core/iomgr/tcp_server.h
311 - src/core/iomgr/tcp_windows.h
312 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700313 - src/core/iomgr/timer.h
314 - src/core/iomgr/timer_heap.h
Craig Tiller25834342015-09-25 08:08:24 -0700315 - src/core/iomgr/udp_server.h
316 - src/core/iomgr/wakeup_fd_pipe.h
317 - src/core/iomgr/wakeup_fd_posix.h
318 - src/core/iomgr/workqueue.h
319 - src/core/iomgr/workqueue_posix.h
320 - src/core/iomgr/workqueue_windows.h
321 - src/core/json/json.h
322 - src/core/json/json_common.h
323 - src/core/json/json_reader.h
324 - src/core/json/json_writer.h
Craig Tillereb841e22016-02-11 15:49:16 -0800325 - src/core/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller25834342015-09-25 08:08:24 -0700326 - src/core/statistics/census_interface.h
327 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700328 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700329 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700330 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700331 - src/core/surface/channel.h
332 - src/core/surface/completion_queue.h
333 - src/core/surface/event_string.h
334 - src/core/surface/init.h
335 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700336 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800337 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700338 - src/core/transport/chttp2/alpn.h
339 - src/core/transport/chttp2/bin_encoder.h
340 - src/core/transport/chttp2/frame.h
341 - src/core/transport/chttp2/frame_data.h
342 - src/core/transport/chttp2/frame_goaway.h
343 - src/core/transport/chttp2/frame_ping.h
344 - src/core/transport/chttp2/frame_rst_stream.h
345 - src/core/transport/chttp2/frame_settings.h
346 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800347 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700348 - src/core/transport/chttp2/hpack_parser.h
349 - src/core/transport/chttp2/hpack_table.h
350 - src/core/transport/chttp2/http2_errors.h
351 - src/core/transport/chttp2/huffsyms.h
352 - src/core/transport/chttp2/incoming_metadata.h
353 - src/core/transport/chttp2/internal.h
354 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700355 - src/core/transport/chttp2/stream_map.h
356 - src/core/transport/chttp2/timeout_encoding.h
357 - src/core/transport/chttp2/varint.h
358 - src/core/transport/chttp2_transport.h
359 - src/core/transport/connectivity_state.h
360 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800361 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800362 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700363 - src/core/transport/transport.h
364 - src/core/transport/transport_impl.h
365 src:
366 - src/core/census/grpc_context.c
367 - src/core/census/grpc_filter.c
368 - src/core/channel/channel_args.c
369 - src/core/channel/channel_stack.c
370 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700371 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700372 - src/core/channel/compress_filter.c
373 - src/core/channel/connected_channel.c
374 - src/core/channel/http_client_filter.c
375 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800376 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700377 - src/core/client_config/client_config.c
378 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800379 - src/core/client_config/default_initial_connect_string.c
380 - src/core/client_config/initial_connect_string.c
Craig Tillereb841e22016-02-11 15:49:16 -0800381 - src/core/client_config/lb_policies/load_balancer_api.c
Craig Tiller25834342015-09-25 08:08:24 -0700382 - src/core/client_config/lb_policies/pick_first.c
383 - src/core/client_config/lb_policies/round_robin.c
384 - src/core/client_config/lb_policy.c
385 - src/core/client_config/lb_policy_factory.c
386 - src/core/client_config/lb_policy_registry.c
387 - src/core/client_config/resolver.c
388 - src/core/client_config/resolver_factory.c
389 - src/core/client_config/resolver_registry.c
390 - src/core/client_config/resolvers/dns_resolver.c
391 - src/core/client_config/resolvers/sockaddr_resolver.c
392 - src/core/client_config/subchannel.c
393 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800394 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700395 - src/core/client_config/uri_parser.c
Craig Tiller732a8752016-02-22 15:59:19 -0800396 - src/core/compression/compression_algorithm.c
Craig Tiller25834342015-09-25 08:08:24 -0700397 - src/core/compression/message_compress.c
398 - src/core/debug/trace.c
399 - src/core/httpcli/format_request.c
400 - src/core/httpcli/httpcli.c
401 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700402 - src/core/iomgr/closure.c
403 - src/core/iomgr/endpoint.c
404 - src/core/iomgr/endpoint_pair_posix.c
405 - src/core/iomgr/endpoint_pair_windows.c
406 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700407 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700408 - src/core/iomgr/fd_posix.c
409 - src/core/iomgr/iocp_windows.c
410 - src/core/iomgr/iomgr.c
411 - src/core/iomgr/iomgr_posix.c
412 - src/core/iomgr/iomgr_windows.c
413 - src/core/iomgr/pollset_multipoller_with_epoll.c
414 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
415 - src/core/iomgr/pollset_posix.c
416 - src/core/iomgr/pollset_set_posix.c
417 - src/core/iomgr/pollset_set_windows.c
418 - src/core/iomgr/pollset_windows.c
419 - src/core/iomgr/resolve_address_posix.c
420 - src/core/iomgr/resolve_address_windows.c
421 - src/core/iomgr/sockaddr_utils.c
422 - src/core/iomgr/socket_utils_common_posix.c
423 - src/core/iomgr/socket_utils_linux.c
424 - src/core/iomgr/socket_utils_posix.c
425 - src/core/iomgr/socket_windows.c
426 - src/core/iomgr/tcp_client_posix.c
427 - src/core/iomgr/tcp_client_windows.c
428 - src/core/iomgr/tcp_posix.c
429 - src/core/iomgr/tcp_server_posix.c
430 - src/core/iomgr/tcp_server_windows.c
431 - src/core/iomgr/tcp_windows.c
432 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700433 - src/core/iomgr/timer.c
434 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700435 - src/core/iomgr/udp_server.c
436 - src/core/iomgr/wakeup_fd_eventfd.c
437 - src/core/iomgr/wakeup_fd_nospecial.c
438 - src/core/iomgr/wakeup_fd_pipe.c
439 - src/core/iomgr/wakeup_fd_posix.c
440 - src/core/iomgr/workqueue_posix.c
441 - src/core/iomgr/workqueue_windows.c
442 - src/core/json/json.c
443 - src/core/json/json_reader.c
444 - src/core/json/json_string.c
445 - src/core/json/json_writer.c
Craig Tillereb841e22016-02-11 15:49:16 -0800446 - src/core/proto/grpc/lb/v0/load_balancer.pb.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100447 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700448 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700449 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700450 - src/core/surface/byte_buffer_reader.c
451 - src/core/surface/call.c
452 - src/core/surface/call_details.c
453 - src/core/surface/call_log_batch.c
454 - src/core/surface/channel.c
455 - src/core/surface/channel_connectivity.c
456 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800457 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700458 - src/core/surface/completion_queue.c
459 - src/core/surface/event_string.c
460 - src/core/surface/init.c
461 - src/core/surface/lame_client.c
462 - src/core/surface/metadata_array.c
463 - src/core/surface/server.c
464 - src/core/surface/server_chttp2.c
465 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800466 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700467 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800468 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700469 - src/core/transport/chttp2/alpn.c
470 - src/core/transport/chttp2/bin_encoder.c
471 - src/core/transport/chttp2/frame_data.c
472 - src/core/transport/chttp2/frame_goaway.c
473 - src/core/transport/chttp2/frame_ping.c
474 - src/core/transport/chttp2/frame_rst_stream.c
475 - src/core/transport/chttp2/frame_settings.c
476 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800477 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700478 - src/core/transport/chttp2/hpack_parser.c
479 - src/core/transport/chttp2/hpack_table.c
480 - src/core/transport/chttp2/huffsyms.c
481 - src/core/transport/chttp2/incoming_metadata.c
482 - src/core/transport/chttp2/parsing.c
483 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700484 - src/core/transport/chttp2/stream_lists.c
485 - src/core/transport/chttp2/stream_map.c
486 - src/core/transport/chttp2/timeout_encoding.c
487 - src/core/transport/chttp2/varint.c
488 - src/core/transport/chttp2/writing.c
489 - src/core/transport/chttp2_transport.c
490 - src/core/transport/connectivity_state.c
491 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800492 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800493 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700494 - src/core/transport/transport.c
495 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800496- name: grpc_codegen
497 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800498 - include/grpc/impl/codegen/byte_buffer.h
499 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800500 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800501 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800502 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800503 - include/grpc/impl/codegen/status.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100504- name: grpc_secure
505 headers:
506 - src/core/security/auth_filters.h
Craig Tiller732a8752016-02-22 15:59:19 -0800507 - src/core/security/b64.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100508 - src/core/security/credentials.h
509 - src/core/security/handshake.h
510 - src/core/security/json_token.h
511 - src/core/security/jwt_verifier.h
512 - src/core/security/secure_endpoint.h
513 - src/core/security/security_connector.h
514 - src/core/security/security_context.h
515 - src/core/tsi/fake_transport_security.h
516 - src/core/tsi/ssl_transport_security.h
517 - src/core/tsi/ssl_types.h
518 - src/core/tsi/transport_security.h
519 - src/core/tsi/transport_security_interface.h
520 src:
521 - src/core/httpcli/httpcli_security_connector.c
Craig Tiller732a8752016-02-22 15:59:19 -0800522 - src/core/security/b64.c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100523 - src/core/security/client_auth_filter.c
524 - src/core/security/credentials.c
525 - src/core/security/credentials_metadata.c
526 - src/core/security/credentials_posix.c
527 - src/core/security/credentials_win32.c
528 - src/core/security/google_default_credentials.c
529 - src/core/security/handshake.c
530 - src/core/security/json_token.c
531 - src/core/security/jwt_verifier.c
532 - src/core/security/secure_endpoint.c
533 - src/core/security/security_connector.c
534 - src/core/security/security_context.c
535 - src/core/security/server_auth_filter.c
536 - src/core/security/server_secure_chttp2.c
537 - src/core/surface/init_secure.c
538 - src/core/surface/secure_channel_create.c
539 - src/core/tsi/fake_transport_security.c
540 - src/core/tsi/ssl_transport_security.c
541 - src/core/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700542- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700543 headers:
544 - test/core/end2end/cq_verifier.h
545 - test/core/end2end/fixtures/proxy.h
546 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700547 - test/core/util/grpc_profiler.h
548 - test/core/util/parse_hexstring.h
549 - test/core/util/port.h
550 - test/core/util/slice_splitter.h
551 src:
552 - test/core/end2end/cq_verifier.c
553 - test/core/end2end/fixtures/proxy.c
554 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700555 - test/core/util/grpc_profiler.c
556 - test/core/util/parse_hexstring.c
557 - test/core/util/port_posix.c
558 - test/core/util/port_windows.c
559 - test/core/util/slice_splitter.c
Craig Tillereb841e22016-02-11 15:49:16 -0800560- name: nanopb
561 headers:
562 - third_party/nanopb/pb.h
563 - third_party/nanopb/pb_common.h
564 - third_party/nanopb/pb_decode.h
565 - third_party/nanopb/pb_encode.h
566 src:
567 - third_party/nanopb/pb_common.c
568 - third_party/nanopb/pb_decode.c
569 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100570libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800571- name: gpr
572 build: all
573 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800574 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800575 - gpr
576 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800577 secure: false
578 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
579- name: gpr_test_util
580 build: private
581 language: c
582 headers:
583 - test/core/util/test_config.h
584 src:
585 - test/core/util/test_config.c
586 deps:
587 - gpr
588 secure: false
589 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700590- name: grpc
591 build: all
592 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700593 public_headers:
594 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800595 deps:
596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700597 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800598 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700599 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700600 filegroups:
601 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100602 - grpc_secure
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100603 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700604 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800605 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700606 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700607 vs_packages:
608 - grpc.dependencies.openssl
609 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700610 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800611- name: grpc_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100612 build: protoc
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800613 language: c
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800614 headers: []
615 src: []
616 filegroups:
617 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100618 - grpc_codegen
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800619 secure: false
620 vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100621- name: grpc_dll
622 build: private
623 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100624 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100625 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100626 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100627 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100628 build_system:
629 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100630 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100631 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100632 vs_config_type: DynamicLibrary
633 vs_packages:
634 - grpc.dependencies.openssl
635 - grpc.dependencies.zlib
636 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
637 vs_props:
638 - zlib
639 - openssl
640 - winsock
641 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700642- name: grpc_test_util
643 build: private
644 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700645 headers:
646 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800647 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700648 src:
649 - test/core/end2end/data/server1_cert.c
650 - test/core/end2end/data/server1_key.c
651 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800652 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700653 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800654 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800655 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700656 - grpc
657 filegroups:
658 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700659 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
660- name: grpc_test_util_unsecure
661 build: private
662 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700663 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800664 - gpr
665 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800666 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700667 filegroups:
668 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700669 secure: false
670 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
671- name: grpc_unsecure
672 build: all
673 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700674 src:
675 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800676 deps:
677 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700678 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800679 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700680 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700681 filegroups:
682 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800683 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700684 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800685 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700686 secure: false
687 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
688- name: grpc_zookeeper
689 build: all
690 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700691 public_headers:
692 - include/grpc/grpc_zookeeper.h
693 headers:
694 - src/core/client_config/resolvers/zookeeper_resolver.h
695 src:
696 - src/core/client_config/resolvers/zookeeper_resolver.c
697 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800698 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700699 - grpc
700 external_deps:
701 - zookeeper
702 platforms:
703 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700704 secure: false
705- name: reconnect_server
706 build: private
707 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700708 headers:
709 - test/core/util/reconnect_server.h
710 src:
711 - test/core/util/reconnect_server.c
712 deps:
yang-gc9fca182015-11-06 16:41:33 -0800713 - test_tcp_server
714 - grpc_test_util
715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800716 - gpr_test_util
717 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800718- name: test_tcp_server
719 build: private
720 language: c
721 headers:
722 - test/core/util/test_tcp_server.h
723 src:
724 - test/core/util/test_tcp_server.c
725 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700726 - grpc_test_util
727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800728 - gpr_test_util
729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700730- name: grpc++
731 build: all
732 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700733 headers:
734 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800735 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700736 - src/cpp/common/secure_auth_context.h
737 - src/cpp/server/secure_server_credentials.h
738 src:
Craig Tiller25834342015-09-25 08:08:24 -0700739 - src/cpp/client/secure_credentials.cc
740 - src/cpp/common/auth_property_iterator.cc
741 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800742 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700743 - src/cpp/common/secure_create_auth_context.cc
744 - src/cpp/server/secure_server_credentials.cc
745 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700746 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700747 baselib: true
748 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700749 filegroups:
750 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800751 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700752 secure: check
753 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800754- name: grpc++_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100755 build: protoc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800756 language: c++
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800757 headers: []
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100758 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800759 filegroups:
760 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100761 - grpc_codegen
762 - grpc++_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800763 secure: false
David Garcia Quintasaee7cf12016-02-19 14:05:47 -0800764 vs_project_guid: '{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700765- name: grpc++_test_config
766 build: private
767 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700768 headers:
769 - test/cpp/util/test_config.h
770 src:
771 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700772- name: grpc++_test_util
773 build: private
774 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700775 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800776 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800777 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700778 - test/cpp/util/cli_call.h
779 - test/cpp/util/create_test_channel.h
780 - test/cpp/util/string_ref_helper.h
781 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800782 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700783 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800784 - src/proto/grpc/testing/echo_messages.proto
785 - src/proto/grpc/testing/echo.proto
786 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800787 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800788 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700789 - test/cpp/util/cli_call.cc
790 - test/cpp/util/create_test_channel.cc
791 - test/cpp/util/string_ref_helper.cc
792 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800793 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700794 deps:
795 - grpc++
796 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700797- name: grpc++_unsecure
798 build: all
799 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700800 src:
801 - src/cpp/common/insecure_create_auth_context.cc
802 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800803 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700804 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700805 baselib: true
806 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700807 filegroups:
808 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800809 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700810 secure: false
811 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
812- name: grpc_plugin_support
813 build: protoc
814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700815 headers:
816 - include/grpc++/support/config.h
817 - include/grpc++/support/config_protobuf.h
818 - src/compiler/config.h
819 - src/compiler/cpp_generator.h
820 - src/compiler/cpp_generator_helpers.h
821 - src/compiler/csharp_generator.h
822 - src/compiler/csharp_generator_helpers.h
823 - src/compiler/generator_helpers.h
824 - src/compiler/objective_c_generator.h
825 - src/compiler/objective_c_generator_helpers.h
826 - src/compiler/python_generator.h
827 - src/compiler/ruby_generator.h
828 - src/compiler/ruby_generator_helpers-inl.h
829 - src/compiler/ruby_generator_map-inl.h
830 - src/compiler/ruby_generator_string-inl.h
831 src:
832 - src/compiler/cpp_generator.cc
833 - src/compiler/csharp_generator.cc
834 - src/compiler/objective_c_generator.cc
835 - src/compiler/python_generator.cc
836 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800837 deps:
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800838 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800839 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800840 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700841 secure: false
842 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800843 vs_props:
844 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700845- name: interop_client_helper
846 build: private
847 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700848 headers:
849 - test/cpp/interop/client_helper.h
850 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800851 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700852 - test/cpp/interop/client_helper.cc
853 deps:
854 - grpc++_test_util
855 - grpc_test_util
856 - grpc++
857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800858 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700859- name: interop_client_main
860 build: private
861 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700862 headers:
863 - test/cpp/interop/interop_client.h
864 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800865 - src/proto/grpc/testing/empty.proto
866 - src/proto/grpc/testing/messages.proto
867 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700868 - test/cpp/interop/client.cc
869 - test/cpp/interop/interop_client.cc
870 deps:
871 - interop_client_helper
872 - grpc++_test_util
873 - grpc_test_util
874 - grpc++
875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800876 - gpr_test_util
877 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700878 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700879- name: interop_server_helper
880 build: private
881 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700882 headers:
883 - test/cpp/interop/server_helper.h
884 src:
885 - test/cpp/interop/server_helper.cc
886 deps:
887 - grpc_test_util
888 - grpc++
889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700891- name: interop_server_main
892 build: private
893 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700894 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800895 - src/proto/grpc/testing/empty.proto
896 - src/proto/grpc/testing/messages.proto
897 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800898 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700899 deps:
900 - interop_server_helper
901 - grpc++_test_util
902 - grpc_test_util
903 - grpc++
904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800905 - gpr_test_util
906 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700907 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700908- name: qps
909 build: private
910 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700911 headers:
912 - test/cpp/qps/client.h
913 - test/cpp/qps/driver.h
914 - test/cpp/qps/histogram.h
915 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800916 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700917 - test/cpp/qps/perf_db_client.h
918 - test/cpp/qps/qps_worker.h
919 - test/cpp/qps/report.h
920 - test/cpp/qps/server.h
921 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800922 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700923 - test/cpp/util/benchmark_config.h
924 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800925 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800926 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800927 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800928 - src/proto/grpc/testing/control.proto
929 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800930 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700931 - test/cpp/qps/client_async.cc
932 - test/cpp/qps/client_sync.cc
933 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800934 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700935 - test/cpp/qps/perf_db_client.cc
936 - test/cpp/qps/qps_worker.cc
937 - test/cpp/qps/report.cc
938 - test/cpp/qps/server_async.cc
939 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -0800940 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -0700941 - test/cpp/util/benchmark_config.cc
942 deps:
943 - grpc_test_util
944 - grpc++_test_util
945 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946- name: grpc_csharp_ext
947 build: all
948 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700949 src:
950 - src/csharp/ext/grpc_csharp_ext.c
951 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800954 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800955 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 dll: only
957 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700958 vs_packages:
959 - grpc.dependencies.openssl
960 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700961 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700962 vs_props:
963 - zlib
964 - openssl
965 - winsock
966 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100968- name: alarm_test
969 build: test
970 language: c
971 src:
972 - test/core/surface/alarm_test.c
973 deps:
974 - grpc_test_util
975 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800976 - gpr_test_util
977 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800978- name: algorithm_test
979 build: test
980 language: c
981 src:
982 - test/core/compression/algorithm_test.c
983 deps:
984 - grpc_test_util
985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800986 - gpr_test_util
987 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800988- name: alloc_test
989 build: test
990 language: c
991 src:
992 - test/core/support/alloc_test.c
993 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800994 - gpr_test_util
995 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700996- name: alpn_test
997 build: test
998 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700999 src:
1000 - test/core/transport/chttp2/alpn_test.c
1001 deps:
1002 - grpc_test_util
1003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001004 - gpr_test_util
1005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006- name: bin_encoder_test
1007 build: test
1008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001009 src:
1010 - test/core/transport/chttp2/bin_encoder_test.c
1011 deps:
1012 - grpc_test_util
1013 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001014- name: census_context_test
1015 build: test
1016 language: c
1017 src:
1018 - test/core/census/context_test.c
1019 deps:
1020 - grpc_test_util
1021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001022 - gpr_test_util
1023 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001024- name: channel_create_test
1025 build: test
1026 language: c
1027 src:
1028 - test/core/surface/channel_create_test.c
1029 deps:
1030 - grpc_test_util
1031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001032 - gpr_test_util
1033 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001034- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001035 build: test
1036 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001037 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001038 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001039 deps:
1040 - grpc_test_util
1041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001042 - gpr_test_util
1043 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001044- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045 build: test
1046 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001047 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001048 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001049 deps:
1050 - grpc_test_util
1051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001052 - gpr_test_util
1053 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001054- name: chttp2_stream_map_test
1055 build: test
1056 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001057 src:
1058 - test/core/transport/chttp2/stream_map_test.c
1059 deps:
1060 - grpc_test_util
1061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001062 - gpr_test_util
1063 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001064- name: chttp2_varint_test
1065 build: test
1066 language: c
1067 src:
1068 - test/core/transport/chttp2/varint_test.c
1069 deps:
1070 - grpc_test_util
1071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001072 - gpr_test_util
1073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001074- name: compression_test
1075 build: test
1076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001077 src:
1078 - test/core/compression/compression_test.c
1079 deps:
1080 - grpc_test_util
1081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001082 - gpr_test_util
1083 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001084- name: concurrent_connectivity_test
1085 build: test
1086 language: c
1087 src:
1088 - test/core/surface/concurrent_connectivity_test.c
1089 deps:
1090 - grpc_test_util
1091 - grpc
1092 - gpr_test_util
1093 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001094- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001095 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001096 build: test
1097 language: c
1098 src:
1099 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1100 deps:
1101 - grpc_test_util
1102 - grpc
1103 - gpr_test_util
1104 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001105- name: dns_resolver_test
1106 build: test
1107 language: c
1108 src:
1109 - test/core/client_config/resolvers/dns_resolver_test.c
1110 deps:
1111 - grpc_test_util
1112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001113 - gpr_test_util
1114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001116 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117 build: test
1118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001119 src:
1120 - test/core/end2end/dualstack_socket_test.c
1121 deps:
1122 - grpc_test_util
1123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001124 - gpr_test_util
1125 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001126 platforms:
1127 - mac
1128 - linux
1129 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001130- name: endpoint_pair_test
1131 build: test
1132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001133 src:
1134 - test/core/iomgr/endpoint_pair_test.c
1135 deps:
1136 - grpc_test_util
1137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001138 - gpr_test_util
1139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001140- name: fd_conservation_posix_test
1141 build: test
1142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001143 src:
1144 - test/core/iomgr/fd_conservation_posix_test.c
1145 deps:
1146 - grpc_test_util
1147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001148 - gpr_test_util
1149 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001150 platforms:
1151 - mac
1152 - linux
1153 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154- name: fd_posix_test
1155 build: test
1156 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001157 src:
1158 - test/core/iomgr/fd_posix_test.c
1159 deps:
1160 - grpc_test_util
1161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001162 - gpr_test_util
1163 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001164 platforms:
1165 - mac
1166 - linux
1167 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168- name: fling_client
1169 build: test
1170 run: false
1171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001172 src:
1173 - test/core/fling/client.c
1174 deps:
1175 - grpc_test_util
1176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001177 - gpr_test_util
1178 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179- name: fling_server
1180 build: test
1181 run: false
1182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001183 src:
1184 - test/core/fling/server.c
1185 deps:
1186 - grpc_test_util
1187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001188 - gpr_test_util
1189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001191 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192 build: test
1193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001194 src:
1195 - test/core/fling/fling_stream_test.c
1196 deps:
1197 - grpc_test_util
1198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001199 - gpr_test_util
1200 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001201 platforms:
1202 - mac
1203 - linux
1204 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001205- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001206 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207 build: test
1208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001209 src:
1210 - test/core/fling/fling_test.c
1211 deps:
1212 - grpc_test_util
1213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001214 - gpr_test_util
1215 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001216 platforms:
1217 - mac
1218 - linux
1219 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001220- name: gen_hpack_tables
1221 build: tool
1222 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001223 src:
1224 - tools/codegen/core/gen_hpack_tables.c
1225 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001227 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: gen_legal_metadata_characters
1229 build: tool
1230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001231 src:
1232 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001233 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001234- name: gpr_avl_test
1235 build: test
1236 language: c
1237 src:
1238 - test/core/support/avl_test.c
1239 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001240 - gpr_test_util
1241 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001242- name: gpr_backoff_test
1243 build: test
1244 language: c
1245 src:
1246 - test/core/support/backoff_test.c
1247 deps:
1248 - gpr_test_util
1249 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250- name: gpr_cmdline_test
1251 build: test
1252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001253 src:
1254 - test/core/support/cmdline_test.c
1255 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001256 - gpr_test_util
1257 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001258- name: gpr_cpu_test
1259 build: test
1260 language: c
1261 src:
1262 - test/core/support/cpu_test.c
1263 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001264 - gpr_test_util
1265 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001266- name: gpr_env_test
1267 build: test
1268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001269 src:
1270 - test/core/support/env_test.c
1271 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001272 - gpr_test_util
1273 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001274- name: gpr_histogram_test
1275 build: test
1276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001277 src:
1278 - test/core/support/histogram_test.c
1279 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001282- name: gpr_host_port_test
1283 build: test
1284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001285 src:
1286 - test/core/support/host_port_test.c
1287 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001288 - gpr_test_util
1289 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001290- name: gpr_load_file_test
1291 build: test
1292 language: c
1293 src:
1294 - test/core/support/load_file_test.c
1295 deps:
1296 - gpr_test_util
1297 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001298- name: gpr_log_test
1299 build: test
1300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001301 src:
1302 - test/core/support/log_test.c
1303 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001304 - gpr_test_util
1305 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001306- name: gpr_slice_buffer_test
1307 build: test
1308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001309 src:
1310 - test/core/support/slice_buffer_test.c
1311 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001312 - gpr_test_util
1313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001314- name: gpr_slice_test
1315 build: test
1316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001317 src:
1318 - test/core/support/slice_test.c
1319 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001320 - gpr_test_util
1321 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001323 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324 build: test
1325 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001326 src:
1327 - test/core/support/stack_lockfree_test.c
1328 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001329 - gpr_test_util
1330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331- name: gpr_string_test
1332 build: test
1333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001334 src:
1335 - test/core/support/string_test.c
1336 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001337 - gpr_test_util
1338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001339- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001340 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001341 build: test
1342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001343 src:
1344 - test/core/support/sync_test.c
1345 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001346 - gpr_test_util
1347 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001349 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350 build: test
1351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001352 src:
1353 - test/core/support/thd_test.c
1354 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001355 - gpr_test_util
1356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001357- name: gpr_time_test
1358 build: test
1359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001360 src:
1361 - test/core/support/time_test.c
1362 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001363 - gpr_test_util
1364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365- name: gpr_tls_test
1366 build: test
1367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001368 src:
1369 - test/core/support/tls_test.c
1370 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001371 - gpr_test_util
1372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001373- name: gpr_useful_test
1374 build: test
1375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001376 src:
1377 - test/core/support/useful_test.c
1378 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001379 - gpr_test_util
1380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001381- name: grpc_auth_context_test
1382 build: test
1383 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001384 src:
1385 - test/core/security/auth_context_test.c
1386 deps:
1387 - grpc_test_util
1388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001389 - gpr_test_util
1390 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001391- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001395 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001396 deps:
1397 - grpc_test_util
1398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001399 - gpr_test_util
1400 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001401- name: grpc_byte_buffer_reader_test
1402 build: test
1403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001404 src:
1405 - test/core/surface/byte_buffer_reader_test.c
1406 deps:
1407 - grpc_test_util
1408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001409 - gpr_test_util
1410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: grpc_channel_args_test
1412 build: test
1413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001414 src:
1415 - test/core/channel/channel_args_test.c
1416 deps:
1417 - grpc_test_util
1418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001419 - gpr_test_util
1420 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001421- name: grpc_channel_stack_test
1422 build: test
1423 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001424 src:
1425 - test/core/channel/channel_stack_test.c
1426 deps:
1427 - grpc_test_util
1428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001429 - gpr_test_util
1430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431- name: grpc_completion_queue_test
1432 build: test
1433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001434 src:
1435 - test/core/surface/completion_queue_test.c
1436 deps:
1437 - grpc_test_util
1438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001439 - gpr_test_util
1440 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001441- name: grpc_create_jwt
1442 build: tool
1443 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001444 src:
1445 - test/core/security/create_jwt.c
1446 deps:
1447 - grpc_test_util
1448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001449 - gpr_test_util
1450 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001451- name: grpc_credentials_test
1452 build: test
1453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001454 src:
1455 - test/core/security/credentials_test.c
1456 deps:
1457 - grpc_test_util
1458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001459 - gpr_test_util
1460 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: grpc_fetch_oauth2
1462 build: tool
1463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001464 src:
1465 - test/core/security/fetch_oauth2.c
1466 deps:
1467 - grpc_test_util
1468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001469 - gpr_test_util
1470 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001471- name: grpc_invalid_channel_args_test
1472 build: test
1473 language: c
1474 src:
1475 - test/core/surface/invalid_channel_args_test.c
1476 deps:
1477 - grpc_test_util
1478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001479 - gpr_test_util
1480 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481- name: grpc_json_token_test
1482 build: test
1483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001484 src:
1485 - test/core/security/json_token_test.c
1486 deps:
1487 - grpc_test_util
1488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001489 - gpr_test_util
1490 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001491 platforms:
1492 - linux
1493 - posix
1494 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001495- name: grpc_jwt_verifier_test
1496 build: test
1497 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001498 src:
1499 - test/core/security/jwt_verifier_test.c
1500 deps:
1501 - grpc_test_util
1502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001503 - gpr_test_util
1504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505- name: grpc_print_google_default_creds_token
1506 build: tool
1507 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001508 src:
1509 - test/core/security/print_google_default_creds_token.c
1510 deps:
1511 - grpc_test_util
1512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001513 - gpr_test_util
1514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515- name: grpc_security_connector_test
1516 build: test
1517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001518 src:
1519 - test/core/security/security_connector_test.c
1520 deps:
1521 - grpc_test_util
1522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001523 - gpr_test_util
1524 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001525- name: grpc_verify_jwt
1526 build: tool
1527 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001528 src:
1529 - test/core/security/verify_jwt.c
1530 deps:
1531 - grpc_test_util
1532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001533 - gpr_test_util
1534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535- name: hpack_parser_test
1536 build: test
1537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001538 src:
1539 - test/core/transport/chttp2/hpack_parser_test.c
1540 deps:
1541 - grpc_test_util
1542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001543 - gpr_test_util
1544 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001545- name: hpack_table_test
1546 build: test
1547 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001548 src:
1549 - test/core/transport/chttp2/hpack_table_test.c
1550 deps:
1551 - grpc_test_util
1552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr_test_util
1554 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555- name: httpcli_format_request_test
1556 build: test
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - test/core/httpcli/format_request_test.c
1560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: httpcli_parser_test
1566 build: test
1567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001568 src:
1569 - test/core/httpcli/parser_test.c
1570 deps:
1571 - grpc_test_util
1572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001573 - gpr_test_util
1574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001575- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001576 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001577 build: test
1578 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001579 src:
1580 - test/core/httpcli/httpcli_test.c
1581 deps:
1582 - grpc_test_util
1583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001586 platforms:
1587 - mac
1588 - linux
1589 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001590- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001591 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001592 build: test
1593 language: c
1594 src:
1595 - test/core/httpcli/httpscli_test.c
1596 deps:
1597 - grpc_test_util
1598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001599 - gpr_test_util
1600 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001601 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001602 - linux
yang-gf1183302015-12-07 16:02:05 -08001603- name: init_test
1604 build: test
1605 language: c
1606 src:
1607 - test/core/surface/init_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001613- name: invalid_call_argument_test
1614 build: test
1615 language: c
1616 src:
1617 - test/core/end2end/invalid_call_argument_test.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: json_rewrite
1624 build: test
1625 run: false
1626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001627 src:
1628 - test/core/json/json_rewrite.c
1629 deps:
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001632- name: json_rewrite_test
1633 build: test
1634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001635 src:
1636 - test/core/json/json_rewrite_test.c
1637 deps:
1638 - grpc_test_util
1639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001640 - gpr_test_util
1641 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001642- name: json_stream_error_test
1643 build: test
1644 language: c
1645 src:
1646 - test/core/json/json_stream_error_test.c
1647 deps:
1648 - grpc_test_util
1649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001650 - gpr_test_util
1651 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001652- name: json_test
1653 build: test
1654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001655 src:
1656 - test/core/json/json_test.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662- name: lame_client_test
1663 build: test
1664 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001665 src:
1666 - test/core/surface/lame_client_test.c
1667 deps:
1668 - grpc_test_util
1669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001670 - gpr_test_util
1671 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001672- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001673 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001674 build: test
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/client_config/lb_policies_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001683- name: low_level_ping_pong_benchmark
1684 build: benchmark
1685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001686 src:
1687 - test/core/network_benchmarks/low_level_ping_pong.c
1688 deps:
1689 - grpc_test_util
1690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001691 - gpr_test_util
1692 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001693 platforms:
1694 - mac
1695 - linux
1696 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697- name: message_compress_test
1698 build: test
1699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - test/core/compression/message_compress_test.c
1702 deps:
1703 - grpc_test_util
1704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001705 - gpr_test_util
1706 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001707- name: mlog_test
1708 build: test
1709 language: c
1710 src:
1711 - test/core/census/mlog_test.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
1715 - gpr_test_util
1716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717- name: multiple_server_queues_test
1718 build: test
1719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001720 src:
1721 - test/core/end2end/multiple_server_queues_test.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001727- name: murmur_hash_test
1728 build: test
1729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001730 src:
1731 - test/core/support/murmur_hash_test.c
1732 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001736 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737 build: test
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - test/core/end2end/no_server_test.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: resolve_address_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/iomgr/resolve_address_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
yang-gd482e592015-12-10 14:04:00 -08001756- name: secure_channel_create_test
1757 build: test
1758 language: c
1759 src:
1760 - test/core/surface/secure_channel_create_test.c
1761 deps:
1762 - grpc_test_util
1763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001764 - gpr_test_util
1765 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001766- name: secure_endpoint_test
1767 build: test
1768 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001769 src:
1770 - test/core/security/secure_endpoint_test.c
1771 deps:
1772 - grpc_test_util
1773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001774 - gpr_test_util
1775 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001776- name: server_chttp2_test
1777 build: test
1778 language: c
1779 src:
1780 - test/core/surface/server_chttp2_test.c
1781 deps:
1782 - grpc_test_util
1783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001784 - gpr_test_util
1785 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001786- name: server_test
1787 build: test
1788 language: c
1789 src:
1790 - test/core/surface/server_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr_test_util
1795 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001796- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001797 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001798 build: test
1799 language: c
1800 src:
1801 - test/core/client_config/set_initial_connect_string_test.c
1802 deps:
1803 - test_tcp_server
1804 - grpc_test_util
1805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr_test_util
1807 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001808- name: sockaddr_resolver_test
1809 build: test
1810 language: c
1811 src:
1812 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1813 deps:
1814 - grpc_test_util
1815 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001816 - gpr_test_util
1817 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001818- name: sockaddr_utils_test
1819 build: test
1820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
1822 - test/core/iomgr/sockaddr_utils_test.c
1823 deps:
1824 - grpc_test_util
1825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001828- name: socket_utils_test
1829 build: test
1830 language: c
1831 src:
1832 - test/core/iomgr/socket_utils_test.c
1833 deps:
1834 - grpc_test_util
1835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr_test_util
1837 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001838 platforms:
1839 - mac
1840 - linux
1841 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001842- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001843 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001844 build: test
1845 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001846 src:
1847 - test/core/iomgr/tcp_client_posix_test.c
1848 deps:
1849 - grpc_test_util
1850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001853 platforms:
1854 - mac
1855 - linux
1856 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001858 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/iomgr/tcp_posix_test.c
1863 deps:
1864 - grpc_test_util
1865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001866 - gpr_test_util
1867 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001868 platforms:
1869 - mac
1870 - linux
1871 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872- name: tcp_server_posix_test
1873 build: test
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
1876 - test/core/iomgr/tcp_server_posix_test.c
1877 deps:
1878 - grpc_test_util
1879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001882 platforms:
1883 - mac
1884 - linux
1885 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: time_averaged_stats_test
1887 build: test
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/iomgr/time_averaged_stats_test.c
1891 deps:
1892 - grpc_test_util
1893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896- name: timeout_encoding_test
1897 build: test
1898 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001899 src:
1900 - test/core/transport/chttp2/timeout_encoding_test.c
1901 deps:
1902 - grpc_test_util
1903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001904 - gpr_test_util
1905 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001906- name: timer_heap_test
1907 build: test
1908 language: c
1909 src:
1910 - test/core/iomgr/timer_heap_test.c
1911 deps:
1912 - grpc_test_util
1913 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001916- name: timer_list_test
1917 build: test
1918 language: c
1919 src:
1920 - test/core/iomgr/timer_list_test.c
1921 deps:
1922 - grpc_test_util
1923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001924 - gpr_test_util
1925 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001926- name: timers_test
1927 build: test
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
1930 - test/core/profiling/timers_test.c
1931 deps:
1932 - grpc_test_util
1933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001936- name: transport_connectivity_state_test
1937 build: test
1938 language: c
1939 src:
1940 - test/core/transport/connectivity_state_test.c
1941 deps:
1942 - grpc_test_util
1943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001944 - gpr_test_util
1945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946- name: transport_metadata_test
1947 build: test
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/core/transport/metadata_test.c
1951 deps:
1952 - grpc_test_util
1953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956- name: transport_security_test
1957 build: test
1958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
1960 - test/core/tsi/transport_security_test.c
1961 deps:
1962 - grpc_test_util
1963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001966 platforms:
1967 - linux
1968 - posix
1969 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: udp_server_test
1971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/iomgr/udp_server_test.c
1975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001980 platforms:
1981 - mac
1982 - linux
1983 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: uri_parser_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/client_config/uri_parser_test.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001994- name: workqueue_test
1995 build: test
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/core/iomgr/workqueue_test.c
1999 deps:
2000 - grpc_test_util
2001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002002 - gpr_test_util
2003 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002004 platforms:
2005 - mac
2006 - linux
2007 - posix
vjpai04e992a2016-02-10 16:58:38 -08002008- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002009 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002010 build: test
2011 language: c++
2012 src:
2013 - test/cpp/common/alarm_cpp_test.cc
2014 deps:
2015 - grpc++_test_util
2016 - grpc_test_util
2017 - grpc++
2018 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002019 - gpr_test_util
2020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002022 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002023 build: test
2024 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/cpp/end2end/async_end2end_test.cc
2027 deps:
2028 - grpc++_test_util
2029 - grpc_test_util
2030 - grpc++
2031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002032 - gpr_test_util
2033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: async_streaming_ping_pong_test
2035 build: test
2036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002037 src:
2038 - test/cpp/qps/async_streaming_ping_pong_test.cc
2039 deps:
2040 - qps
2041 - grpc++_test_util
2042 - grpc_test_util
2043 - grpc++
2044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002047 platforms:
2048 - mac
2049 - linux
2050 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: async_unary_ping_pong_test
2052 build: test
2053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
2055 - test/cpp/qps/async_unary_ping_pong_test.cc
2056 deps:
2057 - qps
2058 - grpc++_test_util
2059 - grpc_test_util
2060 - grpc++
2061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002062 - gpr_test_util
2063 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002064 platforms:
2065 - mac
2066 - linux
2067 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002068- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002069 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002070 build: test
2071 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002072 src:
2073 - test/cpp/common/auth_property_iterator_test.cc
2074 deps:
2075 - grpc++_test_util
2076 - grpc_test_util
2077 - grpc++
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002082 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002083 build: test
2084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002085 src:
yang-g52705592015-11-25 11:45:33 -08002086 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002087 deps:
2088 - grpc++
2089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002092 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093 build: test
2094 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002095 src:
2096 - test/cpp/util/cli_call_test.cc
2097 deps:
2098 - grpc++_test_util
2099 - grpc_test_util
2100 - grpc++
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002105 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002106 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002107 build: test
2108 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002109 src:
2110 - test/cpp/end2end/client_crash_test.cc
2111 deps:
2112 - grpc++_test_util
2113 - grpc_test_util
2114 - grpc++
2115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002118 platforms:
2119 - mac
2120 - linux
2121 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002122- name: client_crash_test_server
2123 build: test
2124 run: false
2125 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002126 src:
2127 - test/cpp/end2end/client_crash_test_server.cc
2128 deps:
2129 - grpc++_test_util
2130 - grpc_test_util
2131 - grpc++
2132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002133 - gpr_test_util
2134 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002135- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002136 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002137 build: test
2138 language: c++
2139 src:
2140 - src/proto/grpc/testing/control.proto
2141 - src/proto/grpc/testing/messages.proto
2142 - src/proto/grpc/testing/payloads.proto
2143 - src/proto/grpc/testing/perf_db.proto
2144 - src/proto/grpc/testing/services.proto
2145 - src/proto/grpc/testing/stats.proto
2146 - test/cpp/codegen/codegen_test.cc
2147 deps:
2148 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002149- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002150 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002151 build: test
2152 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002153 src:
2154 - test/cpp/client/credentials_test.cc
2155 deps:
2156 - grpc++
2157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002159- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002160 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161 build: test
2162 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002163 src:
2164 - test/cpp/util/byte_buffer_test.cc
2165 deps:
2166 - grpc_test_util
2167 - grpc++
2168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002172 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002173 build: test
2174 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002175 src:
2176 - test/cpp/util/slice_test.cc
2177 deps:
2178 - grpc_test_util
2179 - grpc++
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002183- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002184 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002185 build: test
2186 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002187 src:
2188 - test/cpp/util/string_ref_test.cc
2189 deps:
2190 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002191- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002192 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002193 build: test
2194 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002195 src:
2196 - test/cpp/util/time_test.cc
2197 deps:
2198 - grpc_test_util
2199 - grpc++
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002204 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002205 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206 build: test
2207 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
2209 - test/cpp/end2end/end2end_test.cc
2210 deps:
2211 - grpc++_test_util
2212 - grpc_test_util
2213 - grpc++
2214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002215 - gpr_test_util
2216 - gpr
vjpai083dc622016-01-11 09:41:17 -08002217- name: generic_async_streaming_ping_pong_test
2218 build: test
2219 language: c++
2220 src:
2221 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2222 deps:
2223 - qps
2224 - grpc++_test_util
2225 - grpc_test_util
2226 - grpc++
2227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
vjpai083dc622016-01-11 09:41:17 -08002230 platforms:
2231 - mac
2232 - linux
2233 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002234- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002235 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002236 build: test
2237 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002238 src:
2239 - test/cpp/end2end/generic_end2end_test.cc
2240 deps:
2241 - grpc++_test_util
2242 - grpc_test_util
2243 - grpc++
2244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: grpc_cli
2248 build: test
2249 run: false
2250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - test/cpp/util/grpc_cli.cc
2253 deps:
2254 - grpc++_test_util
2255 - grpc_test_util
2256 - grpc++
2257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr_test_util
2259 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002260 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002261- name: grpc_cpp_plugin
2262 build: protoc
2263 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002264 src:
2265 - src/compiler/cpp_plugin.cc
2266 deps:
2267 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268 secure: false
2269 vs_config_type: Application
2270 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2271- name: grpc_csharp_plugin
2272 build: protoc
2273 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
2275 - src/compiler/csharp_plugin.cc
2276 deps:
2277 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278 secure: false
2279 vs_config_type: Application
2280 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2281- name: grpc_objective_c_plugin
2282 build: protoc
2283 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002284 src:
2285 - src/compiler/objective_c_plugin.cc
2286 deps:
2287 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002288 secure: false
2289 vs_config_type: Application
2290 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2291- name: grpc_python_plugin
2292 build: protoc
2293 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002294 src:
2295 - src/compiler/python_plugin.cc
2296 deps:
2297 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298 secure: false
2299 vs_config_type: Application
2300 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2301- name: grpc_ruby_plugin
2302 build: protoc
2303 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002304 src:
2305 - src/compiler/ruby_plugin.cc
2306 deps:
2307 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308 secure: false
2309 vs_config_type: Application
2310 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002311- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002312 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002313 build: test
2314 language: c++
2315 src:
2316 - src/proto/grpc/lb/v0/load_balancer.proto
2317 - test/cpp/grpclb/grpclb_api_test.cc
2318 deps:
2319 - grpc++_test_util
2320 - grpc_test_util
2321 - grpc++
2322 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002323- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002324 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002325 build: test
2326 language: c++
2327 src:
2328 - test/cpp/end2end/hybrid_end2end_test.cc
2329 deps:
2330 - grpc++_test_util
2331 - grpc_test_util
2332 - grpc++
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: interop_client
2337 build: test
2338 run: false
2339 language: c++
2340 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002341 deps:
2342 - interop_client_main
2343 - interop_client_helper
2344 - grpc++_test_util
2345 - grpc_test_util
2346 - grpc++
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002350 - grpc++_test_config
2351 platforms:
2352 - mac
2353 - linux
2354 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002355- name: interop_server
2356 build: test
2357 run: false
2358 language: c++
2359 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002360 deps:
2361 - interop_server_main
2362 - interop_server_helper
2363 - grpc++_test_util
2364 - grpc_test_util
2365 - grpc++
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr_test_util
2368 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002369 - grpc++_test_config
2370 platforms:
2371 - mac
2372 - linux
2373 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002374- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002375 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002376 build: test
2377 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002378 src:
2379 - test/cpp/interop/interop_test.cc
2380 deps:
2381 - grpc_test_util
2382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002383 - gpr_test_util
2384 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002385 platforms:
2386 - mac
2387 - linux
2388 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002389- name: metrics_client
2390 build: test
2391 run: false
2392 language: c++
2393 headers:
2394 - test/cpp/util/metrics_server.h
2395 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002396 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002397 - test/cpp/interop/metrics_client.cc
2398 deps:
2399 - grpc++
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002402 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002403- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002404 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405 build: test
2406 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002407 src:
2408 - test/cpp/end2end/mock_test.cc
2409 deps:
2410 - grpc++_test_util
2411 - grpc_test_util
2412 - grpc++
2413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002414 - gpr_test_util
2415 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416- name: qps_driver
2417 build: benchmark
2418 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002419 src:
2420 - test/cpp/qps/qps_driver.cc
2421 deps:
2422 - qps
2423 - grpc++_test_util
2424 - grpc_test_util
2425 - grpc++
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002429 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430- name: qps_interarrival_test
2431 build: test
2432 run: false
2433 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002434 src:
2435 - test/cpp/qps/qps_interarrival_test.cc
2436 deps:
2437 - qps
2438 - grpc++_test_util
2439 - grpc_test_util
2440 - grpc++
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002444 platforms:
2445 - mac
2446 - linux
2447 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002449 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450 build: test
2451 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
2453 - test/cpp/qps/qps_openloop_test.cc
2454 deps:
2455 - qps
2456 - grpc++_test_util
2457 - grpc_test_util
2458 - grpc++
2459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002460 - gpr_test_util
2461 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002462 - grpc++_test_config
2463 platforms:
2464 - mac
2465 - linux
2466 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002468 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002469 build: test
2470 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
2472 - test/cpp/qps/qps_test.cc
2473 deps:
2474 - qps
2475 - grpc++_test_util
2476 - grpc_test_util
2477 - grpc++
2478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002479 - gpr_test_util
2480 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002481 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002482 platforms:
2483 - mac
2484 - linux
2485 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002486- name: qps_worker
2487 build: benchmark
2488 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002489 headers:
2490 - test/cpp/qps/client.h
2491 - test/cpp/qps/server.h
2492 src:
2493 - test/cpp/qps/worker.cc
2494 deps:
2495 - qps
2496 - grpc++_test_util
2497 - grpc_test_util
2498 - grpc++
2499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002500 - gpr_test_util
2501 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002502 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002503- name: reconnect_interop_client
2504 build: test
2505 run: false
2506 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002507 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002508 - src/proto/grpc/testing/empty.proto
2509 - src/proto/grpc/testing/messages.proto
2510 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002511 - test/cpp/interop/reconnect_interop_client.cc
2512 deps:
2513 - grpc++_test_util
2514 - grpc_test_util
2515 - grpc++
2516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002517 - gpr_test_util
2518 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002519 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002520- name: reconnect_interop_server
2521 build: test
2522 run: false
2523 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002524 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002525 - src/proto/grpc/testing/empty.proto
2526 - src/proto/grpc/testing/messages.proto
2527 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002528 - test/cpp/interop/reconnect_interop_server.cc
2529 deps:
2530 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002531 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002532 - grpc++_test_util
2533 - grpc_test_util
2534 - grpc++
2535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002536 - gpr_test_util
2537 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002538 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002540 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002541 build: test
2542 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002543 src:
2544 - test/cpp/common/secure_auth_context_test.cc
2545 deps:
2546 - grpc++_test_util
2547 - grpc_test_util
2548 - grpc++
2549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002550 - gpr_test_util
2551 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002552- name: secure_sync_unary_ping_pong_test
2553 build: test
2554 language: c++
2555 src:
2556 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2557 deps:
2558 - qps
2559 - grpc++_test_util
2560 - grpc_test_util
2561 - grpc++
2562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002563 - gpr_test_util
2564 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002565 platforms:
2566 - mac
2567 - linux
2568 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002569- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002570 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002571 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572 build: test
2573 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
2575 - test/cpp/end2end/server_crash_test.cc
2576 deps:
2577 - grpc++_test_util
2578 - grpc_test_util
2579 - grpc++
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002583 platforms:
2584 - mac
2585 - linux
2586 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587- name: server_crash_test_client
2588 build: test
2589 run: false
2590 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002591 src:
2592 - test/cpp/end2end/server_crash_test_client.cc
2593 deps:
2594 - grpc++_test_util
2595 - grpc_test_util
2596 - grpc++
2597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002598 - gpr_test_util
2599 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002601 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602 build: test
2603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
2605 - test/cpp/end2end/shutdown_test.cc
2606 deps:
2607 - grpc++_test_util
2608 - grpc_test_util
2609 - grpc++
2610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002611 - gpr_test_util
2612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613- name: status_test
2614 build: test
2615 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
2617 - test/cpp/util/status_test.cc
2618 deps:
2619 - grpc_test_util
2620 - grpc++
2621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002622 - gpr_test_util
2623 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002624- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002625 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002626 build: test
2627 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002628 src:
2629 - test/cpp/end2end/streaming_throughput_test.cc
2630 deps:
2631 - grpc++_test_util
2632 - grpc_test_util
2633 - grpc++
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002637 platforms:
2638 - mac
2639 - linux
2640 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002641- name: stress_test
2642 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002643 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002644 language: c++
2645 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002646 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002647 - test/cpp/interop/interop_client.h
2648 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002649 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002650 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002651 - src/proto/grpc/testing/empty.proto
2652 - src/proto/grpc/testing/messages.proto
2653 - src/proto/grpc/testing/metrics.proto
2654 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002655 - test/cpp/interop/interop_client.cc
2656 - test/cpp/interop/stress_interop_client.cc
2657 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002658 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002659 deps:
2660 - grpc++_test_util
2661 - grpc_test_util
2662 - grpc++
2663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002664 - gpr_test_util
2665 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002666 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002667- name: sync_streaming_ping_pong_test
2668 build: test
2669 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002670 src:
2671 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2672 deps:
2673 - qps
2674 - grpc++_test_util
2675 - grpc_test_util
2676 - grpc++
2677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002678 - gpr_test_util
2679 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002680 platforms:
2681 - mac
2682 - linux
2683 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684- name: sync_unary_ping_pong_test
2685 build: test
2686 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002687 src:
2688 - test/cpp/qps/sync_unary_ping_pong_test.cc
2689 deps:
2690 - qps
2691 - grpc++_test_util
2692 - grpc_test_util
2693 - grpc++
2694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002695 - gpr_test_util
2696 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002697 platforms:
2698 - mac
2699 - linux
2700 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002701- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002702 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002703 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704 build: test
2705 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002706 src:
2707 - test/cpp/end2end/thread_stress_test.cc
2708 deps:
2709 - grpc++_test_util
2710 - grpc_test_util
2711 - grpc++
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002715- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002716 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002717 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002718 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002720 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002721 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002722 - test/cpp/end2end/zookeeper_test.cc
2723 deps:
2724 - grpc++_test_util
2725 - grpc_test_util
2726 - grpc++
2727 - grpc_zookeeper
2728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002729 - gpr_test_util
2730 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002731 external_deps:
2732 - zookeeper
2733 platforms:
2734 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002735- name: public_headers_must_be_c89
2736 build: test
2737 language: c89
2738 src:
2739 - test/core/surface/public_headers_must_be_c89.c
2740 deps:
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002743vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002744- linkage: static
2745 name: grpc.dependencies.zlib
2746 props: false
2747 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002748 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002749- linkage: static
2750 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002751 props: true
2752 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002753 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002754- name: gflags
2755 props: false
2756 redist: false
2757 version: 2.1.2.1
2758- name: gtest
2759 props: false
2760 redist: false
2761 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002762configs:
2763 asan:
2764 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002765 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002766 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002767 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002768 LD: clang
2769 LDFLAGS: -fsanitize=address
2770 LDXX: clang++
2771 compile_the_world: true
2772 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002773 ASAN_OPTIONS: detect_leaks=1:color=always
2774 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002775 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002776 asan-noleaks:
2777 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002778 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002779 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002780 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002781 LD: clang
2782 LDFLAGS: -fsanitize=address
2783 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002784 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002785 test_environ:
2786 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002787 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002788 basicprof:
2789 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2790 DEFINES: NDEBUG
2791 dbg:
2792 CPPFLAGS: -O0
2793 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08002794 easan:
2795 CC: clang
2796 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
2797 -DGPR_NO_DIRECT_SYSCALLS
2798 CXX: clang++
2799 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2800 LD: clang
2801 LDFLAGS: -fsanitize=address
2802 LDXX: clang++
2803 compile_the_world: true
2804 test_environ:
2805 ASAN_OPTIONS: detect_leaks=1:color=always
2806 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2807 timeout_multiplier: 3
2808 edbg:
2809 CPPFLAGS: -O0
2810 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2811 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08002812 CC: clang
2813 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
2814 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
2815 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08002816 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08002817 LD: clang
2818 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2819 LDXX: clang++
2820 compile_the_world: true
2821 test_environ:
2822 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2823 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002824 gcov:
2825 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002826 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002827 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002828 DEFINES: _DEBUG DEBUG GPR_GCOV
2829 LD: gcc
2830 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2831 LDXX: g++
2832 helgrind:
2833 CPPFLAGS: -O0
2834 DEFINES: _DEBUG DEBUG
2835 LDFLAGS: -rdynamic
2836 timeout_multiplier: 20
2837 valgrind: --tool=helgrind
2838 memcheck:
2839 CPPFLAGS: -O0
2840 DEFINES: _DEBUG DEBUG
2841 LDFLAGS: -rdynamic
2842 timeout_multiplier: 10
2843 valgrind: --tool=memcheck --leak-check=full
2844 msan:
2845 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002846 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002847 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002848 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002849 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002850 DEFINES: NDEBUG
2851 LD: clang
2852 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2853 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2854 LDXX: clang++
2855 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08002856 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08002857 mutrace:
2858 CPPFLAGS: -O0
2859 DEFINES: _DEBUG DEBUG
2860 LDFLAGS: -rdynamic
2861 opt:
2862 CPPFLAGS: -O2
2863 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002864 stapprof:
2865 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2866 DEFINES: NDEBUG
2867 tsan:
2868 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002869 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002870 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002871 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002872 LD: clang
2873 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2874 LDXX: clang++
2875 compile_the_world: true
2876 test_environ:
2877 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08002878 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002879 ubsan:
2880 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002881 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002882 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002883 DEFINES: NDEBUG
2884 LD: clang
2885 LDFLAGS: -fsanitize=undefined
2886 LDXX: clang++
2887 compile_the_world: true
2888 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002889defaults:
2890 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002891 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002892 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002893 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002894 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002895 global:
2896 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2897 LDFLAGS: -g
2898 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002899 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002900 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002901node_modules:
2902- deps:
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002905 - boringssl
2906 - z
murgatroid9994a75412015-11-19 14:04:53 -08002907 headers:
2908 - src/node/ext/byte_buffer.h
2909 - src/node/ext/call.h
2910 - src/node/ext/call_credentials.h
2911 - src/node/ext/channel.h
2912 - src/node/ext/channel_credentials.h
2913 - src/node/ext/completion_queue_async_worker.h
2914 - src/node/ext/server.h
2915 - src/node/ext/server_credentials.h
2916 - src/node/ext/timeval.h
2917 js:
2918 - src/node/index.js
2919 - src/node/src/client.js
2920 - src/node/src/common.js
2921 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002922 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002923 - src/node/src/metadata.js
2924 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002925 name: grpc_node
2926 src:
2927 - src/node/ext/byte_buffer.cc
2928 - src/node/ext/call.cc
2929 - src/node/ext/call_credentials.cc
2930 - src/node/ext/channel.cc
2931 - src/node/ext/channel_credentials.cc
2932 - src/node/ext/completion_queue_async_worker.cc
2933 - src/node/ext/node_grpc.cc
2934 - src/node/ext/server.cc
2935 - src/node/ext/server_credentials.cc
2936 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08002937openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07002938 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08002939 extraction_dir: openssl-1.0.2f
2940 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002941php_config_m4:
2942 deps:
2943 - grpc
2944 - gpr
2945 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002946 headers:
2947 - src/php/ext/grpc/byte_buffer.h
2948 - src/php/ext/grpc/call.h
2949 - src/php/ext/grpc/call_credentials.h
2950 - src/php/ext/grpc/channel.h
2951 - src/php/ext/grpc/channel_credentials.h
2952 - src/php/ext/grpc/completion_queue.h
2953 - src/php/ext/grpc/php_grpc.h
2954 - src/php/ext/grpc/server.h
2955 - src/php/ext/grpc/server_credentials.h
2956 - src/php/ext/grpc/timeval.h
2957 src:
2958 - src/php/ext/grpc/byte_buffer.c
2959 - src/php/ext/grpc/call.c
2960 - src/php/ext/grpc/call_credentials.c
2961 - src/php/ext/grpc/channel.c
2962 - src/php/ext/grpc/channel_credentials.c
2963 - src/php/ext/grpc/completion_queue.c
2964 - src/php/ext/grpc/php_grpc.c
2965 - src/php/ext/grpc/server.c
2966 - src/php/ext/grpc/server_credentials.c
2967 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002968python_dependencies:
2969 deps:
2970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002971 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002972 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002973 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002974ruby_gem:
2975 deps:
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002978 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07002979 - z