blob: c16712ea5a844ad000e45862bc4a0478202a7bcb [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:
Craig Tillerf23078c2016-03-25 17:07:29 -070016 - src/core/lib/census/aggregation.h
17 - src/core/lib/census/mlog.h
18 - src/core/lib/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070019 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070020 - src/core/lib/census/context.c
21 - src/core/lib/census/initialize.c
22 - src/core/lib/census/mlog.c
23 - src/core/lib/census/operation.c
24 - src/core/lib/census/placeholders.c
25 - src/core/lib/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:
Craig Tillerf23078c2016-03-25 17:07:29 -070057 - src/core/lib/profiling/timers.h
58 - src/core/lib/support/backoff.h
59 - src/core/lib/support/block_annotate.h
60 - src/core/lib/support/env.h
61 - src/core/lib/support/load_file.h
62 - src/core/lib/support/murmur_hash.h
63 - src/core/lib/support/stack_lockfree.h
64 - src/core/lib/support/string.h
65 - src/core/lib/support/string_win32.h
66 - src/core/lib/support/thd_internal.h
67 - src/core/lib/support/time_precise.h
68 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010069 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070070 - src/core/lib/profiling/basic_timers.c
71 - src/core/lib/profiling/stap_timers.c
72 - src/core/lib/support/alloc.c
73 - src/core/lib/support/avl.c
74 - src/core/lib/support/backoff.c
75 - src/core/lib/support/cmdline.c
76 - src/core/lib/support/cpu_iphone.c
77 - src/core/lib/support/cpu_linux.c
78 - src/core/lib/support/cpu_posix.c
79 - src/core/lib/support/cpu_windows.c
80 - src/core/lib/support/env_linux.c
81 - src/core/lib/support/env_posix.c
82 - src/core/lib/support/env_win32.c
83 - src/core/lib/support/histogram.c
84 - src/core/lib/support/host_port.c
85 - src/core/lib/support/load_file.c
86 - src/core/lib/support/log.c
87 - src/core/lib/support/log_android.c
88 - src/core/lib/support/log_linux.c
89 - src/core/lib/support/log_posix.c
90 - src/core/lib/support/log_win32.c
91 - src/core/lib/support/murmur_hash.c
92 - src/core/lib/support/slice.c
93 - src/core/lib/support/slice_buffer.c
94 - src/core/lib/support/stack_lockfree.c
95 - src/core/lib/support/string.c
96 - src/core/lib/support/string_posix.c
97 - src/core/lib/support/string_win32.c
98 - src/core/lib/support/subprocess_posix.c
99 - src/core/lib/support/subprocess_windows.c
100 - src/core/lib/support/sync.c
101 - src/core/lib/support/sync_posix.c
102 - src/core/lib/support/sync_win32.c
103 - src/core/lib/support/thd.c
104 - src/core/lib/support/thd_posix.c
105 - src/core/lib/support/thd_win32.c
106 - src/core/lib/support/time.c
107 - src/core/lib/support/time_posix.c
108 - src/core/lib/support/time_precise.c
109 - src/core/lib/support/time_win32.c
110 - src/core/lib/support/tls_pthread.c
111 - src/core/lib/support/tmpfile_posix.c
112 - src/core/lib/support/tmpfile_win32.c
113 - src/core/lib/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:
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/census/grpc_filter.h
251 - src/core/lib/census/grpc_plugin.h
252 - src/core/lib/channel/channel_args.h
253 - src/core/lib/channel/channel_stack.h
254 - src/core/lib/channel/channel_stack_builder.h
255 - src/core/lib/channel/client_channel.h
256 - src/core/lib/channel/compress_filter.h
257 - src/core/lib/channel/connected_channel.h
258 - src/core/lib/channel/context.h
259 - src/core/lib/channel/http_client_filter.h
260 - src/core/lib/channel/http_server_filter.h
261 - src/core/lib/channel/subchannel_call_holder.h
262 - src/core/lib/client_config/client_config.h
263 - src/core/lib/client_config/connector.h
264 - src/core/lib/client_config/initial_connect_string.h
265 - src/core/lib/client_config/lb_policies/load_balancer_api.h
266 - src/core/lib/client_config/lb_policies/pick_first.h
267 - src/core/lib/client_config/lb_policies/round_robin.h
268 - src/core/lib/client_config/lb_policy.h
269 - src/core/lib/client_config/lb_policy_factory.h
270 - src/core/lib/client_config/lb_policy_registry.h
271 - src/core/lib/client_config/resolver.h
272 - src/core/lib/client_config/resolver_factory.h
273 - src/core/lib/client_config/resolver_registry.h
274 - src/core/lib/client_config/resolvers/dns_resolver.h
275 - src/core/lib/client_config/resolvers/sockaddr_resolver.h
276 - src/core/lib/client_config/subchannel.h
277 - src/core/lib/client_config/subchannel_factory.h
278 - src/core/lib/client_config/subchannel_index.h
279 - src/core/lib/client_config/uri_parser.h
280 - src/core/lib/compression/algorithm_metadata.h
281 - src/core/lib/compression/message_compress.h
282 - src/core/lib/debug/trace.h
283 - src/core/lib/http/format_request.h
284 - src/core/lib/http/httpcli.h
285 - src/core/lib/http/parser.h
286 - src/core/lib/iomgr/closure.h
287 - src/core/lib/iomgr/endpoint.h
288 - src/core/lib/iomgr/endpoint_pair.h
289 - src/core/lib/iomgr/exec_ctx.h
290 - src/core/lib/iomgr/executor.h
291 - src/core/lib/iomgr/fd_posix.h
292 - src/core/lib/iomgr/iocp_windows.h
293 - src/core/lib/iomgr/iomgr.h
294 - src/core/lib/iomgr/iomgr_internal.h
295 - src/core/lib/iomgr/iomgr_posix.h
296 - src/core/lib/iomgr/pollset.h
297 - src/core/lib/iomgr/pollset_posix.h
298 - src/core/lib/iomgr/pollset_set.h
299 - src/core/lib/iomgr/pollset_set_posix.h
300 - src/core/lib/iomgr/pollset_set_windows.h
301 - src/core/lib/iomgr/pollset_windows.h
302 - src/core/lib/iomgr/resolve_address.h
303 - src/core/lib/iomgr/sockaddr.h
304 - src/core/lib/iomgr/sockaddr_posix.h
305 - src/core/lib/iomgr/sockaddr_utils.h
306 - src/core/lib/iomgr/sockaddr_win32.h
307 - src/core/lib/iomgr/socket_utils_posix.h
308 - src/core/lib/iomgr/socket_windows.h
309 - src/core/lib/iomgr/tcp_client.h
310 - src/core/lib/iomgr/tcp_posix.h
311 - src/core/lib/iomgr/tcp_server.h
312 - src/core/lib/iomgr/tcp_windows.h
313 - src/core/lib/iomgr/time_averaged_stats.h
314 - src/core/lib/iomgr/timer.h
315 - src/core/lib/iomgr/timer_heap.h
316 - src/core/lib/iomgr/udp_server.h
317 - src/core/lib/iomgr/unix_sockets_posix.h
318 - src/core/lib/iomgr/wakeup_fd_pipe.h
319 - src/core/lib/iomgr/wakeup_fd_posix.h
320 - src/core/lib/iomgr/workqueue.h
321 - src/core/lib/iomgr/workqueue_posix.h
322 - src/core/lib/iomgr/workqueue_windows.h
323 - src/core/lib/json/json.h
324 - src/core/lib/json/json_common.h
325 - src/core/lib/json/json_reader.h
326 - src/core/lib/json/json_writer.h
327 - src/core/lib/proto/grpc/lb/v0/load_balancer.pb.h
328 - src/core/lib/statistics/census_interface.h
329 - src/core/lib/statistics/census_rpc_stats.h
330 - src/core/lib/surface/api_trace.h
331 - src/core/lib/surface/call.h
332 - src/core/lib/surface/call_test_only.h
333 - src/core/lib/surface/channel.h
334 - src/core/lib/surface/channel_init.h
335 - src/core/lib/surface/channel_stack_type.h
336 - src/core/lib/surface/completion_queue.h
337 - src/core/lib/surface/event_string.h
338 - src/core/lib/surface/init.h
339 - src/core/lib/surface/lame_client.h
340 - src/core/lib/surface/server.h
341 - src/core/lib/surface/surface_trace.h
342 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/transport/connectivity_state.h
344 - src/core/lib/transport/metadata.h
345 - src/core/lib/transport/metadata_batch.h
346 - src/core/lib/transport/static_metadata.h
347 - src/core/lib/transport/transport.h
348 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700349 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/census/grpc_context.c
351 - src/core/lib/census/grpc_filter.c
352 - src/core/lib/census/grpc_plugin.c
353 - src/core/lib/channel/channel_args.c
354 - src/core/lib/channel/channel_stack.c
355 - src/core/lib/channel/channel_stack_builder.c
356 - src/core/lib/channel/client_channel.c
357 - src/core/lib/channel/compress_filter.c
358 - src/core/lib/channel/connected_channel.c
359 - src/core/lib/channel/http_client_filter.c
360 - src/core/lib/channel/http_server_filter.c
361 - src/core/lib/channel/subchannel_call_holder.c
362 - src/core/lib/client_config/client_config.c
363 - src/core/lib/client_config/connector.c
364 - src/core/lib/client_config/default_initial_connect_string.c
365 - src/core/lib/client_config/initial_connect_string.c
366 - src/core/lib/client_config/lb_policies/load_balancer_api.c
367 - src/core/lib/client_config/lb_policies/pick_first.c
368 - src/core/lib/client_config/lb_policies/round_robin.c
369 - src/core/lib/client_config/lb_policy.c
370 - src/core/lib/client_config/lb_policy_factory.c
371 - src/core/lib/client_config/lb_policy_registry.c
372 - src/core/lib/client_config/resolver.c
373 - src/core/lib/client_config/resolver_factory.c
374 - src/core/lib/client_config/resolver_registry.c
375 - src/core/lib/client_config/resolvers/dns_resolver.c
376 - src/core/lib/client_config/resolvers/sockaddr_resolver.c
377 - src/core/lib/client_config/subchannel.c
378 - src/core/lib/client_config/subchannel_factory.c
379 - src/core/lib/client_config/subchannel_index.c
380 - src/core/lib/client_config/uri_parser.c
381 - src/core/lib/compression/compression_algorithm.c
382 - src/core/lib/compression/message_compress.c
383 - src/core/lib/debug/trace.c
384 - src/core/lib/http/format_request.c
385 - src/core/lib/http/httpcli.c
386 - src/core/lib/http/parser.c
387 - src/core/lib/iomgr/closure.c
388 - src/core/lib/iomgr/endpoint.c
389 - src/core/lib/iomgr/endpoint_pair_posix.c
390 - src/core/lib/iomgr/endpoint_pair_windows.c
391 - src/core/lib/iomgr/exec_ctx.c
392 - src/core/lib/iomgr/executor.c
393 - src/core/lib/iomgr/fd_posix.c
394 - src/core/lib/iomgr/iocp_windows.c
395 - src/core/lib/iomgr/iomgr.c
396 - src/core/lib/iomgr/iomgr_posix.c
397 - src/core/lib/iomgr/iomgr_windows.c
398 - src/core/lib/iomgr/pollset_multipoller_with_epoll.c
399 - src/core/lib/iomgr/pollset_multipoller_with_poll_posix.c
400 - src/core/lib/iomgr/pollset_posix.c
401 - src/core/lib/iomgr/pollset_set_posix.c
402 - src/core/lib/iomgr/pollset_set_windows.c
403 - src/core/lib/iomgr/pollset_windows.c
404 - src/core/lib/iomgr/resolve_address_posix.c
405 - src/core/lib/iomgr/resolve_address_windows.c
406 - src/core/lib/iomgr/sockaddr_utils.c
407 - src/core/lib/iomgr/socket_utils_common_posix.c
408 - src/core/lib/iomgr/socket_utils_linux.c
409 - src/core/lib/iomgr/socket_utils_posix.c
410 - src/core/lib/iomgr/socket_windows.c
411 - src/core/lib/iomgr/tcp_client_posix.c
412 - src/core/lib/iomgr/tcp_client_windows.c
413 - src/core/lib/iomgr/tcp_posix.c
414 - src/core/lib/iomgr/tcp_server_posix.c
415 - src/core/lib/iomgr/tcp_server_windows.c
416 - src/core/lib/iomgr/tcp_windows.c
417 - src/core/lib/iomgr/time_averaged_stats.c
418 - src/core/lib/iomgr/timer.c
419 - src/core/lib/iomgr/timer_heap.c
420 - src/core/lib/iomgr/udp_server.c
421 - src/core/lib/iomgr/unix_sockets_posix.c
422 - src/core/lib/iomgr/unix_sockets_posix_noop.c
423 - src/core/lib/iomgr/wakeup_fd_eventfd.c
424 - src/core/lib/iomgr/wakeup_fd_nospecial.c
425 - src/core/lib/iomgr/wakeup_fd_pipe.c
426 - src/core/lib/iomgr/wakeup_fd_posix.c
427 - src/core/lib/iomgr/workqueue_posix.c
428 - src/core/lib/iomgr/workqueue_windows.c
429 - src/core/lib/json/json.c
430 - src/core/lib/json/json_reader.c
431 - src/core/lib/json/json_string.c
432 - src/core/lib/json/json_writer.c
433 - src/core/lib/proto/grpc/lb/v0/load_balancer.pb.c
434 - src/core/lib/surface/alarm.c
435 - src/core/lib/surface/api_trace.c
436 - src/core/lib/surface/byte_buffer.c
437 - src/core/lib/surface/byte_buffer_reader.c
438 - src/core/lib/surface/call.c
439 - src/core/lib/surface/call_details.c
440 - src/core/lib/surface/call_log_batch.c
441 - src/core/lib/surface/channel.c
442 - src/core/lib/surface/channel_connectivity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700443 - src/core/lib/surface/channel_init.c
444 - src/core/lib/surface/channel_ping.c
445 - src/core/lib/surface/channel_stack_type.c
446 - src/core/lib/surface/completion_queue.c
447 - src/core/lib/surface/event_string.c
448 - src/core/lib/surface/init.c
449 - src/core/lib/surface/lame_client.c
450 - src/core/lib/surface/metadata_array.c
451 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700452 - src/core/lib/surface/validate_metadata.c
453 - src/core/lib/surface/version.c
454 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700455 - src/core/lib/transport/connectivity_state.c
456 - src/core/lib/transport/metadata.c
457 - src/core/lib/transport/metadata_batch.c
458 - src/core/lib/transport/static_metadata.c
459 - src/core/lib/transport/transport.c
460 - src/core/lib/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800461- name: grpc_codegen
462 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800463 - include/grpc/impl/codegen/byte_buffer.h
464 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800465 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800466 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800467 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800468 - include/grpc/impl/codegen/status.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100469- name: grpc_secure
470 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700471 - src/core/lib/security/auth_filters.h
472 - src/core/lib/security/b64.h
473 - src/core/lib/security/credentials.h
474 - src/core/lib/security/handshake.h
475 - src/core/lib/security/json_token.h
476 - src/core/lib/security/jwt_verifier.h
477 - src/core/lib/security/secure_endpoint.h
478 - src/core/lib/security/security_connector.h
479 - src/core/lib/security/security_context.h
480 - src/core/lib/tsi/fake_transport_security.h
481 - src/core/lib/tsi/ssl_transport_security.h
482 - src/core/lib/tsi/ssl_types.h
483 - src/core/lib/tsi/transport_security.h
484 - src/core/lib/tsi/transport_security_interface.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100485 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700486 - src/core/lib/http/httpcli_security_connector.c
487 - src/core/lib/security/b64.c
488 - src/core/lib/security/client_auth_filter.c
489 - src/core/lib/security/credentials.c
490 - src/core/lib/security/credentials_metadata.c
491 - src/core/lib/security/credentials_posix.c
492 - src/core/lib/security/credentials_win32.c
493 - src/core/lib/security/google_default_credentials.c
494 - src/core/lib/security/handshake.c
495 - src/core/lib/security/json_token.c
496 - src/core/lib/security/jwt_verifier.c
497 - src/core/lib/security/secure_endpoint.c
498 - src/core/lib/security/security_connector.c
499 - src/core/lib/security/security_context.c
500 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700501 - src/core/lib/surface/init_secure.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700502 - src/core/lib/tsi/fake_transport_security.c
503 - src/core/lib/tsi/ssl_transport_security.c
504 - src/core/lib/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700505- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700506 headers:
507 - test/core/end2end/cq_verifier.h
508 - test/core/end2end/fixtures/proxy.h
509 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700510 - test/core/util/grpc_profiler.h
511 - test/core/util/parse_hexstring.h
512 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700513 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700514 - test/core/util/slice_splitter.h
515 src:
516 - test/core/end2end/cq_verifier.c
517 - test/core/end2end/fixtures/proxy.c
518 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700519 - test/core/util/grpc_profiler.c
520 - test/core/util/parse_hexstring.c
521 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700522 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700523 - test/core/util/port_windows.c
524 - test/core/util/slice_splitter.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700525- name: grpc_transport_chttp2
526 headers:
527 - src/core/ext/transport/chttp2/transport/alpn.h
528 - src/core/ext/transport/chttp2/transport/bin_encoder.h
529 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
530 - src/core/ext/transport/chttp2/transport/frame.h
531 - src/core/ext/transport/chttp2/transport/frame_data.h
532 - src/core/ext/transport/chttp2/transport/frame_goaway.h
533 - src/core/ext/transport/chttp2/transport/frame_ping.h
534 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
535 - src/core/ext/transport/chttp2/transport/frame_settings.h
536 - src/core/ext/transport/chttp2/transport/frame_window_update.h
537 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
538 - src/core/ext/transport/chttp2/transport/hpack_parser.h
539 - src/core/ext/transport/chttp2/transport/hpack_table.h
540 - src/core/ext/transport/chttp2/transport/http2_errors.h
541 - src/core/ext/transport/chttp2/transport/huffsyms.h
542 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
543 - src/core/ext/transport/chttp2/transport/internal.h
544 - src/core/ext/transport/chttp2/transport/status_conversion.h
545 - src/core/ext/transport/chttp2/transport/stream_map.h
546 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
547 - src/core/ext/transport/chttp2/transport/varint.h
548 src:
549 - src/core/ext/transport/chttp2/transport/alpn.c
550 - src/core/ext/transport/chttp2/transport/bin_encoder.c
551 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
552 - src/core/ext/transport/chttp2/transport/frame_data.c
553 - src/core/ext/transport/chttp2/transport/frame_goaway.c
554 - src/core/ext/transport/chttp2/transport/frame_ping.c
555 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
556 - src/core/ext/transport/chttp2/transport/frame_settings.c
557 - src/core/ext/transport/chttp2/transport/frame_window_update.c
558 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
559 - src/core/ext/transport/chttp2/transport/hpack_parser.c
560 - src/core/ext/transport/chttp2/transport/hpack_table.c
561 - src/core/ext/transport/chttp2/transport/huffsyms.c
562 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
563 - src/core/ext/transport/chttp2/transport/parsing.c
564 - src/core/ext/transport/chttp2/transport/status_conversion.c
565 - src/core/ext/transport/chttp2/transport/stream_lists.c
566 - src/core/ext/transport/chttp2/transport/stream_map.c
567 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
568 - src/core/ext/transport/chttp2/transport/varint.c
569 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700570 uses:
571 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700572- name: grpc_transport_chttp2_client_insecure
573 src:
574 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700575 uses:
576 - grpc_transport_chttp2
577 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700578- name: grpc_transport_chttp2_client_secure
579 src:
580 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700581 uses:
582 - grpc_transport_chttp2
583 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700584- name: grpc_transport_chttp2_server_insecure
585 src:
586 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700587 uses:
588 - grpc_transport_chttp2
589 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700590- name: grpc_transport_chttp2_server_secure
591 src:
592 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700593 uses:
594 - grpc_transport_chttp2
595 - grpc_base
Craig Tillereb841e22016-02-11 15:49:16 -0800596- name: nanopb
597 headers:
598 - third_party/nanopb/pb.h
599 - third_party/nanopb/pb_common.h
600 - third_party/nanopb/pb_decode.h
601 - third_party/nanopb/pb_encode.h
602 src:
603 - third_party/nanopb/pb_common.c
604 - third_party/nanopb/pb_decode.c
605 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100606libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800607- name: gpr
608 build: all
609 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800610 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800611 - gpr
612 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800613 secure: false
614 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
615- name: gpr_test_util
616 build: private
617 language: c
618 headers:
619 - test/core/util/test_config.h
620 src:
621 - test/core/util/test_config.c
622 deps:
623 - gpr
624 secure: false
625 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700626- name: grpc
627 build: all
628 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700629 public_headers:
630 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800631 deps:
632 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700633 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800634 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700635 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700636 filegroups:
637 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700638 - grpc_transport_chttp2_server_secure
639 - grpc_transport_chttp2_client_secure
640 - grpc_transport_chttp2_server_insecure
641 - grpc_transport_chttp2_client_insecure
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100642 - grpc_secure
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100643 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700644 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800645 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700646 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700647 vs_packages:
648 - grpc.dependencies.openssl
649 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700650 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800651- name: grpc_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100652 build: protoc
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800653 language: c
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800654 headers: []
655 src: []
656 filegroups:
657 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100658 - grpc_codegen
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800659 secure: false
660 vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100661- name: grpc_dll
662 build: private
663 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100664 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100665 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100666 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100667 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100668 build_system:
669 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100670 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100671 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100672 vs_config_type: DynamicLibrary
673 vs_packages:
674 - grpc.dependencies.openssl
675 - grpc.dependencies.zlib
676 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
677 vs_props:
678 - zlib
679 - openssl
680 - winsock
681 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700682- name: grpc_test_util
683 build: private
684 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700685 headers:
686 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800687 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700688 src:
689 - test/core/end2end/data/server1_cert.c
690 - test/core/end2end/data/server1_key.c
691 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800692 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700693 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800694 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800695 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700696 - grpc
697 filegroups:
698 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700699 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
700- name: grpc_test_util_unsecure
701 build: private
702 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700703 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800704 - gpr
705 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800706 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700707 filegroups:
708 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700709 secure: false
710 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
711- name: grpc_unsecure
712 build: all
713 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700714 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700715 - src/core/lib/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800716 deps:
717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700718 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800719 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700720 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700721 filegroups:
722 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700723 - grpc_transport_chttp2_server_insecure
724 - grpc_transport_chttp2_client_insecure
Craig Tillerad095982016-02-09 12:45:04 -0800725 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700726 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800727 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700728 secure: false
729 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
730- name: grpc_zookeeper
731 build: all
732 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700733 public_headers:
734 - include/grpc/grpc_zookeeper.h
735 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700736 - src/core/lib/client_config/resolvers/zookeeper_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700737 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700738 - src/core/lib/client_config/resolvers/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700739 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800740 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700741 - grpc
742 external_deps:
743 - zookeeper
744 platforms:
745 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700746 secure: false
747- name: reconnect_server
748 build: private
749 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700750 headers:
751 - test/core/util/reconnect_server.h
752 src:
753 - test/core/util/reconnect_server.c
754 deps:
yang-gc9fca182015-11-06 16:41:33 -0800755 - test_tcp_server
756 - grpc_test_util
757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800758 - gpr_test_util
759 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800760- name: test_tcp_server
761 build: private
762 language: c
763 headers:
764 - test/core/util/test_tcp_server.h
765 src:
766 - test/core/util/test_tcp_server.c
767 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700768 - grpc_test_util
769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800770 - gpr_test_util
771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700772- name: grpc++
773 build: all
774 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700775 headers:
776 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800777 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700778 - src/cpp/common/secure_auth_context.h
779 - src/cpp/server/secure_server_credentials.h
780 src:
Craig Tiller25834342015-09-25 08:08:24 -0700781 - src/cpp/client/secure_credentials.cc
782 - src/cpp/common/auth_property_iterator.cc
783 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800784 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700785 - src/cpp/common/secure_create_auth_context.cc
786 - src/cpp/server/secure_server_credentials.cc
787 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700788 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700789 baselib: true
790 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700791 filegroups:
792 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800793 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700794 secure: check
795 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800796- name: grpc++_codegen_lib
vjpai9507eab2016-03-25 06:38:45 -0700797 build: all
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800798 language: c++
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800799 headers: []
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100800 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800801 filegroups:
802 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100803 - grpc_codegen
804 - grpc++_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800805 secure: false
David Garcia Quintasaee7cf12016-02-19 14:05:47 -0800806 vs_project_guid: '{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700807- name: grpc++_test_config
808 build: private
809 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700810 headers:
811 - test/cpp/util/test_config.h
812 src:
813 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700814- name: grpc++_test_util
815 build: private
816 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700817 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800818 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800819 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700820 - test/cpp/util/cli_call.h
821 - test/cpp/util/create_test_channel.h
822 - test/cpp/util/string_ref_helper.h
823 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800824 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700825 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800826 - src/proto/grpc/testing/echo_messages.proto
827 - src/proto/grpc/testing/echo.proto
828 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800829 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800830 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700831 - test/cpp/util/cli_call.cc
832 - test/cpp/util/create_test_channel.cc
833 - test/cpp/util/string_ref_helper.cc
834 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800835 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700836 deps:
837 - grpc++
838 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700839- name: grpc++_unsecure
840 build: all
841 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700842 src:
843 - src/cpp/common/insecure_create_auth_context.cc
844 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800845 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700846 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700847 baselib: true
848 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700849 filegroups:
850 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800851 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700852 secure: false
853 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
854- name: grpc_plugin_support
855 build: protoc
856 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700857 headers:
858 - include/grpc++/support/config.h
859 - include/grpc++/support/config_protobuf.h
860 - src/compiler/config.h
861 - src/compiler/cpp_generator.h
862 - src/compiler/cpp_generator_helpers.h
863 - src/compiler/csharp_generator.h
864 - src/compiler/csharp_generator_helpers.h
865 - src/compiler/generator_helpers.h
866 - src/compiler/objective_c_generator.h
867 - src/compiler/objective_c_generator_helpers.h
868 - src/compiler/python_generator.h
869 - src/compiler/ruby_generator.h
870 - src/compiler/ruby_generator_helpers-inl.h
871 - src/compiler/ruby_generator_map-inl.h
872 - src/compiler/ruby_generator_string-inl.h
873 src:
874 - src/compiler/cpp_generator.cc
875 - src/compiler/csharp_generator.cc
876 - src/compiler/objective_c_generator.cc
877 - src/compiler/python_generator.cc
878 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800879 deps:
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800880 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800881 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800882 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700883 secure: false
884 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800885 vs_props:
886 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887- name: interop_client_helper
888 build: private
889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700890 headers:
891 - test/cpp/interop/client_helper.h
892 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800893 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700894 - test/cpp/interop/client_helper.cc
895 deps:
896 - grpc++_test_util
897 - grpc_test_util
898 - grpc++
899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700901- name: interop_client_main
902 build: private
903 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700904 headers:
905 - test/cpp/interop/interop_client.h
906 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800907 - src/proto/grpc/testing/empty.proto
908 - src/proto/grpc/testing/messages.proto
909 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700910 - test/cpp/interop/client.cc
911 - test/cpp/interop/interop_client.cc
912 deps:
913 - interop_client_helper
914 - grpc++_test_util
915 - grpc_test_util
916 - grpc++
917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800918 - gpr_test_util
919 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700920 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700921- name: interop_server_helper
922 build: private
923 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700924 headers:
925 - test/cpp/interop/server_helper.h
926 src:
927 - test/cpp/interop/server_helper.cc
928 deps:
929 - grpc_test_util
930 - grpc++
931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700933- name: interop_server_main
934 build: private
935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700936 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800937 - src/proto/grpc/testing/empty.proto
938 - src/proto/grpc/testing/messages.proto
939 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800940 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700941 deps:
942 - interop_server_helper
943 - grpc++_test_util
944 - grpc_test_util
945 - grpc++
946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800947 - gpr_test_util
948 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700949 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950- name: qps
951 build: private
952 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700953 headers:
954 - test/cpp/qps/client.h
955 - test/cpp/qps/driver.h
956 - test/cpp/qps/histogram.h
957 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800958 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700959 - test/cpp/qps/perf_db_client.h
960 - test/cpp/qps/qps_worker.h
961 - test/cpp/qps/report.h
962 - test/cpp/qps/server.h
963 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800964 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700965 - test/cpp/util/benchmark_config.h
966 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800967 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800968 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800969 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800970 - src/proto/grpc/testing/control.proto
971 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800972 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700973 - test/cpp/qps/client_async.cc
974 - test/cpp/qps/client_sync.cc
975 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800976 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700977 - test/cpp/qps/perf_db_client.cc
978 - test/cpp/qps/qps_worker.cc
979 - test/cpp/qps/report.cc
980 - test/cpp/qps/server_async.cc
981 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -0800982 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -0700983 - test/cpp/util/benchmark_config.cc
984 deps:
985 - grpc_test_util
986 - grpc++_test_util
987 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700988- name: grpc_csharp_ext
989 build: all
990 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700991 src:
992 - src/csharp/ext/grpc_csharp_ext.c
993 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800995 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800996 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800997 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998 dll: only
999 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001000 vs_packages:
1001 - grpc.dependencies.openssl
1002 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001003 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001004 vs_props:
1005 - zlib
1006 - openssl
1007 - winsock
1008 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001009targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001010- name: alarm_test
1011 build: test
1012 language: c
1013 src:
1014 - test/core/surface/alarm_test.c
1015 deps:
1016 - grpc_test_util
1017 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001018 - gpr_test_util
1019 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001020- name: algorithm_test
1021 build: test
1022 language: c
1023 src:
1024 - test/core/compression/algorithm_test.c
1025 deps:
1026 - grpc_test_util
1027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001028 - gpr_test_util
1029 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001030- name: alloc_test
1031 build: test
1032 language: c
1033 src:
1034 - test/core/support/alloc_test.c
1035 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001036 - gpr_test_util
1037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038- name: alpn_test
1039 build: test
1040 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001041 src:
1042 - test/core/transport/chttp2/alpn_test.c
1043 deps:
1044 - grpc_test_util
1045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001046 - gpr_test_util
1047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048- name: bin_encoder_test
1049 build: test
1050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001051 src:
1052 - test/core/transport/chttp2/bin_encoder_test.c
1053 deps:
1054 - grpc_test_util
1055 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001056- name: census_context_test
1057 build: test
1058 language: c
1059 src:
1060 - test/core/census/context_test.c
1061 deps:
1062 - grpc_test_util
1063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001064 - gpr_test_util
1065 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001066- name: channel_create_test
1067 build: test
1068 language: c
1069 src:
1070 - test/core/surface/channel_create_test.c
1071 deps:
1072 - grpc_test_util
1073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001074 - gpr_test_util
1075 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001076- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077 build: test
1078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001079 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001080 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001081 deps:
1082 - grpc_test_util
1083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001084 - gpr_test_util
1085 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001086- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087 build: test
1088 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001089 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001090 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001091 deps:
1092 - grpc_test_util
1093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001094 - gpr_test_util
1095 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001096- name: chttp2_stream_map_test
1097 build: test
1098 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001099 src:
1100 - test/core/transport/chttp2/stream_map_test.c
1101 deps:
1102 - grpc_test_util
1103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001104 - gpr_test_util
1105 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001106- name: chttp2_varint_test
1107 build: test
1108 language: c
1109 src:
1110 - test/core/transport/chttp2/varint_test.c
1111 deps:
1112 - grpc_test_util
1113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001114 - gpr_test_util
1115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116- name: compression_test
1117 build: test
1118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001119 src:
1120 - test/core/compression/compression_test.c
1121 deps:
1122 - grpc_test_util
1123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001124 - gpr_test_util
1125 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001126- name: concurrent_connectivity_test
1127 build: test
1128 language: c
1129 src:
1130 - test/core/surface/concurrent_connectivity_test.c
1131 deps:
1132 - grpc_test_util
1133 - grpc
1134 - gpr_test_util
1135 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001136- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001137 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001138 build: test
1139 language: c
1140 src:
1141 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1142 deps:
1143 - grpc_test_util
1144 - grpc
1145 - gpr_test_util
1146 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001147- name: dns_resolver_test
1148 build: test
1149 language: c
1150 src:
1151 - test/core/client_config/resolvers/dns_resolver_test.c
1152 deps:
1153 - grpc_test_util
1154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001155 - gpr_test_util
1156 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001157- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001158 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159 build: test
1160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001161 src:
1162 - test/core/end2end/dualstack_socket_test.c
1163 deps:
1164 - grpc_test_util
1165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001166 - gpr_test_util
1167 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001168 platforms:
1169 - mac
1170 - linux
1171 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001172- name: endpoint_pair_test
1173 build: test
1174 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001175 src:
1176 - test/core/iomgr/endpoint_pair_test.c
1177 deps:
1178 - grpc_test_util
1179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001180 - gpr_test_util
1181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182- name: fd_conservation_posix_test
1183 build: test
1184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001185 src:
1186 - test/core/iomgr/fd_conservation_posix_test.c
1187 deps:
1188 - grpc_test_util
1189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001190 - gpr_test_util
1191 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001192 platforms:
1193 - mac
1194 - linux
1195 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001196- name: fd_posix_test
1197 build: test
1198 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001199 src:
1200 - test/core/iomgr/fd_posix_test.c
1201 deps:
1202 - grpc_test_util
1203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001204 - gpr_test_util
1205 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001206 platforms:
1207 - mac
1208 - linux
1209 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001210- name: fling_client
1211 build: test
1212 run: false
1213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001214 src:
1215 - test/core/fling/client.c
1216 deps:
1217 - grpc_test_util
1218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 - gpr_test_util
1220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221- name: fling_server
1222 build: test
1223 run: false
1224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001225 src:
1226 - test/core/fling/server.c
1227 deps:
1228 - grpc_test_util
1229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr_test_util
1231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001233 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234 build: test
1235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001236 src:
1237 - test/core/fling/fling_stream_test.c
1238 deps:
1239 - grpc_test_util
1240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001241 - gpr_test_util
1242 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001243 platforms:
1244 - mac
1245 - linux
1246 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001247- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001248 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249 build: test
1250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001251 src:
1252 - test/core/fling/fling_test.c
1253 deps:
1254 - grpc_test_util
1255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001256 - gpr_test_util
1257 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001258 platforms:
1259 - mac
1260 - linux
1261 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262- name: gen_hpack_tables
1263 build: tool
1264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001265 src:
1266 - tools/codegen/core/gen_hpack_tables.c
1267 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001268 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001269 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001270- name: gen_legal_metadata_characters
1271 build: tool
1272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001273 src:
1274 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001275 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001276- name: gpr_avl_test
1277 build: test
1278 language: c
1279 src:
1280 - test/core/support/avl_test.c
1281 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001282 - gpr_test_util
1283 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001284- name: gpr_backoff_test
1285 build: test
1286 language: c
1287 src:
1288 - test/core/support/backoff_test.c
1289 deps:
1290 - gpr_test_util
1291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292- name: gpr_cmdline_test
1293 build: test
1294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001295 src:
1296 - test/core/support/cmdline_test.c
1297 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001300- name: gpr_cpu_test
1301 build: test
1302 language: c
1303 src:
1304 - test/core/support/cpu_test.c
1305 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: gpr_env_test
1309 build: test
1310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
1312 - test/core/support/env_test.c
1313 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001314 - gpr_test_util
1315 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316- name: gpr_histogram_test
1317 build: test
1318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001319 src:
1320 - test/core/support/histogram_test.c
1321 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr_test_util
1323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: gpr_host_port_test
1325 build: test
1326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001327 src:
1328 - test/core/support/host_port_test.c
1329 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001330 - gpr_test_util
1331 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001332- name: gpr_load_file_test
1333 build: test
1334 language: c
1335 src:
1336 - test/core/support/load_file_test.c
1337 deps:
1338 - gpr_test_util
1339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340- name: gpr_log_test
1341 build: test
1342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001343 src:
1344 - test/core/support/log_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_slice_buffer_test
1349 build: test
1350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001351 src:
1352 - test/core/support/slice_buffer_test.c
1353 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001354 - gpr_test_util
1355 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001356- name: gpr_slice_test
1357 build: test
1358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001359 src:
1360 - test/core/support/slice_test.c
1361 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 - gpr_test_util
1363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001364- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001365 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001366 build: test
1367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001368 src:
1369 - test/core/support/stack_lockfree_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_string_test
1374 build: test
1375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001376 src:
1377 - test/core/support/string_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: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001382 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383 build: test
1384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001385 src:
1386 - test/core/support/sync_test.c
1387 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001388 - gpr_test_util
1389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001390- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001391 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/support/thd_test.c
1396 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr_test_util
1398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399- name: gpr_time_test
1400 build: test
1401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001402 src:
1403 - test/core/support/time_test.c
1404 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001405 - gpr_test_util
1406 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407- name: gpr_tls_test
1408 build: test
1409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001410 src:
1411 - test/core/support/tls_test.c
1412 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001413 - gpr_test_util
1414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: gpr_useful_test
1416 build: test
1417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001418 src:
1419 - test/core/support/useful_test.c
1420 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423- name: grpc_auth_context_test
1424 build: test
1425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001426 src:
1427 - test/core/security/auth_context_test.c
1428 deps:
1429 - grpc_test_util
1430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001431 - gpr_test_util
1432 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001433- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001434 build: test
1435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001436 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001437 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001438 deps:
1439 - grpc_test_util
1440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001441 - gpr_test_util
1442 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001443- name: grpc_byte_buffer_reader_test
1444 build: test
1445 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001446 src:
1447 - test/core/surface/byte_buffer_reader_test.c
1448 deps:
1449 - grpc_test_util
1450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001451 - gpr_test_util
1452 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001453- name: grpc_channel_args_test
1454 build: test
1455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001456 src:
1457 - test/core/channel/channel_args_test.c
1458 deps:
1459 - grpc_test_util
1460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001461 - gpr_test_util
1462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: grpc_channel_stack_test
1464 build: test
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/channel/channel_stack_test.c
1468 deps:
1469 - grpc_test_util
1470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473- name: grpc_completion_queue_test
1474 build: test
1475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
1477 - test/core/surface/completion_queue_test.c
1478 deps:
1479 - grpc_test_util
1480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001481 - gpr_test_util
1482 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483- name: grpc_create_jwt
1484 build: tool
1485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001486 src:
1487 - test/core/security/create_jwt.c
1488 deps:
1489 - grpc_test_util
1490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001491 - gpr_test_util
1492 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001493- name: grpc_credentials_test
1494 build: test
1495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001496 src:
1497 - test/core/security/credentials_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: grpc_fetch_oauth2
1504 build: tool
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - test/core/security/fetch_oauth2.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001511 - gpr_test_util
1512 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001513- name: grpc_invalid_channel_args_test
1514 build: test
1515 language: c
1516 src:
1517 - test/core/surface/invalid_channel_args_test.c
1518 deps:
1519 - grpc_test_util
1520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001521 - gpr_test_util
1522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523- name: grpc_json_token_test
1524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/security/json_token_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001533 platforms:
1534 - linux
1535 - posix
1536 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537- name: grpc_jwt_verifier_test
1538 build: test
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/security/jwt_verifier_test.c
1542 deps:
1543 - grpc_test_util
1544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: grpc_print_google_default_creds_token
1548 build: tool
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/security/print_google_default_creds_token.c
1552 deps:
1553 - grpc_test_util
1554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001557- name: grpc_security_connector_test
1558 build: test
1559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001560 src:
1561 - test/core/security/security_connector_test.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001565 - gpr_test_util
1566 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567- name: grpc_verify_jwt
1568 build: tool
1569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001570 src:
1571 - test/core/security/verify_jwt.c
1572 deps:
1573 - grpc_test_util
1574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001575 - gpr_test_util
1576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001577- name: hpack_parser_test
1578 build: test
1579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001580 src:
1581 - test/core/transport/chttp2/hpack_parser_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: hpack_table_test
1588 build: test
1589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001590 src:
1591 - test/core/transport/chttp2/hpack_table_test.c
1592 deps:
1593 - grpc_test_util
1594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr_test_util
1596 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001597- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001598 build: test
1599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001600 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001601 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001602 deps:
1603 - grpc_test_util
1604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001605 - gpr_test_util
1606 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001607- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001608 build: test
1609 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001610 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001611 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001612 deps:
1613 - grpc_test_util
1614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001615 - gpr_test_util
1616 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001617- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001618 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619 build: test
1620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001622 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001628 platforms:
1629 - mac
1630 - linux
1631 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001632- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001633 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001634 build: test
1635 language: c
1636 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001637 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001638 deps:
1639 - grpc_test_util
1640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001641 - gpr_test_util
1642 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001643 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001644 - linux
yang-gf1183302015-12-07 16:02:05 -08001645- name: init_test
1646 build: test
1647 language: c
1648 src:
1649 - test/core/surface/init_test.c
1650 deps:
1651 - grpc_test_util
1652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001653 - gpr_test_util
1654 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001655- name: invalid_call_argument_test
1656 build: test
1657 language: c
1658 src:
1659 - test/core/end2end/invalid_call_argument_test.c
1660 deps:
1661 - grpc_test_util
1662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665- name: json_rewrite
1666 build: test
1667 run: false
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/json/json_rewrite.c
1671 deps:
1672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001673 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001674- name: json_rewrite_test
1675 build: test
1676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001677 src:
1678 - test/core/json/json_rewrite_test.c
1679 deps:
1680 - grpc_test_util
1681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001682 - gpr_test_util
1683 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001684- name: json_stream_error_test
1685 build: test
1686 language: c
1687 src:
1688 - test/core/json/json_stream_error_test.c
1689 deps:
1690 - grpc_test_util
1691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: json_test
1695 build: test
1696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - test/core/json/json_test.c
1699 deps:
1700 - grpc_test_util
1701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001702 - gpr_test_util
1703 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001704- name: lame_client_test
1705 build: test
1706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001707 src:
1708 - test/core/surface/lame_client_test.c
1709 deps:
1710 - grpc_test_util
1711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001712 - gpr_test_util
1713 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001714- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001715 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001716 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001717 build: test
1718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001719 src:
1720 - test/core/client_config/lb_policies_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr_test_util
1725 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001726- name: low_level_ping_pong_benchmark
1727 build: benchmark
1728 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001729 src:
1730 - test/core/network_benchmarks/low_level_ping_pong.c
1731 deps:
1732 - grpc_test_util
1733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001734 - gpr_test_util
1735 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001736 platforms:
1737 - mac
1738 - linux
1739 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001740- name: message_compress_test
1741 build: test
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
1744 - test/core/compression/message_compress_test.c
1745 deps:
1746 - grpc_test_util
1747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001750- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001751 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001752 build: test
1753 language: c
1754 src:
1755 - test/core/census/mlog_test.c
1756 deps:
1757 - grpc_test_util
1758 - grpc
1759 - gpr_test_util
1760 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761- name: multiple_server_queues_test
1762 build: test
1763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001764 src:
1765 - test/core/end2end/multiple_server_queues_test.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001769 - gpr_test_util
1770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771- name: murmur_hash_test
1772 build: test
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/support/murmur_hash_test.c
1776 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001780 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001781 build: test
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
1784 - test/core/end2end/no_server_test.c
1785 deps:
1786 - grpc_test_util
1787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001788 - gpr_test_util
1789 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790- name: resolve_address_test
1791 build: test
1792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
1794 - test/core/iomgr/resolve_address_test.c
1795 deps:
1796 - grpc_test_util
1797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 - gpr_test_util
1799 - gpr
yang-gd482e592015-12-10 14:04:00 -08001800- name: secure_channel_create_test
1801 build: test
1802 language: c
1803 src:
1804 - test/core/surface/secure_channel_create_test.c
1805 deps:
1806 - grpc_test_util
1807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001808 - gpr_test_util
1809 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001810- name: secure_endpoint_test
1811 build: test
1812 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001813 src:
1814 - test/core/security/secure_endpoint_test.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001818 - gpr_test_util
1819 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001820- name: server_chttp2_test
1821 build: test
1822 language: c
1823 src:
1824 - test/core/surface/server_chttp2_test.c
1825 deps:
1826 - grpc_test_util
1827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001830- name: server_test
1831 build: test
1832 language: c
1833 src:
1834 - test/core/surface/server_test.c
1835 deps:
1836 - grpc_test_util
1837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001840- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001841 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001842 build: test
1843 language: c
1844 src:
1845 - test/core/client_config/set_initial_connect_string_test.c
1846 deps:
1847 - test_tcp_server
1848 - grpc_test_util
1849 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001850 - gpr_test_util
1851 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001852- name: sockaddr_resolver_test
1853 build: test
1854 language: c
1855 src:
1856 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1857 deps:
1858 - grpc_test_util
1859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001860 - gpr_test_util
1861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001862- name: sockaddr_utils_test
1863 build: test
1864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001865 src:
1866 - test/core/iomgr/sockaddr_utils_test.c
1867 deps:
1868 - grpc_test_util
1869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001872- name: socket_utils_test
1873 build: test
1874 language: c
1875 src:
1876 - test/core/iomgr/socket_utils_test.c
1877 deps:
1878 - grpc_test_util
1879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001882 platforms:
1883 - mac
1884 - linux
1885 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001887 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/iomgr/tcp_client_posix_test.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001897 platforms:
1898 - mac
1899 - linux
1900 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001902 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903 build: test
1904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001905 src:
1906 - test/core/iomgr/tcp_posix_test.c
1907 deps:
1908 - grpc_test_util
1909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001912 platforms:
1913 - mac
1914 - linux
1915 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001916- name: tcp_server_posix_test
1917 build: test
1918 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001919 src:
1920 - test/core/iomgr/tcp_server_posix_test.c
1921 deps:
1922 - grpc_test_util
1923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001924 - gpr_test_util
1925 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001926 platforms:
1927 - mac
1928 - linux
1929 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001930- name: time_averaged_stats_test
1931 build: test
1932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001933 src:
1934 - test/core/iomgr/time_averaged_stats_test.c
1935 deps:
1936 - grpc_test_util
1937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001938 - gpr_test_util
1939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: timeout_encoding_test
1941 build: test
1942 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001943 src:
1944 - test/core/transport/chttp2/timeout_encoding_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001950- name: timer_heap_test
1951 build: test
1952 language: c
1953 src:
1954 - test/core/iomgr/timer_heap_test.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001960- name: timer_list_test
1961 build: test
1962 language: c
1963 src:
1964 - test/core/iomgr/timer_list_test.c
1965 deps:
1966 - grpc_test_util
1967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: timers_test
1971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/profiling/timers_test.c
1975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001980- name: transport_connectivity_state_test
1981 build: test
1982 language: c
1983 src:
1984 - test/core/transport/connectivity_state_test.c
1985 deps:
1986 - grpc_test_util
1987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001988 - gpr_test_util
1989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: transport_metadata_test
1991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/transport/metadata_test.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000- name: transport_security_test
2001 build: test
2002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002003 src:
2004 - test/core/tsi/transport_security_test.c
2005 deps:
2006 - grpc_test_util
2007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002008 - gpr_test_util
2009 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002010 platforms:
2011 - linux
2012 - posix
2013 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014- name: udp_server_test
2015 build: test
2016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002017 src:
2018 - test/core/iomgr/udp_server_test.c
2019 deps:
2020 - grpc_test_util
2021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002022 - gpr_test_util
2023 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002024 platforms:
2025 - mac
2026 - linux
2027 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002028- name: uri_parser_test
2029 build: test
2030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002031 src:
2032 - test/core/client_config/uri_parser_test.c
2033 deps:
2034 - grpc_test_util
2035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr_test_util
2037 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002038- name: workqueue_test
2039 build: test
2040 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002041 src:
2042 - test/core/iomgr/workqueue_test.c
2043 deps:
2044 - grpc_test_util
2045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002046 - gpr_test_util
2047 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002048 platforms:
2049 - mac
2050 - linux
2051 - posix
vjpai04e992a2016-02-10 16:58:38 -08002052- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002053 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002054 build: test
2055 language: c++
2056 src:
2057 - test/cpp/common/alarm_cpp_test.cc
2058 deps:
2059 - grpc++_test_util
2060 - grpc_test_util
2061 - grpc++
2062 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002063 - gpr_test_util
2064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002066 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067 build: test
2068 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002069 src:
2070 - test/cpp/end2end/async_end2end_test.cc
2071 deps:
2072 - grpc++_test_util
2073 - grpc_test_util
2074 - grpc++
2075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002076 - gpr_test_util
2077 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002078- name: async_streaming_ping_pong_test
2079 build: test
2080 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002081 src:
2082 - test/cpp/qps/async_streaming_ping_pong_test.cc
2083 deps:
2084 - qps
2085 - grpc++_test_util
2086 - grpc_test_util
2087 - grpc++
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002091 platforms:
2092 - mac
2093 - linux
2094 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002095- name: async_unary_ping_pong_test
2096 build: test
2097 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
2099 - test/cpp/qps/async_unary_ping_pong_test.cc
2100 deps:
2101 - qps
2102 - grpc++_test_util
2103 - grpc_test_util
2104 - grpc++
2105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002108 platforms:
2109 - mac
2110 - linux
2111 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002112- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002113 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114 build: test
2115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002116 src:
2117 - test/cpp/common/auth_property_iterator_test.cc
2118 deps:
2119 - grpc++_test_util
2120 - grpc_test_util
2121 - grpc++
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002126 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002127 build: test
2128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002129 src:
yang-g52705592015-11-25 11:45:33 -08002130 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002131 deps:
2132 - grpc++
2133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002136 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137 build: test
2138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002139 src:
2140 - test/cpp/util/cli_call_test.cc
2141 deps:
2142 - grpc++_test_util
2143 - grpc_test_util
2144 - grpc++
2145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002146 - gpr_test_util
2147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002149 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002150 cpu_cost: 0.1
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/end2end/client_crash_test.cc
2155 deps:
2156 - grpc++_test_util
2157 - grpc_test_util
2158 - grpc++
2159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002160 - gpr_test_util
2161 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002162 platforms:
2163 - mac
2164 - linux
2165 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002166- name: client_crash_test_server
2167 build: test
2168 run: false
2169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
2171 - test/cpp/end2end/client_crash_test_server.cc
2172 deps:
2173 - grpc++_test_util
2174 - grpc_test_util
2175 - grpc++
2176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002179- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002180 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002181 build: test
2182 language: c++
2183 src:
2184 - src/proto/grpc/testing/control.proto
2185 - src/proto/grpc/testing/messages.proto
2186 - src/proto/grpc/testing/payloads.proto
2187 - src/proto/grpc/testing/perf_db.proto
2188 - src/proto/grpc/testing/services.proto
2189 - src/proto/grpc/testing/stats.proto
2190 - test/cpp/codegen/codegen_test.cc
2191 deps:
2192 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002193- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002194 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002195 build: test
2196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - test/cpp/client/credentials_test.cc
2199 deps:
2200 - grpc++
2201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002204 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205 build: test
2206 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
2208 - test/cpp/util/byte_buffer_test.cc
2209 deps:
2210 - grpc_test_util
2211 - grpc++
2212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002216 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002217 build: test
2218 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
2220 - test/cpp/util/slice_test.cc
2221 deps:
2222 - grpc_test_util
2223 - grpc++
2224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002228 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229 build: test
2230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002231 src:
2232 - test/cpp/util/string_ref_test.cc
2233 deps:
2234 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002236 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237 build: test
2238 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002239 src:
2240 - test/cpp/util/time_test.cc
2241 deps:
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: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002248 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002249 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250 build: test
2251 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
2253 - test/cpp/end2end/end2end_test.cc
2254 deps:
2255 - grpc++_test_util
2256 - grpc_test_util
2257 - grpc++
2258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr_test_util
2260 - gpr
vjpai083dc622016-01-11 09:41:17 -08002261- name: generic_async_streaming_ping_pong_test
2262 build: test
2263 language: c++
2264 src:
2265 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2266 deps:
2267 - qps
2268 - grpc++_test_util
2269 - grpc_test_util
2270 - grpc++
2271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002272 - gpr_test_util
2273 - gpr
vjpai083dc622016-01-11 09:41:17 -08002274 platforms:
2275 - mac
2276 - linux
2277 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002279 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002280 build: test
2281 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
2283 - test/cpp/end2end/generic_end2end_test.cc
2284 deps:
2285 - grpc++_test_util
2286 - grpc_test_util
2287 - grpc++
2288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 - gpr_test_util
2290 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291- name: grpc_cli
2292 build: test
2293 run: false
2294 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002295 src:
2296 - test/cpp/util/grpc_cli.cc
2297 deps:
2298 - grpc++_test_util
2299 - grpc_test_util
2300 - grpc++
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002304 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002305- name: grpc_cpp_plugin
2306 build: protoc
2307 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002308 src:
2309 - src/compiler/cpp_plugin.cc
2310 deps:
2311 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312 secure: false
2313 vs_config_type: Application
2314 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2315- name: grpc_csharp_plugin
2316 build: protoc
2317 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002318 src:
2319 - src/compiler/csharp_plugin.cc
2320 deps:
2321 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322 secure: false
2323 vs_config_type: Application
2324 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2325- name: grpc_objective_c_plugin
2326 build: protoc
2327 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - src/compiler/objective_c_plugin.cc
2330 deps:
2331 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332 secure: false
2333 vs_config_type: Application
2334 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2335- name: grpc_python_plugin
2336 build: protoc
2337 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002338 src:
2339 - src/compiler/python_plugin.cc
2340 deps:
2341 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342 secure: false
2343 vs_config_type: Application
2344 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2345- name: grpc_ruby_plugin
2346 build: protoc
2347 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002348 src:
2349 - src/compiler/ruby_plugin.cc
2350 deps:
2351 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002352 secure: false
2353 vs_config_type: Application
2354 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002355- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002356 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002357 build: test
2358 language: c++
2359 src:
2360 - src/proto/grpc/lb/v0/load_balancer.proto
2361 - test/cpp/grpclb/grpclb_api_test.cc
2362 deps:
2363 - grpc++_test_util
2364 - grpc_test_util
2365 - grpc++
2366 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002367- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002368 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002369 build: test
2370 language: c++
2371 src:
2372 - test/cpp/end2end/hybrid_end2end_test.cc
2373 deps:
2374 - grpc++_test_util
2375 - grpc_test_util
2376 - grpc++
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002380- name: interop_client
2381 build: test
2382 run: false
2383 language: c++
2384 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002385 deps:
2386 - interop_client_main
2387 - interop_client_helper
2388 - grpc++_test_util
2389 - grpc_test_util
2390 - grpc++
2391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002394 - grpc++_test_config
2395 platforms:
2396 - mac
2397 - linux
2398 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002399- name: interop_server
2400 build: test
2401 run: false
2402 language: c++
2403 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002404 deps:
2405 - interop_server_main
2406 - interop_server_helper
2407 - grpc++_test_util
2408 - grpc_test_util
2409 - grpc++
2410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 - gpr_test_util
2412 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002413 - grpc++_test_config
2414 platforms:
2415 - mac
2416 - linux
2417 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002418- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002419 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420 build: test
2421 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/cpp/interop/interop_test.cc
2424 deps:
2425 - grpc_test_util
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002429 platforms:
2430 - mac
2431 - linux
2432 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002433- name: metrics_client
2434 build: test
2435 run: false
2436 language: c++
2437 headers:
2438 - test/cpp/util/metrics_server.h
2439 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002440 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002441 - test/cpp/interop/metrics_client.cc
2442 deps:
2443 - grpc++
2444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002446 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002448 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449 build: test
2450 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
2452 - test/cpp/end2end/mock_test.cc
2453 deps:
2454 - grpc++_test_util
2455 - grpc_test_util
2456 - grpc++
2457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002458 - gpr_test_util
2459 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460- name: qps_driver
2461 build: benchmark
2462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/cpp/qps/qps_driver.cc
2465 deps:
2466 - qps
2467 - grpc++_test_util
2468 - grpc_test_util
2469 - grpc++
2470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002471 - gpr_test_util
2472 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002473 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474- name: qps_interarrival_test
2475 build: test
2476 run: false
2477 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002478 src:
2479 - test/cpp/qps/qps_interarrival_test.cc
2480 deps:
2481 - qps
2482 - grpc++_test_util
2483 - grpc_test_util
2484 - grpc++
2485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr_test_util
2487 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002488 platforms:
2489 - mac
2490 - linux
2491 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002492- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002493 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002494 build: test
2495 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002496 src:
2497 - test/cpp/qps/qps_openloop_test.cc
2498 deps:
2499 - qps
2500 - grpc++_test_util
2501 - grpc_test_util
2502 - grpc++
2503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr_test_util
2505 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002506 - grpc++_test_config
2507 platforms:
2508 - mac
2509 - linux
2510 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002511- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002512 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002513 build: test
2514 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002515 src:
2516 - test/cpp/qps/qps_test.cc
2517 deps:
2518 - qps
2519 - grpc++_test_util
2520 - grpc_test_util
2521 - grpc++
2522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr_test_util
2524 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002525 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002526 platforms:
2527 - mac
2528 - linux
2529 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002530- name: qps_worker
2531 build: benchmark
2532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002533 headers:
2534 - test/cpp/qps/client.h
2535 - test/cpp/qps/server.h
2536 src:
2537 - test/cpp/qps/worker.cc
2538 deps:
2539 - qps
2540 - grpc++_test_util
2541 - grpc_test_util
2542 - grpc++
2543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002544 - gpr_test_util
2545 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002546 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002547- name: reconnect_interop_client
2548 build: test
2549 run: false
2550 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002551 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002552 - src/proto/grpc/testing/empty.proto
2553 - src/proto/grpc/testing/messages.proto
2554 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002555 - test/cpp/interop/reconnect_interop_client.cc
2556 deps:
2557 - grpc++_test_util
2558 - grpc_test_util
2559 - grpc++
2560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002563 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: reconnect_interop_server
2565 build: test
2566 run: false
2567 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002569 - src/proto/grpc/testing/empty.proto
2570 - src/proto/grpc/testing/messages.proto
2571 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002572 - test/cpp/interop/reconnect_interop_server.cc
2573 deps:
2574 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002575 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002576 - grpc++_test_util
2577 - grpc_test_util
2578 - grpc++
2579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002580 - gpr_test_util
2581 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002582 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002583- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002584 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585 build: test
2586 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
2588 - test/cpp/common/secure_auth_context_test.cc
2589 deps:
2590 - grpc++_test_util
2591 - grpc_test_util
2592 - grpc++
2593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002594 - gpr_test_util
2595 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002596- name: secure_sync_unary_ping_pong_test
2597 build: test
2598 language: c++
2599 src:
2600 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2601 deps:
2602 - qps
2603 - grpc++_test_util
2604 - grpc_test_util
2605 - grpc++
2606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002607 - gpr_test_util
2608 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002609 platforms:
2610 - mac
2611 - linux
2612 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002614 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002615 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616 build: test
2617 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002618 src:
2619 - test/cpp/end2end/server_crash_test.cc
2620 deps:
2621 - grpc++_test_util
2622 - grpc_test_util
2623 - grpc++
2624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002625 - gpr_test_util
2626 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002627 platforms:
2628 - mac
2629 - linux
2630 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002631- name: server_crash_test_client
2632 build: test
2633 run: false
2634 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002635 src:
2636 - test/cpp/end2end/server_crash_test_client.cc
2637 deps:
2638 - grpc++_test_util
2639 - grpc_test_util
2640 - grpc++
2641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002642 - gpr_test_util
2643 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002644- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002645 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002646 build: test
2647 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002648 src:
2649 - test/cpp/end2end/shutdown_test.cc
2650 deps:
2651 - grpc++_test_util
2652 - grpc_test_util
2653 - grpc++
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002657- name: status_test
2658 build: test
2659 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002660 src:
2661 - test/cpp/util/status_test.cc
2662 deps:
2663 - grpc_test_util
2664 - grpc++
2665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002666 - gpr_test_util
2667 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002668- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002669 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002670 build: test
2671 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002672 src:
2673 - test/cpp/end2end/streaming_throughput_test.cc
2674 deps:
2675 - grpc++_test_util
2676 - grpc_test_util
2677 - grpc++
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002681 platforms:
2682 - mac
2683 - linux
2684 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002685- name: stress_test
2686 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002687 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002688 language: c++
2689 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002690 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002691 - test/cpp/interop/interop_client.h
2692 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002693 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002694 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002695 - src/proto/grpc/testing/empty.proto
2696 - src/proto/grpc/testing/messages.proto
2697 - src/proto/grpc/testing/metrics.proto
2698 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002699 - test/cpp/interop/interop_client.cc
2700 - test/cpp/interop/stress_interop_client.cc
2701 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002702 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002703 deps:
2704 - grpc++_test_util
2705 - grpc_test_util
2706 - grpc++
2707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002708 - gpr_test_util
2709 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002710 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002711- name: sync_streaming_ping_pong_test
2712 build: test
2713 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002714 src:
2715 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2716 deps:
2717 - qps
2718 - grpc++_test_util
2719 - grpc_test_util
2720 - grpc++
2721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002722 - gpr_test_util
2723 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002724 platforms:
2725 - mac
2726 - linux
2727 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728- name: sync_unary_ping_pong_test
2729 build: test
2730 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002731 src:
2732 - test/cpp/qps/sync_unary_ping_pong_test.cc
2733 deps:
2734 - qps
2735 - grpc++_test_util
2736 - grpc_test_util
2737 - grpc++
2738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002739 - gpr_test_util
2740 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002741 platforms:
2742 - mac
2743 - linux
2744 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002745- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002746 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002747 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002748 build: test
2749 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002750 src:
2751 - test/cpp/end2end/thread_stress_test.cc
2752 deps:
2753 - grpc++_test_util
2754 - grpc_test_util
2755 - grpc++
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002759- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002760 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002761 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002762 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002763 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002764 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002765 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002766 - test/cpp/end2end/zookeeper_test.cc
2767 deps:
2768 - grpc++_test_util
2769 - grpc_test_util
2770 - grpc++
2771 - grpc_zookeeper
2772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002773 - gpr_test_util
2774 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002775 external_deps:
2776 - zookeeper
2777 platforms:
2778 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002779- name: public_headers_must_be_c89
2780 build: test
2781 language: c89
2782 src:
2783 - test/core/surface/public_headers_must_be_c89.c
2784 deps:
2785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002788- linkage: static
2789 name: grpc.dependencies.zlib
2790 props: false
2791 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002792 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002793- linkage: static
2794 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002795 props: true
2796 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002797 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002798- name: gflags
2799 props: false
2800 redist: false
2801 version: 2.1.2.1
2802- name: gtest
2803 props: false
2804 redist: false
2805 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002806configs:
2807 asan:
2808 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002809 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002810 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002811 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002812 LD: clang
2813 LDFLAGS: -fsanitize=address
2814 LDXX: clang++
2815 compile_the_world: true
2816 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002817 ASAN_OPTIONS: detect_leaks=1:color=always
2818 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002819 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002820 asan-noleaks:
2821 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002822 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002823 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002824 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002825 LD: clang
2826 LDFLAGS: -fsanitize=address
2827 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002828 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002829 test_environ:
2830 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002831 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002832 basicprof:
2833 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2834 DEFINES: NDEBUG
2835 dbg:
2836 CPPFLAGS: -O0
2837 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08002838 easan:
2839 CC: clang
2840 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
2841 -DGPR_NO_DIRECT_SYSCALLS
2842 CXX: clang++
2843 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2844 LD: clang
2845 LDFLAGS: -fsanitize=address
2846 LDXX: clang++
2847 compile_the_world: true
2848 test_environ:
2849 ASAN_OPTIONS: detect_leaks=1:color=always
2850 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2851 timeout_multiplier: 3
2852 edbg:
2853 CPPFLAGS: -O0
2854 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2855 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08002856 CC: clang
2857 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07002858 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08002859 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08002860 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08002861 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07002862 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08002863 LDXX: clang++
2864 compile_the_world: true
2865 test_environ:
2866 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2867 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002868 gcov:
2869 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002870 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002871 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002872 DEFINES: _DEBUG DEBUG GPR_GCOV
2873 LD: gcc
2874 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2875 LDXX: g++
2876 helgrind:
2877 CPPFLAGS: -O0
2878 DEFINES: _DEBUG DEBUG
2879 LDFLAGS: -rdynamic
2880 timeout_multiplier: 20
2881 valgrind: --tool=helgrind
2882 memcheck:
2883 CPPFLAGS: -O0
2884 DEFINES: _DEBUG DEBUG
2885 LDFLAGS: -rdynamic
2886 timeout_multiplier: 10
2887 valgrind: --tool=memcheck --leak-check=full
2888 msan:
2889 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002890 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002891 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002892 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002893 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002894 DEFINES: NDEBUG
2895 LD: clang
2896 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2897 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2898 LDXX: clang++
2899 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08002900 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08002901 mutrace:
2902 CPPFLAGS: -O0
2903 DEFINES: _DEBUG DEBUG
2904 LDFLAGS: -rdynamic
2905 opt:
2906 CPPFLAGS: -O2
2907 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002908 stapprof:
2909 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2910 DEFINES: NDEBUG
2911 tsan:
2912 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002913 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07002914 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002915 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002916 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07002917 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08002918 LDXX: clang++
2919 compile_the_world: true
2920 test_environ:
2921 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08002922 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002923 ubsan:
2924 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002925 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002926 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002927 DEFINES: NDEBUG
2928 LD: clang
2929 LDFLAGS: -fsanitize=undefined
2930 LDXX: clang++
2931 compile_the_world: true
2932 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002933defaults:
2934 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002935 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002936 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002937 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002938 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002939 global:
2940 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2941 LDFLAGS: -g
2942 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002943 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002944 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002945node_modules:
2946- deps:
2947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002948 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002949 - boringssl
2950 - z
murgatroid9994a75412015-11-19 14:04:53 -08002951 headers:
2952 - src/node/ext/byte_buffer.h
2953 - src/node/ext/call.h
2954 - src/node/ext/call_credentials.h
2955 - src/node/ext/channel.h
2956 - src/node/ext/channel_credentials.h
2957 - src/node/ext/completion_queue_async_worker.h
2958 - src/node/ext/server.h
2959 - src/node/ext/server_credentials.h
2960 - src/node/ext/timeval.h
2961 js:
2962 - src/node/index.js
2963 - src/node/src/client.js
2964 - src/node/src/common.js
2965 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002966 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002967 - src/node/src/metadata.js
2968 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002969 name: grpc_node
2970 src:
2971 - src/node/ext/byte_buffer.cc
2972 - src/node/ext/call.cc
2973 - src/node/ext/call_credentials.cc
2974 - src/node/ext/channel.cc
2975 - src/node/ext/channel_credentials.cc
2976 - src/node/ext/completion_queue_async_worker.cc
2977 - src/node/ext/node_grpc.cc
2978 - src/node/ext/server.cc
2979 - src/node/ext/server_credentials.cc
2980 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08002981openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07002982 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08002983 extraction_dir: openssl-1.0.2f
2984 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002985php_config_m4:
2986 deps:
2987 - grpc
2988 - gpr
2989 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002990 headers:
2991 - src/php/ext/grpc/byte_buffer.h
2992 - src/php/ext/grpc/call.h
2993 - src/php/ext/grpc/call_credentials.h
2994 - src/php/ext/grpc/channel.h
2995 - src/php/ext/grpc/channel_credentials.h
2996 - src/php/ext/grpc/completion_queue.h
2997 - src/php/ext/grpc/php_grpc.h
2998 - src/php/ext/grpc/server.h
2999 - src/php/ext/grpc/server_credentials.h
3000 - src/php/ext/grpc/timeval.h
3001 src:
3002 - src/php/ext/grpc/byte_buffer.c
3003 - src/php/ext/grpc/call.c
3004 - src/php/ext/grpc/call_credentials.c
3005 - src/php/ext/grpc/channel.c
3006 - src/php/ext/grpc/channel_credentials.c
3007 - src/php/ext/grpc/completion_queue.c
3008 - src/php/ext/grpc/php_grpc.c
3009 - src/php/ext/grpc/server.c
3010 - src/php/ext/grpc/server_credentials.c
3011 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003012python_dependencies:
3013 deps:
3014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003015 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003016 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003017 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003018ruby_gem:
3019 deps:
3020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003022 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003023 - z