blob: 5a1c49df1238755665f3f2e415a1e652d8c566e1 [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 Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
19 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/mlog.h
21 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/context.c
24 - src/core/ext/census/grpc_context.c
25 - src/core/ext/census/grpc_filter.c
26 - src/core/ext/census/grpc_plugin.c
27 - src/core/ext/census/initialize.c
28 - src/core/ext/census/mlog.c
29 - src/core/ext/census/operation.c
30 - src/core/ext/census/placeholders.c
31 - src/core/ext/census/tracing.c
32 plugin: census_grpc_plugin
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010033- name: gpr
34 public_headers:
35 - include/grpc/support/alloc.h
36 - include/grpc/support/atm.h
37 - include/grpc/support/atm_gcc_atomic.h
38 - include/grpc/support/atm_gcc_sync.h
39 - include/grpc/support/atm_win32.h
40 - include/grpc/support/avl.h
41 - include/grpc/support/cmdline.h
42 - include/grpc/support/cpu.h
43 - include/grpc/support/histogram.h
44 - include/grpc/support/host_port.h
45 - include/grpc/support/log.h
46 - include/grpc/support/log_win32.h
47 - include/grpc/support/port_platform.h
48 - include/grpc/support/slice.h
49 - include/grpc/support/slice_buffer.h
50 - include/grpc/support/string_util.h
51 - include/grpc/support/subprocess.h
52 - include/grpc/support/sync.h
53 - include/grpc/support/sync_generic.h
54 - include/grpc/support/sync_posix.h
55 - include/grpc/support/sync_win32.h
56 - include/grpc/support/thd.h
57 - include/grpc/support/time.h
58 - include/grpc/support/tls.h
59 - include/grpc/support/tls_gcc.h
60 - include/grpc/support/tls_msvc.h
61 - include/grpc/support/tls_pthread.h
62 - include/grpc/support/useful.h
63 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070064 - src/core/lib/profiling/timers.h
65 - src/core/lib/support/backoff.h
66 - src/core/lib/support/block_annotate.h
67 - src/core/lib/support/env.h
68 - src/core/lib/support/load_file.h
69 - src/core/lib/support/murmur_hash.h
70 - src/core/lib/support/stack_lockfree.h
71 - src/core/lib/support/string.h
72 - src/core/lib/support/string_win32.h
73 - src/core/lib/support/thd_internal.h
74 - src/core/lib/support/time_precise.h
75 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010076 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/profiling/basic_timers.c
78 - src/core/lib/profiling/stap_timers.c
79 - src/core/lib/support/alloc.c
80 - src/core/lib/support/avl.c
81 - src/core/lib/support/backoff.c
82 - src/core/lib/support/cmdline.c
83 - src/core/lib/support/cpu_iphone.c
84 - src/core/lib/support/cpu_linux.c
85 - src/core/lib/support/cpu_posix.c
86 - src/core/lib/support/cpu_windows.c
87 - src/core/lib/support/env_linux.c
88 - src/core/lib/support/env_posix.c
89 - src/core/lib/support/env_win32.c
90 - src/core/lib/support/histogram.c
91 - src/core/lib/support/host_port.c
92 - src/core/lib/support/load_file.c
93 - src/core/lib/support/log.c
94 - src/core/lib/support/log_android.c
95 - src/core/lib/support/log_linux.c
96 - src/core/lib/support/log_posix.c
97 - src/core/lib/support/log_win32.c
98 - src/core/lib/support/murmur_hash.c
99 - src/core/lib/support/slice.c
100 - src/core/lib/support/slice_buffer.c
101 - src/core/lib/support/stack_lockfree.c
102 - src/core/lib/support/string.c
103 - src/core/lib/support/string_posix.c
104 - src/core/lib/support/string_win32.c
105 - src/core/lib/support/subprocess_posix.c
106 - src/core/lib/support/subprocess_windows.c
107 - src/core/lib/support/sync.c
108 - src/core/lib/support/sync_posix.c
109 - src/core/lib/support/sync_win32.c
110 - src/core/lib/support/thd.c
111 - src/core/lib/support/thd_posix.c
112 - src/core/lib/support/thd_win32.c
113 - src/core/lib/support/time.c
114 - src/core/lib/support/time_posix.c
115 - src/core/lib/support/time_precise.c
116 - src/core/lib/support/time_win32.c
117 - src/core/lib/support/tls_pthread.c
118 - src/core/lib/support/tmpfile_posix.c
119 - src/core/lib/support/tmpfile_win32.c
120 - src/core/lib/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800121- name: gpr_codegen
122 public_headers:
123 - include/grpc/impl/codegen/alloc.h
124 - include/grpc/impl/codegen/atm.h
125 - include/grpc/impl/codegen/atm_gcc_atomic.h
126 - include/grpc/impl/codegen/atm_gcc_sync.h
127 - include/grpc/impl/codegen/atm_win32.h
128 - include/grpc/impl/codegen/log.h
129 - include/grpc/impl/codegen/port_platform.h
130 - include/grpc/impl/codegen/slice.h
131 - include/grpc/impl/codegen/slice_buffer.h
132 - include/grpc/impl/codegen/sync.h
133 - include/grpc/impl/codegen/sync_generic.h
134 - include/grpc/impl/codegen/sync_posix.h
135 - include/grpc/impl/codegen/sync_win32.h
136 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700137- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700138 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800139 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700140 - include/grpc++/channel.h
141 - include/grpc++/client_context.h
142 - include/grpc++/completion_queue.h
143 - include/grpc++/create_channel.h
144 - include/grpc++/generic/async_generic_service.h
145 - include/grpc++/generic/generic_stub.h
146 - include/grpc++/grpc++.h
147 - include/grpc++/impl/call.h
148 - include/grpc++/impl/client_unary_call.h
149 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800150 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700151 - include/grpc++/impl/proto_utils.h
152 - include/grpc++/impl/rpc_method.h
153 - include/grpc++/impl/rpc_service_method.h
154 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800155 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700156 - include/grpc++/impl/service_type.h
157 - include/grpc++/impl/sync.h
158 - include/grpc++/impl/sync_cxx11.h
159 - include/grpc++/impl/sync_no_cxx11.h
160 - include/grpc++/impl/thd.h
161 - include/grpc++/impl/thd_cxx11.h
162 - include/grpc++/impl/thd_no_cxx11.h
163 - include/grpc++/security/auth_context.h
164 - include/grpc++/security/auth_metadata_processor.h
165 - include/grpc++/security/credentials.h
166 - include/grpc++/security/server_credentials.h
167 - include/grpc++/server.h
168 - include/grpc++/server_builder.h
169 - include/grpc++/server_context.h
170 - include/grpc++/support/async_stream.h
171 - include/grpc++/support/async_unary_call.h
172 - include/grpc++/support/byte_buffer.h
173 - include/grpc++/support/channel_arguments.h
174 - include/grpc++/support/config.h
175 - include/grpc++/support/config_protobuf.h
176 - include/grpc++/support/slice.h
177 - include/grpc++/support/status.h
178 - include/grpc++/support/status_code_enum.h
179 - include/grpc++/support/string_ref.h
180 - include/grpc++/support/stub_options.h
181 - include/grpc++/support/sync_stream.h
182 - include/grpc++/support/time.h
183 headers:
184 - src/cpp/client/create_channel_internal.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800185 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700186 - src/cpp/common/create_auth_context.h
187 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700188 - src/cpp/server/thread_pool_interface.h
189 src:
190 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700191 - src/cpp/client/client_context.cc
192 - src/cpp/client/create_channel.cc
193 - src/cpp/client/create_channel_internal.cc
194 - src/cpp/client/credentials.cc
195 - src/cpp/client/generic_stub.cc
196 - src/cpp/client/insecure_credentials.cc
yang-g52705592015-11-25 11:45:33 -0800197 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700198 - src/cpp/common/completion_queue.cc
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +0100199 - src/cpp/common/core_codegen.cc
Craig Tiller25834342015-09-25 08:08:24 -0700200 - src/cpp/common/rpc_method.cc
Craig Tiller25834342015-09-25 08:08:24 -0700201 - src/cpp/server/async_generic_service.cc
202 - src/cpp/server/create_default_thread_pool.cc
203 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700204 - src/cpp/server/insecure_server_credentials.cc
205 - src/cpp/server/server.cc
206 - src/cpp/server/server_builder.cc
207 - src/cpp/server/server_context.cc
208 - src/cpp/server/server_credentials.cc
209 - src/cpp/util/byte_buffer.cc
210 - src/cpp/util/slice.cc
211 - src/cpp/util/status.cc
212 - src/cpp/util/string_ref.cc
213 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800214- name: grpc++_codegen
215 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800216 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800217 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800218 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800219 - include/grpc++/impl/codegen/call_hook.h
220 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800221 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800222 - include/grpc++/impl/codegen/client_unary_call.h
223 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800224 - include/grpc++/impl/codegen/completion_queue_tag.h
225 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800226 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100227 - include/grpc++/impl/codegen/core_codegen_interface.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800228 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800229 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800230 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800231 - include/grpc++/impl/codegen/rpc_method.h
232 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800233 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800234 - include/grpc++/impl/codegen/serialization_traits.h
235 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800236 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800237 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800238 - include/grpc++/impl/codegen/status.h
239 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800240 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800241 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800242 - include/grpc++/impl/codegen/sync.h
243 - include/grpc++/impl/codegen/sync_cxx11.h
244 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800245 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800246 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800247 src:
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100248 - src/cpp/codegen/codegen_init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700249- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700250 public_headers:
251 - include/grpc/byte_buffer.h
252 - include/grpc/byte_buffer_reader.h
253 - include/grpc/compression.h
254 - include/grpc/grpc.h
255 - include/grpc/status.h
256 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/channel/channel_args.h
258 - src/core/lib/channel/channel_stack.h
259 - src/core/lib/channel/channel_stack_builder.h
260 - src/core/lib/channel/client_channel.h
261 - src/core/lib/channel/compress_filter.h
262 - src/core/lib/channel/connected_channel.h
263 - src/core/lib/channel/context.h
264 - src/core/lib/channel/http_client_filter.h
265 - src/core/lib/channel/http_server_filter.h
266 - src/core/lib/channel/subchannel_call_holder.h
267 - src/core/lib/client_config/client_config.h
268 - src/core/lib/client_config/connector.h
269 - src/core/lib/client_config/initial_connect_string.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/client_config/lb_policy.h
271 - src/core/lib/client_config/lb_policy_factory.h
272 - src/core/lib/client_config/lb_policy_registry.h
273 - src/core/lib/client_config/resolver.h
274 - src/core/lib/client_config/resolver_factory.h
275 - src/core/lib/client_config/resolver_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - 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
Craig Tiller8a034482016-03-28 16:09:04 -0700289 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
290 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/iomgr/exec_ctx.h
292 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/iomgr/iocp_windows.h
294 - src/core/lib/iomgr/iomgr.h
295 - src/core/lib/iomgr/iomgr_internal.h
296 - src/core/lib/iomgr/iomgr_posix.h
297 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/iomgr/pollset_set_windows.h
300 - src/core/lib/iomgr/pollset_windows.h
301 - src/core/lib/iomgr/resolve_address.h
302 - src/core/lib/iomgr/sockaddr.h
303 - src/core/lib/iomgr/sockaddr_posix.h
304 - src/core/lib/iomgr/sockaddr_utils.h
305 - src/core/lib/iomgr/sockaddr_win32.h
306 - src/core/lib/iomgr/socket_utils_posix.h
307 - src/core/lib/iomgr/socket_windows.h
308 - src/core/lib/iomgr/tcp_client.h
309 - src/core/lib/iomgr/tcp_posix.h
310 - src/core/lib/iomgr/tcp_server.h
311 - src/core/lib/iomgr/tcp_windows.h
312 - src/core/lib/iomgr/time_averaged_stats.h
313 - src/core/lib/iomgr/timer.h
314 - src/core/lib/iomgr/timer_heap.h
315 - src/core/lib/iomgr/udp_server.h
316 - src/core/lib/iomgr/unix_sockets_posix.h
317 - src/core/lib/iomgr/wakeup_fd_pipe.h
318 - src/core/lib/iomgr/wakeup_fd_posix.h
319 - src/core/lib/iomgr/workqueue.h
320 - src/core/lib/iomgr/workqueue_posix.h
321 - src/core/lib/iomgr/workqueue_windows.h
322 - src/core/lib/json/json.h
323 - src/core/lib/json/json_common.h
324 - src/core/lib/json/json_reader.h
325 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/surface/api_trace.h
327 - src/core/lib/surface/call.h
328 - src/core/lib/surface/call_test_only.h
329 - src/core/lib/surface/channel.h
330 - src/core/lib/surface/channel_init.h
331 - src/core/lib/surface/channel_stack_type.h
332 - src/core/lib/surface/completion_queue.h
333 - src/core/lib/surface/event_string.h
334 - src/core/lib/surface/init.h
335 - src/core/lib/surface/lame_client.h
336 - src/core/lib/surface/server.h
337 - src/core/lib/surface/surface_trace.h
338 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/transport/connectivity_state.h
340 - src/core/lib/transport/metadata.h
341 - src/core/lib/transport/metadata_batch.h
342 - src/core/lib/transport/static_metadata.h
343 - src/core/lib/transport/transport.h
344 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700345 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/channel/channel_args.c
347 - src/core/lib/channel/channel_stack.c
348 - src/core/lib/channel/channel_stack_builder.c
349 - src/core/lib/channel/client_channel.c
350 - src/core/lib/channel/compress_filter.c
351 - src/core/lib/channel/connected_channel.c
352 - src/core/lib/channel/http_client_filter.c
353 - src/core/lib/channel/http_server_filter.c
354 - src/core/lib/channel/subchannel_call_holder.c
355 - src/core/lib/client_config/client_config.c
356 - src/core/lib/client_config/connector.c
357 - src/core/lib/client_config/default_initial_connect_string.c
358 - src/core/lib/client_config/initial_connect_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/client_config/lb_policy.c
360 - src/core/lib/client_config/lb_policy_factory.c
361 - src/core/lib/client_config/lb_policy_registry.c
362 - src/core/lib/client_config/resolver.c
363 - src/core/lib/client_config/resolver_factory.c
364 - src/core/lib/client_config/resolver_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700365 - src/core/lib/client_config/subchannel.c
366 - src/core/lib/client_config/subchannel_factory.c
367 - src/core/lib/client_config/subchannel_index.c
368 - src/core/lib/client_config/uri_parser.c
369 - src/core/lib/compression/compression_algorithm.c
370 - src/core/lib/compression/message_compress.c
371 - src/core/lib/debug/trace.c
372 - src/core/lib/http/format_request.c
373 - src/core/lib/http/httpcli.c
374 - src/core/lib/http/parser.c
375 - src/core/lib/iomgr/closure.c
376 - src/core/lib/iomgr/endpoint.c
377 - src/core/lib/iomgr/endpoint_pair_posix.c
378 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700379 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
380 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700381 - src/core/lib/iomgr/exec_ctx.c
382 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700383 - src/core/lib/iomgr/iocp_windows.c
384 - src/core/lib/iomgr/iomgr.c
385 - src/core/lib/iomgr/iomgr_posix.c
386 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700387 - src/core/lib/iomgr/pollset_set_windows.c
388 - src/core/lib/iomgr/pollset_windows.c
389 - src/core/lib/iomgr/resolve_address_posix.c
390 - src/core/lib/iomgr/resolve_address_windows.c
391 - src/core/lib/iomgr/sockaddr_utils.c
392 - src/core/lib/iomgr/socket_utils_common_posix.c
393 - src/core/lib/iomgr/socket_utils_linux.c
394 - src/core/lib/iomgr/socket_utils_posix.c
395 - src/core/lib/iomgr/socket_windows.c
396 - src/core/lib/iomgr/tcp_client_posix.c
397 - src/core/lib/iomgr/tcp_client_windows.c
398 - src/core/lib/iomgr/tcp_posix.c
399 - src/core/lib/iomgr/tcp_server_posix.c
400 - src/core/lib/iomgr/tcp_server_windows.c
401 - src/core/lib/iomgr/tcp_windows.c
402 - src/core/lib/iomgr/time_averaged_stats.c
403 - src/core/lib/iomgr/timer.c
404 - src/core/lib/iomgr/timer_heap.c
405 - src/core/lib/iomgr/udp_server.c
406 - src/core/lib/iomgr/unix_sockets_posix.c
407 - src/core/lib/iomgr/unix_sockets_posix_noop.c
408 - src/core/lib/iomgr/wakeup_fd_eventfd.c
409 - src/core/lib/iomgr/wakeup_fd_nospecial.c
410 - src/core/lib/iomgr/wakeup_fd_pipe.c
411 - src/core/lib/iomgr/wakeup_fd_posix.c
412 - src/core/lib/iomgr/workqueue_posix.c
413 - src/core/lib/iomgr/workqueue_windows.c
414 - src/core/lib/json/json.c
415 - src/core/lib/json/json_reader.c
416 - src/core/lib/json/json_string.c
417 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700418 - src/core/lib/surface/alarm.c
419 - src/core/lib/surface/api_trace.c
420 - src/core/lib/surface/byte_buffer.c
421 - src/core/lib/surface/byte_buffer_reader.c
422 - src/core/lib/surface/call.c
423 - src/core/lib/surface/call_details.c
424 - src/core/lib/surface/call_log_batch.c
425 - src/core/lib/surface/channel.c
426 - src/core/lib/surface/channel_connectivity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700427 - src/core/lib/surface/channel_init.c
428 - src/core/lib/surface/channel_ping.c
429 - src/core/lib/surface/channel_stack_type.c
430 - src/core/lib/surface/completion_queue.c
431 - src/core/lib/surface/event_string.c
432 - src/core/lib/surface/init.c
433 - src/core/lib/surface/lame_client.c
434 - src/core/lib/surface/metadata_array.c
435 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700436 - src/core/lib/surface/validate_metadata.c
437 - src/core/lib/surface/version.c
438 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700439 - src/core/lib/transport/connectivity_state.c
440 - src/core/lib/transport/metadata.c
441 - src/core/lib/transport/metadata_batch.c
442 - src/core/lib/transport/static_metadata.c
443 - src/core/lib/transport/transport.c
444 - src/core/lib/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800445- name: grpc_codegen
446 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800447 - include/grpc/impl/codegen/byte_buffer.h
448 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800449 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800450 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800451 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800452 - include/grpc/impl/codegen/status.h
Craig Tiller023caf12016-03-29 08:00:30 -0700453- name: grpc_lb_policy_grpclb
454 headers:
455 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
Craig Tiller943cdf92016-03-29 13:27:56 -0700456 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700457 src:
458 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
Craig Tiller943cdf92016-03-29 13:27:56 -0700459 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700460 uses:
461 - grpc_base
462- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700463 src:
464 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700465 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700466 uses:
467 - grpc_base
468- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700469 src:
470 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700471 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700472 uses:
473 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700474- name: grpc_resolver_dns_native
475 src:
476 - src/core/ext/resolver/dns/native/dns_resolver.c
477 plugin: grpc_resolver_dns_native
478 uses:
479 - grpc_base
480- name: grpc_resolver_sockaddr
481 src:
482 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
483 plugin: grpc_resolver_sockaddr
484 uses:
485 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100486- name: grpc_secure
487 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700488 - src/core/lib/security/auth_filters.h
489 - src/core/lib/security/b64.h
490 - src/core/lib/security/credentials.h
491 - src/core/lib/security/handshake.h
492 - src/core/lib/security/json_token.h
493 - src/core/lib/security/jwt_verifier.h
494 - src/core/lib/security/secure_endpoint.h
495 - src/core/lib/security/security_connector.h
496 - src/core/lib/security/security_context.h
497 - src/core/lib/tsi/fake_transport_security.h
498 - src/core/lib/tsi/ssl_transport_security.h
499 - src/core/lib/tsi/ssl_types.h
500 - src/core/lib/tsi/transport_security.h
501 - src/core/lib/tsi/transport_security_interface.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100502 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700503 - src/core/lib/http/httpcli_security_connector.c
504 - src/core/lib/security/b64.c
505 - src/core/lib/security/client_auth_filter.c
506 - src/core/lib/security/credentials.c
507 - src/core/lib/security/credentials_metadata.c
508 - src/core/lib/security/credentials_posix.c
509 - src/core/lib/security/credentials_win32.c
510 - src/core/lib/security/google_default_credentials.c
511 - src/core/lib/security/handshake.c
512 - src/core/lib/security/json_token.c
513 - src/core/lib/security/jwt_verifier.c
514 - src/core/lib/security/secure_endpoint.c
515 - src/core/lib/security/security_connector.c
516 - src/core/lib/security/security_context.c
517 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700518 - src/core/lib/surface/init_secure.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700519 - src/core/lib/tsi/fake_transport_security.c
520 - src/core/lib/tsi/ssl_transport_security.c
521 - src/core/lib/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700522- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700523 headers:
524 - test/core/end2end/cq_verifier.h
525 - test/core/end2end/fixtures/proxy.h
526 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700527 - test/core/util/grpc_profiler.h
528 - test/core/util/parse_hexstring.h
529 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700530 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700531 - test/core/util/slice_splitter.h
532 src:
533 - test/core/end2end/cq_verifier.c
534 - test/core/end2end/fixtures/proxy.c
535 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700536 - test/core/util/grpc_profiler.c
537 - test/core/util/parse_hexstring.c
538 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700539 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700540 - test/core/util/port_windows.c
541 - test/core/util/slice_splitter.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700542- name: grpc_transport_chttp2
543 headers:
544 - src/core/ext/transport/chttp2/transport/alpn.h
545 - src/core/ext/transport/chttp2/transport/bin_encoder.h
546 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
547 - src/core/ext/transport/chttp2/transport/frame.h
548 - src/core/ext/transport/chttp2/transport/frame_data.h
549 - src/core/ext/transport/chttp2/transport/frame_goaway.h
550 - src/core/ext/transport/chttp2/transport/frame_ping.h
551 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
552 - src/core/ext/transport/chttp2/transport/frame_settings.h
553 - src/core/ext/transport/chttp2/transport/frame_window_update.h
554 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
555 - src/core/ext/transport/chttp2/transport/hpack_parser.h
556 - src/core/ext/transport/chttp2/transport/hpack_table.h
557 - src/core/ext/transport/chttp2/transport/http2_errors.h
558 - src/core/ext/transport/chttp2/transport/huffsyms.h
559 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
560 - src/core/ext/transport/chttp2/transport/internal.h
561 - src/core/ext/transport/chttp2/transport/status_conversion.h
562 - src/core/ext/transport/chttp2/transport/stream_map.h
563 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
564 - src/core/ext/transport/chttp2/transport/varint.h
565 src:
566 - src/core/ext/transport/chttp2/transport/alpn.c
567 - src/core/ext/transport/chttp2/transport/bin_encoder.c
568 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
569 - src/core/ext/transport/chttp2/transport/frame_data.c
570 - src/core/ext/transport/chttp2/transport/frame_goaway.c
571 - src/core/ext/transport/chttp2/transport/frame_ping.c
572 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
573 - src/core/ext/transport/chttp2/transport/frame_settings.c
574 - src/core/ext/transport/chttp2/transport/frame_window_update.c
575 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
576 - src/core/ext/transport/chttp2/transport/hpack_parser.c
577 - src/core/ext/transport/chttp2/transport/hpack_table.c
578 - src/core/ext/transport/chttp2/transport/huffsyms.c
579 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
580 - src/core/ext/transport/chttp2/transport/parsing.c
581 - src/core/ext/transport/chttp2/transport/status_conversion.c
582 - src/core/ext/transport/chttp2/transport/stream_lists.c
583 - src/core/ext/transport/chttp2/transport/stream_map.c
584 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
585 - src/core/ext/transport/chttp2/transport/varint.c
586 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700587 uses:
588 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700589- name: grpc_transport_chttp2_client_insecure
590 src:
591 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700592 uses:
593 - grpc_transport_chttp2
594 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700595- name: grpc_transport_chttp2_client_secure
596 src:
597 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700598 uses:
599 - grpc_transport_chttp2
600 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700601- name: grpc_transport_chttp2_server_insecure
602 src:
603 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700604 uses:
605 - grpc_transport_chttp2
606 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700607- name: grpc_transport_chttp2_server_secure
608 src:
609 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700610 uses:
611 - grpc_transport_chttp2
612 - grpc_base
Craig Tillereb841e22016-02-11 15:49:16 -0800613- name: nanopb
614 headers:
615 - third_party/nanopb/pb.h
616 - third_party/nanopb/pb_common.h
617 - third_party/nanopb/pb_decode.h
618 - third_party/nanopb/pb_encode.h
619 src:
620 - third_party/nanopb/pb_common.c
621 - third_party/nanopb/pb_decode.c
622 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100623libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800624- name: gpr
625 build: all
626 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800627 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800628 - gpr
629 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800630 secure: false
631 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
632- name: gpr_test_util
633 build: private
634 language: c
635 headers:
636 - test/core/util/test_config.h
637 src:
638 - test/core/util/test_config.c
639 deps:
640 - gpr
641 secure: false
642 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700643- name: grpc
644 build: all
645 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700646 public_headers:
647 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800648 deps:
649 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700650 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800651 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700652 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700653 filegroups:
654 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700655 - grpc_transport_chttp2_server_secure
656 - grpc_transport_chttp2_client_secure
657 - grpc_transport_chttp2_server_insecure
658 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700659 - grpc_lb_policy_grpclb
660 - grpc_lb_policy_pick_first
661 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700662 - grpc_resolver_dns_native
663 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100664 - grpc_secure
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100665 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700666 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800667 - nanopb
Craig Tiller04b7ca82016-03-29 08:07:54 -0700668 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700669 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700670 vs_packages:
671 - grpc.dependencies.openssl
672 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700673 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800674- name: grpc_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100675 build: protoc
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800676 language: c
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800677 headers: []
678 src: []
679 filegroups:
680 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100681 - grpc_codegen
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800682 secure: false
683 vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100684- name: grpc_dll
685 build: private
686 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100687 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100688 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100689 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100690 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100691 build_system:
692 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100693 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100694 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100695 vs_config_type: DynamicLibrary
696 vs_packages:
697 - grpc.dependencies.openssl
698 - grpc.dependencies.zlib
699 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
700 vs_props:
701 - zlib
702 - openssl
703 - winsock
704 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700705- name: grpc_test_util
706 build: private
707 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700708 headers:
709 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800710 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700711 src:
712 - test/core/end2end/data/server1_cert.c
713 - test/core/end2end/data/server1_key.c
714 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800715 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700716 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800717 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800718 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700719 - grpc
720 filegroups:
721 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700722 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
723- name: grpc_test_util_unsecure
724 build: private
725 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700726 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800727 - gpr
728 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800729 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700730 filegroups:
731 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700732 secure: false
733 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
734- name: grpc_unsecure
735 build: all
736 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700737 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700738 - src/core/lib/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800739 deps:
740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700741 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800742 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700743 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700744 filegroups:
745 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700746 - grpc_transport_chttp2_server_insecure
747 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700748 - grpc_resolver_dns_native
749 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700750 - grpc_lb_policy_grpclb
751 - grpc_lb_policy_pick_first
752 - grpc_lb_policy_round_robin
Craig Tillerad095982016-02-09 12:45:04 -0800753 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700754 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800755 - nanopb
Craig Tiller04b7ca82016-03-29 08:07:54 -0700756 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700757 secure: false
758 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
759- name: grpc_zookeeper
760 build: all
761 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700762 public_headers:
763 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700764 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700765 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700766 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800767 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700768 - grpc
769 external_deps:
770 - zookeeper
771 platforms:
772 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700773 secure: false
Craig Tillerf05837a2016-03-29 20:42:29 -0700774- name: one_input_fuzzer
775 build: private
776 language: c
777 src:
778 - test/core/util/one_corpus_entry_fuzzer.c
779 deps:
780 - gpr
781 secure: false
Craig Tillerbf4b2242015-08-31 15:53:53 -0700782- name: reconnect_server
783 build: private
784 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700785 headers:
786 - test/core/util/reconnect_server.h
787 src:
788 - test/core/util/reconnect_server.c
789 deps:
yang-gc9fca182015-11-06 16:41:33 -0800790 - test_tcp_server
791 - grpc_test_util
792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800793 - gpr_test_util
794 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800795- name: test_tcp_server
796 build: private
797 language: c
798 headers:
799 - test/core/util/test_tcp_server.h
800 src:
801 - test/core/util/test_tcp_server.c
802 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700803 - grpc_test_util
804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800805 - gpr_test_util
806 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700807- name: grpc++
808 build: all
809 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700810 headers:
811 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800812 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700813 - src/cpp/common/secure_auth_context.h
814 - src/cpp/server/secure_server_credentials.h
815 src:
Craig Tiller25834342015-09-25 08:08:24 -0700816 - src/cpp/client/secure_credentials.cc
817 - src/cpp/common/auth_property_iterator.cc
818 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800819 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700820 - src/cpp/common/secure_create_auth_context.cc
821 - src/cpp/server/secure_server_credentials.cc
822 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700823 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700824 baselib: true
825 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700826 filegroups:
827 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800828 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700829 secure: check
830 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800831- name: grpc++_codegen_lib
vjpai9507eab2016-03-25 06:38:45 -0700832 build: all
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800833 language: c++
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800834 headers: []
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100835 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800836 filegroups:
837 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100838 - grpc_codegen
839 - grpc++_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800840 secure: false
David Garcia Quintasaee7cf12016-02-19 14:05:47 -0800841 vs_project_guid: '{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700842- name: grpc++_test_config
843 build: private
844 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700845 headers:
846 - test/cpp/util/test_config.h
847 src:
848 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700849- name: grpc++_test_util
850 build: private
851 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700852 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800853 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800854 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700855 - test/cpp/util/cli_call.h
856 - test/cpp/util/create_test_channel.h
857 - test/cpp/util/string_ref_helper.h
858 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800859 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700860 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800861 - src/proto/grpc/testing/echo_messages.proto
862 - src/proto/grpc/testing/echo.proto
863 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800864 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800865 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700866 - test/cpp/util/cli_call.cc
867 - test/cpp/util/create_test_channel.cc
868 - test/cpp/util/string_ref_helper.cc
869 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800870 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700871 deps:
872 - grpc++
873 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700874- name: grpc++_unsecure
875 build: all
876 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700877 src:
878 - src/cpp/common/insecure_create_auth_context.cc
879 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800880 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700881 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700882 baselib: true
883 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700884 filegroups:
885 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800886 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887 secure: false
888 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
889- name: grpc_plugin_support
890 build: protoc
891 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700892 headers:
893 - include/grpc++/support/config.h
894 - include/grpc++/support/config_protobuf.h
895 - src/compiler/config.h
896 - src/compiler/cpp_generator.h
897 - src/compiler/cpp_generator_helpers.h
898 - src/compiler/csharp_generator.h
899 - src/compiler/csharp_generator_helpers.h
900 - src/compiler/generator_helpers.h
901 - src/compiler/objective_c_generator.h
902 - src/compiler/objective_c_generator_helpers.h
903 - src/compiler/python_generator.h
904 - src/compiler/ruby_generator.h
905 - src/compiler/ruby_generator_helpers-inl.h
906 - src/compiler/ruby_generator_map-inl.h
907 - src/compiler/ruby_generator_string-inl.h
908 src:
909 - src/compiler/cpp_generator.cc
910 - src/compiler/csharp_generator.cc
911 - src/compiler/objective_c_generator.cc
912 - src/compiler/python_generator.cc
913 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800914 deps:
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800915 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800916 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800917 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700918 secure: false
919 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800920 vs_props:
921 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700922- name: interop_client_helper
923 build: private
924 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700925 headers:
926 - test/cpp/interop/client_helper.h
927 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800928 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700929 - test/cpp/interop/client_helper.cc
930 deps:
931 - grpc++_test_util
932 - grpc_test_util
933 - grpc++
934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700936- name: interop_client_main
937 build: private
938 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700939 headers:
940 - test/cpp/interop/interop_client.h
941 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800942 - src/proto/grpc/testing/empty.proto
943 - src/proto/grpc/testing/messages.proto
944 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700945 - test/cpp/interop/client.cc
946 - test/cpp/interop/interop_client.cc
947 deps:
948 - interop_client_helper
949 - grpc++_test_util
950 - grpc_test_util
951 - grpc++
952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 - gpr_test_util
954 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700955 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956- name: interop_server_helper
957 build: private
958 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700959 headers:
960 - test/cpp/interop/server_helper.h
961 src:
962 - test/cpp/interop/server_helper.cc
963 deps:
964 - grpc_test_util
965 - grpc++
966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700968- name: interop_server_main
969 build: private
970 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700971 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800972 - src/proto/grpc/testing/empty.proto
973 - src/proto/grpc/testing/messages.proto
974 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800975 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700976 deps:
977 - interop_server_helper
978 - grpc++_test_util
979 - grpc_test_util
980 - grpc++
981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800982 - gpr_test_util
983 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700984 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700985- name: qps
986 build: private
987 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700988 headers:
989 - test/cpp/qps/client.h
990 - test/cpp/qps/driver.h
991 - test/cpp/qps/histogram.h
992 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800993 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700994 - test/cpp/qps/perf_db_client.h
995 - test/cpp/qps/qps_worker.h
996 - test/cpp/qps/report.h
997 - test/cpp/qps/server.h
998 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800999 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001000 - test/cpp/util/benchmark_config.h
1001 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001002 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001003 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001004 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001005 - src/proto/grpc/testing/control.proto
1006 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001007 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001008 - test/cpp/qps/client_async.cc
1009 - test/cpp/qps/client_sync.cc
1010 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001011 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001012 - test/cpp/qps/perf_db_client.cc
1013 - test/cpp/qps/qps_worker.cc
1014 - test/cpp/qps/report.cc
1015 - test/cpp/qps/server_async.cc
1016 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001017 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001018 - test/cpp/util/benchmark_config.cc
1019 deps:
1020 - grpc_test_util
1021 - grpc++_test_util
1022 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001023- name: grpc_csharp_ext
1024 build: all
1025 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001026 src:
1027 - src/csharp/ext/grpc_csharp_ext.c
1028 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001030 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001031 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001032 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001033 dll: only
1034 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001035 vs_packages:
1036 - grpc.dependencies.openssl
1037 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001039 vs_props:
1040 - zlib
1041 - openssl
1042 - winsock
1043 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001044targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001045- name: alarm_test
1046 build: test
1047 language: c
1048 src:
1049 - test/core/surface/alarm_test.c
1050 deps:
1051 - grpc_test_util
1052 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001053 - gpr_test_util
1054 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001055- name: algorithm_test
1056 build: test
1057 language: c
1058 src:
1059 - test/core/compression/algorithm_test.c
1060 deps:
1061 - grpc_test_util
1062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001063 - gpr_test_util
1064 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001065- name: alloc_test
1066 build: test
1067 language: c
1068 src:
1069 - test/core/support/alloc_test.c
1070 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001071 - gpr_test_util
1072 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001073- name: alpn_test
1074 build: test
1075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001076 src:
1077 - test/core/transport/chttp2/alpn_test.c
1078 deps:
1079 - grpc_test_util
1080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001081 - gpr_test_util
1082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001083- name: bin_encoder_test
1084 build: test
1085 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001086 src:
1087 - test/core/transport/chttp2/bin_encoder_test.c
1088 deps:
1089 - grpc_test_util
1090 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001091- name: census_context_test
1092 build: test
1093 language: c
1094 src:
1095 - test/core/census/context_test.c
1096 deps:
1097 - grpc_test_util
1098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001099 - gpr_test_util
1100 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001101- name: channel_create_test
1102 build: test
1103 language: c
1104 src:
1105 - test/core/surface/channel_create_test.c
1106 deps:
1107 - grpc_test_util
1108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001109 - gpr_test_util
1110 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001111- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001112 build: test
1113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001114 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001115 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001116 deps:
1117 - grpc_test_util
1118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001119 - gpr_test_util
1120 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001121- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001122 build: test
1123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001124 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001125 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001126 deps:
1127 - grpc_test_util
1128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001129 - gpr_test_util
1130 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131- name: chttp2_stream_map_test
1132 build: test
1133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001134 src:
1135 - test/core/transport/chttp2/stream_map_test.c
1136 deps:
1137 - grpc_test_util
1138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001139 - gpr_test_util
1140 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001141- name: chttp2_varint_test
1142 build: test
1143 language: c
1144 src:
1145 - test/core/transport/chttp2/varint_test.c
1146 deps:
1147 - grpc_test_util
1148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001149 - gpr_test_util
1150 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151- name: compression_test
1152 build: test
1153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001154 src:
1155 - test/core/compression/compression_test.c
1156 deps:
1157 - grpc_test_util
1158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 - gpr_test_util
1160 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001161- name: concurrent_connectivity_test
1162 build: test
1163 language: c
1164 src:
1165 - test/core/surface/concurrent_connectivity_test.c
1166 deps:
1167 - grpc_test_util
1168 - grpc
1169 - gpr_test_util
1170 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001171- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001172 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001173 build: test
1174 language: c
1175 src:
1176 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1177 deps:
1178 - grpc_test_util
1179 - grpc
1180 - gpr_test_util
1181 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001182- name: dns_resolver_test
1183 build: test
1184 language: c
1185 src:
1186 - test/core/client_config/resolvers/dns_resolver_test.c
1187 deps:
1188 - grpc_test_util
1189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001190 - gpr_test_util
1191 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001193 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001194 build: test
1195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001196 src:
1197 - test/core/end2end/dualstack_socket_test.c
1198 deps:
1199 - grpc_test_util
1200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001201 - gpr_test_util
1202 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001203 platforms:
1204 - mac
1205 - linux
1206 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001207- name: endpoint_pair_test
1208 build: test
1209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001210 src:
1211 - test/core/iomgr/endpoint_pair_test.c
1212 deps:
1213 - grpc_test_util
1214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001215 - gpr_test_util
1216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217- name: fd_conservation_posix_test
1218 build: test
1219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001220 src:
1221 - test/core/iomgr/fd_conservation_posix_test.c
1222 deps:
1223 - grpc_test_util
1224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001225 - gpr_test_util
1226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001227 platforms:
1228 - mac
1229 - linux
1230 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001231- name: fd_posix_test
1232 build: test
1233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001234 src:
1235 - test/core/iomgr/fd_posix_test.c
1236 deps:
1237 - grpc_test_util
1238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr_test_util
1240 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001241 platforms:
1242 - mac
1243 - linux
1244 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245- name: fling_client
1246 build: test
1247 run: false
1248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001249 src:
1250 - test/core/fling/client.c
1251 deps:
1252 - grpc_test_util
1253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001254 - gpr_test_util
1255 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256- name: fling_server
1257 build: test
1258 run: false
1259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001260 src:
1261 - test/core/fling/server.c
1262 deps:
1263 - grpc_test_util
1264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001265 - gpr_test_util
1266 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001267- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001268 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001269 build: test
1270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001271 src:
1272 - test/core/fling/fling_stream_test.c
1273 deps:
1274 - grpc_test_util
1275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001276 - gpr_test_util
1277 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001278 platforms:
1279 - mac
1280 - linux
1281 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001282- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001283 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284 build: test
1285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001286 src:
1287 - test/core/fling/fling_test.c
1288 deps:
1289 - grpc_test_util
1290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001291 - gpr_test_util
1292 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001293 platforms:
1294 - mac
1295 - linux
1296 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297- name: gen_hpack_tables
1298 build: tool
1299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001300 src:
1301 - tools/codegen/core/gen_hpack_tables.c
1302 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001303 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001304 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001305- name: gen_legal_metadata_characters
1306 build: tool
1307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001308 src:
1309 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001311- name: goaway_server_test
1312 cpu_cost: 0.1
1313 build: test
1314 language: c
1315 src:
1316 - test/core/end2end/goaway_server_test.c
1317 deps:
1318 - grpc_test_util
1319 - grpc
1320 - gpr_test_util
1321 - gpr
1322 platforms:
1323 - mac
1324 - linux
1325 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001326- name: gpr_avl_test
1327 build: test
1328 language: c
1329 src:
1330 - test/core/support/avl_test.c
1331 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001332 - gpr_test_util
1333 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001334- name: gpr_backoff_test
1335 build: test
1336 language: c
1337 src:
1338 - test/core/support/backoff_test.c
1339 deps:
1340 - gpr_test_util
1341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001342- name: gpr_cmdline_test
1343 build: test
1344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001345 src:
1346 - test/core/support/cmdline_test.c
1347 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 - gpr_test_util
1349 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001350- name: gpr_cpu_test
1351 build: test
1352 language: c
1353 src:
1354 - test/core/support/cpu_test.c
1355 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001356 - gpr_test_util
1357 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358- name: gpr_env_test
1359 build: test
1360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001361 src:
1362 - test/core/support/env_test.c
1363 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001364 - gpr_test_util
1365 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001366- name: gpr_histogram_test
1367 build: test
1368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001369 src:
1370 - test/core/support/histogram_test.c
1371 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001372 - gpr_test_util
1373 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374- name: gpr_host_port_test
1375 build: test
1376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001377 src:
1378 - test/core/support/host_port_test.c
1379 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001380 - gpr_test_util
1381 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001382- name: gpr_load_file_test
1383 build: test
1384 language: c
1385 src:
1386 - test/core/support/load_file_test.c
1387 deps:
1388 - gpr_test_util
1389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001390- name: gpr_log_test
1391 build: test
1392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001393 src:
1394 - test/core/support/log_test.c
1395 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: gpr_slice_buffer_test
1399 build: test
1400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
1402 - test/core/support/slice_buffer_test.c
1403 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001404 - gpr_test_util
1405 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406- name: gpr_slice_test
1407 build: test
1408 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001409 src:
1410 - test/core/support/slice_test.c
1411 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001414- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001415 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001416 build: test
1417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001418 src:
1419 - test/core/support/stack_lockfree_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: gpr_string_test
1424 build: test
1425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001426 src:
1427 - test/core/support/string_test.c
1428 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001429 - gpr_test_util
1430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001432 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001433 build: test
1434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001435 src:
1436 - test/core/support/sync_test.c
1437 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001438 - gpr_test_util
1439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001440- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001441 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001442 build: test
1443 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001444 src:
1445 - test/core/support/thd_test.c
1446 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001447 - gpr_test_util
1448 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001449- name: gpr_time_test
1450 build: test
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
1453 - test/core/support/time_test.c
1454 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
1456 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457- name: gpr_tls_test
1458 build: test
1459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
1461 - test/core/support/tls_test.c
1462 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr_test_util
1464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465- name: gpr_useful_test
1466 build: test
1467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001468 src:
1469 - test/core/support/useful_test.c
1470 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473- name: grpc_auth_context_test
1474 build: test
1475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
1477 - test/core/security/auth_context_test.c
1478 deps:
1479 - grpc_test_util
1480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001481 - gpr_test_util
1482 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001483- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001484 build: test
1485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001486 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001487 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001488 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_byte_buffer_reader_test
1494 build: test
1495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001496 src:
1497 - test/core/surface/byte_buffer_reader_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_channel_args_test
1504 build: test
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - test/core/channel/channel_args_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001511 - gpr_test_util
1512 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001513- name: grpc_channel_stack_test
1514 build: test
1515 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001516 src:
1517 - test/core/channel/channel_stack_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_completion_queue_test
1524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/surface/completion_queue_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001533- name: grpc_create_jwt
1534 build: tool
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
1537 - test/core/security/create_jwt.c
1538 deps:
1539 - grpc_test_util
1540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001543- name: grpc_credentials_test
1544 build: test
1545 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001546 src:
1547 - test/core/security/credentials_test.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001551 - gpr_test_util
1552 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553- name: grpc_fetch_oauth2
1554 build: tool
1555 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001556 src:
1557 - test/core/security/fetch_oauth2.c
1558 deps:
1559 - grpc_test_util
1560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001563- name: grpc_invalid_channel_args_test
1564 build: test
1565 language: c
1566 src:
1567 - test/core/surface/invalid_channel_args_test.c
1568 deps:
1569 - grpc_test_util
1570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr_test_util
1572 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573- name: grpc_json_token_test
1574 build: test
1575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001576 src:
1577 - test/core/security/json_token_test.c
1578 deps:
1579 - grpc_test_util
1580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001581 - gpr_test_util
1582 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001583 platforms:
1584 - linux
1585 - posix
1586 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: grpc_jwt_verifier_test
1588 build: test
1589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001590 src:
1591 - test/core/security/jwt_verifier_test.c
1592 deps:
1593 - grpc_test_util
1594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr_test_util
1596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597- name: grpc_print_google_default_creds_token
1598 build: tool
1599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001600 src:
1601 - test/core/security/print_google_default_creds_token.c
1602 deps:
1603 - grpc_test_util
1604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001605 - gpr_test_util
1606 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001607- name: grpc_security_connector_test
1608 build: test
1609 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001610 src:
1611 - test/core/security/security_connector_test.c
1612 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: grpc_verify_jwt
1618 build: tool
1619 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001620 src:
1621 - test/core/security/verify_jwt.c
1622 deps:
1623 - grpc_test_util
1624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001625 - gpr_test_util
1626 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001627- name: hpack_parser_fuzzer_test
1628 build: fuzzer
1629 language: c
1630 src:
1631 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1632 deps:
1633 - grpc_test_util
1634 - grpc
1635 - gpr_test_util
1636 - gpr
1637 corpus_dirs:
1638 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07001639- name: hpack_parser_test
1640 build: test
1641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001642 src:
1643 - test/core/transport/chttp2/hpack_parser_test.c
1644 deps:
1645 - grpc_test_util
1646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001649- name: hpack_table_test
1650 build: test
1651 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001652 src:
1653 - test/core/transport/chttp2/hpack_table_test.c
1654 deps:
1655 - grpc_test_util
1656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001657 - gpr_test_util
1658 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001659- name: http_fuzzer_test
1660 build: fuzzer
1661 language: c
1662 src:
1663 - test/core/http/fuzzer.c
1664 deps:
1665 - grpc_test_util
1666 - grpc
1667 - gpr_test_util
1668 - gpr
1669 corpus_dirs:
1670 - test/core/http/corpus
Matthew Iselin1824f052016-02-10 12:16:06 +11001671- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672 build: test
1673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001674 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001675 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001676 deps:
1677 - grpc_test_util
1678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 - gpr_test_util
1680 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001681- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682 build: test
1683 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001684 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001685 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001686 deps:
1687 - grpc_test_util
1688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001689 - gpr_test_util
1690 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001692 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693 build: test
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001696 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001697 deps:
1698 - grpc_test_util
1699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr_test_util
1701 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001702 platforms:
1703 - mac
1704 - linux
1705 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001706- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001707 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001708 build: test
1709 language: c
1710 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001711 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001712 deps:
1713 - grpc_test_util
1714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001717 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001718 - linux
yang-gf1183302015-12-07 16:02:05 -08001719- name: init_test
1720 build: test
1721 language: c
1722 src:
1723 - test/core/surface/init_test.c
1724 deps:
1725 - grpc_test_util
1726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001729- name: internal_api_canary_iomgr_test
1730 build: test
1731 run: false
1732 language: c
1733 src:
1734 - test/core/internal_api_canaries/iomgr.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
1738 - gpr_test_util
1739 - gpr
1740- name: internal_api_canary_support_test
1741 build: test
1742 run: false
1743 language: c
1744 src:
1745 - test/core/internal_api_canaries/iomgr.c
1746 deps:
1747 - grpc_test_util
1748 - grpc
1749 - gpr_test_util
1750 - gpr
1751- name: internal_api_canary_transport_test
1752 build: test
1753 run: false
1754 language: c
1755 src:
1756 - test/core/internal_api_canaries/iomgr.c
1757 deps:
1758 - grpc_test_util
1759 - grpc
1760 - gpr_test_util
1761 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001762- name: invalid_call_argument_test
1763 build: test
1764 language: c
1765 src:
1766 - test/core/end2end/invalid_call_argument_test.c
1767 deps:
1768 - grpc_test_util
1769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001772- name: json_fuzzer_test
1773 build: fuzzer
1774 language: c
1775 src:
1776 - test/core/json/fuzzer.c
1777 deps:
1778 - grpc_test_util
1779 - grpc
1780 - gpr_test_util
1781 - gpr
1782 corpus_dirs:
1783 - test/core/json/corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784- name: json_rewrite
1785 build: test
1786 run: false
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/json/json_rewrite.c
1790 deps:
1791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001792 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001793- name: json_rewrite_test
1794 build: test
1795 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001796 src:
1797 - test/core/json/json_rewrite_test.c
1798 deps:
1799 - grpc_test_util
1800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001801 - gpr_test_util
1802 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001803- name: json_stream_error_test
1804 build: test
1805 language: c
1806 src:
1807 - test/core/json/json_stream_error_test.c
1808 deps:
1809 - grpc_test_util
1810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: json_test
1814 build: test
1815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/json/json_test.c
1818 deps:
1819 - grpc_test_util
1820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr_test_util
1822 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823- name: lame_client_test
1824 build: test
1825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001826 src:
1827 - test/core/surface/lame_client_test.c
1828 deps:
1829 - grpc_test_util
1830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001831 - gpr_test_util
1832 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001833- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001834 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001835 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001836 build: test
1837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001838 src:
1839 - test/core/client_config/lb_policies_test.c
1840 deps:
1841 - grpc_test_util
1842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845- name: low_level_ping_pong_benchmark
1846 build: benchmark
1847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001848 src:
1849 - test/core/network_benchmarks/low_level_ping_pong.c
1850 deps:
1851 - grpc_test_util
1852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr_test_util
1854 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001855 platforms:
1856 - mac
1857 - linux
1858 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859- name: message_compress_test
1860 build: test
1861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001862 src:
1863 - test/core/compression/message_compress_test.c
1864 deps:
1865 - grpc_test_util
1866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001869- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001870 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001871 build: test
1872 language: c
1873 src:
1874 - test/core/census/mlog_test.c
1875 deps:
1876 - grpc_test_util
1877 - grpc
1878 - gpr_test_util
1879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880- name: multiple_server_queues_test
1881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
1884 - test/core/end2end/multiple_server_queues_test.c
1885 deps:
1886 - grpc_test_util
1887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890- name: murmur_hash_test
1891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
1894 - test/core/support/murmur_hash_test.c
1895 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001896 - gpr_test_util
1897 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001898- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001899 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/end2end/no_server_test.c
1904 deps:
1905 - grpc_test_util
1906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001909- name: resolve_address_test
1910 build: test
1911 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001912 src:
1913 - test/core/iomgr/resolve_address_test.c
1914 deps:
1915 - grpc_test_util
1916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001917 - gpr_test_util
1918 - gpr
yang-gd482e592015-12-10 14:04:00 -08001919- name: secure_channel_create_test
1920 build: test
1921 language: c
1922 src:
1923 - test/core/surface/secure_channel_create_test.c
1924 deps:
1925 - grpc_test_util
1926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001929- name: secure_endpoint_test
1930 build: test
1931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
1933 - test/core/security/secure_endpoint_test.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001939- name: server_chttp2_test
1940 build: test
1941 language: c
1942 src:
1943 - test/core/surface/server_chttp2_test.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07001949- name: server_fuzzer
1950 build: fuzzer
1951 language: c
1952 src:
1953 - test/core/end2end/fuzzers/server_fuzzer.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
1957 - gpr_test_util
1958 - gpr
1959 corpus_dirs:
1960 - test/core/end2end/fuzzers/server_fuzzer_corpus
yang-gc3d94fb2015-12-10 14:38:00 -08001961- name: server_test
1962 build: test
1963 language: c
1964 src:
1965 - test/core/surface/server_test.c
1966 deps:
1967 - grpc_test_util
1968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001971- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001972 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001973 build: test
1974 language: c
1975 src:
1976 - test/core/client_config/set_initial_connect_string_test.c
1977 deps:
1978 - test_tcp_server
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001983- name: sockaddr_resolver_test
1984 build: test
1985 language: c
1986 src:
1987 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1988 deps:
1989 - grpc_test_util
1990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr_test_util
1992 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993- name: sockaddr_utils_test
1994 build: test
1995 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001996 src:
1997 - test/core/iomgr/sockaddr_utils_test.c
1998 deps:
1999 - grpc_test_util
2000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002001 - gpr_test_util
2002 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002003- name: socket_utils_test
2004 build: test
2005 language: c
2006 src:
2007 - test/core/iomgr/socket_utils_test.c
2008 deps:
2009 - grpc_test_util
2010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002013 platforms:
2014 - mac
2015 - linux
2016 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002017- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002018 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019 build: test
2020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002021 src:
2022 - test/core/iomgr/tcp_client_posix_test.c
2023 deps:
2024 - grpc_test_util
2025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002028 platforms:
2029 - mac
2030 - linux
2031 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002033 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034 build: test
2035 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002036 src:
2037 - test/core/iomgr/tcp_posix_test.c
2038 deps:
2039 - grpc_test_util
2040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002041 - gpr_test_util
2042 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002043 platforms:
2044 - mac
2045 - linux
2046 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: tcp_server_posix_test
2048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/iomgr/tcp_server_posix_test.c
2052 deps:
2053 - grpc_test_util
2054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr_test_util
2056 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002057 platforms:
2058 - mac
2059 - linux
2060 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: time_averaged_stats_test
2062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
2065 - test/core/iomgr/time_averaged_stats_test.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: timeout_encoding_test
2072 build: test
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/transport/chttp2/timeout_encoding_test.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002081- name: timer_heap_test
2082 build: test
2083 language: c
2084 src:
2085 - test/core/iomgr/timer_heap_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002091- name: timer_list_test
2092 build: test
2093 language: c
2094 src:
2095 - test/core/iomgr/timer_list_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: timers_test
2102 build: test
2103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002104 src:
2105 - test/core/profiling/timers_test.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr_test_util
2110 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002111- name: transport_connectivity_state_test
2112 build: test
2113 language: c
2114 src:
2115 - test/core/transport/connectivity_state_test.c
2116 deps:
2117 - grpc_test_util
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121- name: transport_metadata_test
2122 build: test
2123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002124 src:
2125 - test/core/transport/metadata_test.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr_test_util
2130 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002131- name: transport_security_test
2132 build: test
2133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002134 src:
2135 - test/core/tsi/transport_security_test.c
2136 deps:
2137 - grpc_test_util
2138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr_test_util
2140 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002141 platforms:
2142 - linux
2143 - posix
2144 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145- name: udp_server_test
2146 build: test
2147 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002148 src:
2149 - test/core/iomgr/udp_server_test.c
2150 deps:
2151 - grpc_test_util
2152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr_test_util
2154 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002155 platforms:
2156 - mac
2157 - linux
2158 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002159- name: uri_fuzzer_test
2160 build: fuzzer
2161 language: c
2162 src:
2163 - test/core/client_config/uri_fuzzer_test.c
2164 deps:
2165 - grpc_test_util
2166 - grpc
2167 - gpr_test_util
2168 - gpr
2169 corpus_dirs:
2170 - test/core/client_config/uri_corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: uri_parser_test
2172 build: test
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/core/client_config/uri_parser_test.c
2176 deps:
2177 - grpc_test_util
2178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr_test_util
2180 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002181- name: workqueue_test
2182 build: test
2183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - test/core/iomgr/workqueue_test.c
2186 deps:
2187 - grpc_test_util
2188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002189 - gpr_test_util
2190 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002191 platforms:
2192 - mac
2193 - linux
2194 - posix
vjpai04e992a2016-02-10 16:58:38 -08002195- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002196 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002197 build: test
2198 language: c++
2199 src:
2200 - test/cpp/common/alarm_cpp_test.cc
2201 deps:
2202 - grpc++_test_util
2203 - grpc_test_util
2204 - grpc++
2205 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002206 - gpr_test_util
2207 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002208- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002209 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002210 build: test
2211 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002212 src:
2213 - test/cpp/end2end/async_end2end_test.cc
2214 deps:
2215 - grpc++_test_util
2216 - grpc_test_util
2217 - grpc++
2218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 - gpr_test_util
2220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002221- name: async_streaming_ping_pong_test
2222 build: test
2223 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002224 src:
2225 - test/cpp/qps/async_streaming_ping_pong_test.cc
2226 deps:
2227 - qps
2228 - grpc++_test_util
2229 - grpc_test_util
2230 - grpc++
2231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002234 platforms:
2235 - mac
2236 - linux
2237 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002238- name: async_unary_ping_pong_test
2239 build: test
2240 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002241 src:
2242 - test/cpp/qps/async_unary_ping_pong_test.cc
2243 deps:
2244 - qps
2245 - grpc++_test_util
2246 - grpc_test_util
2247 - grpc++
2248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002249 - gpr_test_util
2250 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002251 platforms:
2252 - mac
2253 - linux
2254 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002255- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002256 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257 build: test
2258 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002259 src:
2260 - test/cpp/common/auth_property_iterator_test.cc
2261 deps:
2262 - grpc++_test_util
2263 - grpc_test_util
2264 - grpc++
2265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 - gpr_test_util
2267 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002269 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270 build: test
2271 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002272 src:
yang-g52705592015-11-25 11:45:33 -08002273 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002274 deps:
2275 - grpc++
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278- name: cli_call_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/util/cli_call_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: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002292 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002293 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294 build: test
2295 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002296 src:
2297 - test/cpp/end2end/client_crash_test.cc
2298 deps:
2299 - grpc++_test_util
2300 - grpc_test_util
2301 - grpc++
2302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002303 - gpr_test_util
2304 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002305 platforms:
2306 - mac
2307 - linux
2308 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: client_crash_test_server
2310 build: test
2311 run: false
2312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/cpp/end2end/client_crash_test_server.cc
2315 deps:
2316 - grpc++_test_util
2317 - grpc_test_util
2318 - grpc++
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002322- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002323 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002324 build: test
2325 language: c++
2326 src:
2327 - src/proto/grpc/testing/control.proto
2328 - src/proto/grpc/testing/messages.proto
2329 - src/proto/grpc/testing/payloads.proto
2330 - src/proto/grpc/testing/perf_db.proto
2331 - src/proto/grpc/testing/services.proto
2332 - src/proto/grpc/testing/stats.proto
2333 - test/cpp/codegen/codegen_test.cc
2334 deps:
2335 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002337 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338 build: test
2339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/cpp/client/credentials_test.cc
2342 deps:
2343 - grpc++
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002346- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002347 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002348 build: test
2349 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002350 src:
2351 - test/cpp/util/byte_buffer_test.cc
2352 deps:
2353 - grpc_test_util
2354 - grpc++
2355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002359 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002360 build: test
2361 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002362 src:
2363 - test/cpp/util/slice_test.cc
2364 deps:
2365 - grpc_test_util
2366 - grpc++
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002371 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372 build: test
2373 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
2375 - test/cpp/util/string_ref_test.cc
2376 deps:
2377 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002378- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002379 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002380 build: test
2381 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002382 src:
2383 - test/cpp/util/time_test.cc
2384 deps:
2385 - grpc_test_util
2386 - grpc++
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr_test_util
2389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002391 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002392 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002393 build: test
2394 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002395 src:
2396 - test/cpp/end2end/end2end_test.cc
2397 deps:
2398 - grpc++_test_util
2399 - grpc_test_util
2400 - grpc++
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
vjpai083dc622016-01-11 09:41:17 -08002404- name: generic_async_streaming_ping_pong_test
2405 build: test
2406 language: c++
2407 src:
2408 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2409 deps:
2410 - qps
2411 - grpc++_test_util
2412 - grpc_test_util
2413 - grpc++
2414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002415 - gpr_test_util
2416 - gpr
vjpai083dc622016-01-11 09:41:17 -08002417 platforms:
2418 - mac
2419 - linux
2420 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002421- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002422 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002423 build: test
2424 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002425 src:
2426 - test/cpp/end2end/generic_end2end_test.cc
2427 deps:
2428 - grpc++_test_util
2429 - grpc_test_util
2430 - grpc++
2431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002432 - gpr_test_util
2433 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434- name: grpc_cli
2435 build: test
2436 run: false
2437 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002438 src:
2439 - test/cpp/util/grpc_cli.cc
2440 deps:
2441 - grpc++_test_util
2442 - grpc_test_util
2443 - grpc++
2444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr_test_util
2446 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002447 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: grpc_cpp_plugin
2449 build: protoc
2450 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
2452 - src/compiler/cpp_plugin.cc
2453 deps:
2454 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455 secure: false
2456 vs_config_type: Application
2457 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2458- name: grpc_csharp_plugin
2459 build: protoc
2460 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
2462 - src/compiler/csharp_plugin.cc
2463 deps:
2464 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465 secure: false
2466 vs_config_type: Application
2467 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2468- name: grpc_objective_c_plugin
2469 build: protoc
2470 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
2472 - src/compiler/objective_c_plugin.cc
2473 deps:
2474 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475 secure: false
2476 vs_config_type: Application
2477 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2478- name: grpc_python_plugin
2479 build: protoc
2480 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
2482 - src/compiler/python_plugin.cc
2483 deps:
2484 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485 secure: false
2486 vs_config_type: Application
2487 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2488- name: grpc_ruby_plugin
2489 build: protoc
2490 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
2492 - src/compiler/ruby_plugin.cc
2493 deps:
2494 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495 secure: false
2496 vs_config_type: Application
2497 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002498- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002499 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002500 build: test
2501 language: c++
2502 src:
2503 - src/proto/grpc/lb/v0/load_balancer.proto
2504 - test/cpp/grpclb/grpclb_api_test.cc
2505 deps:
2506 - grpc++_test_util
2507 - grpc_test_util
2508 - grpc++
2509 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002510- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002511 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002512 build: test
2513 language: c++
2514 src:
2515 - test/cpp/end2end/hybrid_end2end_test.cc
2516 deps:
2517 - grpc++_test_util
2518 - grpc_test_util
2519 - grpc++
2520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002521 - gpr_test_util
2522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002523- name: interop_client
2524 build: test
2525 run: false
2526 language: c++
2527 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002528 deps:
2529 - interop_client_main
2530 - interop_client_helper
2531 - grpc++_test_util
2532 - grpc_test_util
2533 - grpc++
2534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002535 - gpr_test_util
2536 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002537 - grpc++_test_config
2538 platforms:
2539 - mac
2540 - linux
2541 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002542- name: interop_server
2543 build: test
2544 run: false
2545 language: c++
2546 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002547 deps:
2548 - interop_server_main
2549 - interop_server_helper
2550 - grpc++_test_util
2551 - grpc_test_util
2552 - grpc++
2553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr_test_util
2555 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002556 - grpc++_test_config
2557 platforms:
2558 - mac
2559 - linux
2560 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002562 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002563 build: test
2564 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002565 src:
2566 - test/cpp/interop/interop_test.cc
2567 deps:
2568 - grpc_test_util
2569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002572 platforms:
2573 - mac
2574 - linux
2575 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002576- name: metrics_client
2577 build: test
2578 run: false
2579 language: c++
2580 headers:
2581 - test/cpp/util/metrics_server.h
2582 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002583 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002584 - test/cpp/interop/metrics_client.cc
2585 deps:
2586 - grpc++
2587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002588 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002589 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002590- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002591 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002592 build: test
2593 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002594 src:
2595 - test/cpp/end2end/mock_test.cc
2596 deps:
2597 - grpc++_test_util
2598 - grpc_test_util
2599 - grpc++
2600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002601 - gpr_test_util
2602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002603- name: qps_driver
2604 build: benchmark
2605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002606 src:
2607 - test/cpp/qps/qps_driver.cc
2608 deps:
2609 - qps
2610 - grpc++_test_util
2611 - grpc_test_util
2612 - grpc++
2613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002614 - gpr_test_util
2615 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002616 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617- name: qps_interarrival_test
2618 build: test
2619 run: false
2620 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002621 src:
2622 - test/cpp/qps/qps_interarrival_test.cc
2623 deps:
2624 - qps
2625 - grpc++_test_util
2626 - grpc_test_util
2627 - grpc++
2628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 - gpr_test_util
2630 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002631 platforms:
2632 - mac
2633 - linux
2634 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002635- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002636 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637 build: test
2638 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002639 src:
2640 - test/cpp/qps/qps_openloop_test.cc
2641 deps:
2642 - qps
2643 - grpc++_test_util
2644 - grpc_test_util
2645 - grpc++
2646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002647 - gpr_test_util
2648 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002649 - grpc++_test_config
2650 platforms:
2651 - mac
2652 - linux
2653 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002654- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002655 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002656 build: test
2657 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002658 src:
2659 - test/cpp/qps/qps_test.cc
2660 deps:
2661 - qps
2662 - grpc++_test_util
2663 - grpc_test_util
2664 - grpc++
2665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002666 - gpr_test_util
2667 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002668 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002669 platforms:
2670 - mac
2671 - linux
2672 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002673- name: qps_worker
2674 build: benchmark
2675 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002676 headers:
2677 - test/cpp/qps/client.h
2678 - test/cpp/qps/server.h
2679 src:
2680 - test/cpp/qps/worker.cc
2681 deps:
2682 - qps
2683 - grpc++_test_util
2684 - grpc_test_util
2685 - grpc++
2686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002687 - gpr_test_util
2688 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002689 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002690- name: reconnect_interop_client
2691 build: test
2692 run: false
2693 language: c++
Craig Tiller25834342015-09-25 08:08:24 -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/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002698 - test/cpp/interop/reconnect_interop_client.cc
2699 deps:
2700 - grpc++_test_util
2701 - grpc_test_util
2702 - grpc++
2703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002704 - gpr_test_util
2705 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002706 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707- name: reconnect_interop_server
2708 build: test
2709 run: false
2710 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002711 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002712 - src/proto/grpc/testing/empty.proto
2713 - src/proto/grpc/testing/messages.proto
2714 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002715 - test/cpp/interop/reconnect_interop_server.cc
2716 deps:
2717 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002718 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002719 - grpc++_test_util
2720 - grpc_test_util
2721 - grpc++
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002725 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002726- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002727 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728 build: test
2729 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002730 src:
2731 - test/cpp/common/secure_auth_context_test.cc
2732 deps:
2733 - grpc++_test_util
2734 - grpc_test_util
2735 - grpc++
2736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002737 - gpr_test_util
2738 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002739- name: secure_sync_unary_ping_pong_test
2740 build: test
2741 language: c++
2742 src:
2743 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2744 deps:
2745 - qps
2746 - grpc++_test_util
2747 - grpc_test_util
2748 - grpc++
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002752 platforms:
2753 - mac
2754 - linux
2755 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002756- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002757 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002758 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002759 build: test
2760 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002761 src:
2762 - test/cpp/end2end/server_crash_test.cc
2763 deps:
2764 - grpc++_test_util
2765 - grpc_test_util
2766 - grpc++
2767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002768 - gpr_test_util
2769 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002770 platforms:
2771 - mac
2772 - linux
2773 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002774- name: server_crash_test_client
2775 build: test
2776 run: false
2777 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002778 src:
2779 - test/cpp/end2end/server_crash_test_client.cc
2780 deps:
2781 - grpc++_test_util
2782 - grpc_test_util
2783 - grpc++
2784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002785 - gpr_test_util
2786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002788 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002789 build: test
2790 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002791 src:
2792 - test/cpp/end2end/shutdown_test.cc
2793 deps:
2794 - grpc++_test_util
2795 - grpc_test_util
2796 - grpc++
2797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002798 - gpr_test_util
2799 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002800- name: status_test
2801 build: test
2802 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002803 src:
2804 - test/cpp/util/status_test.cc
2805 deps:
2806 - grpc_test_util
2807 - grpc++
2808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002809 - gpr_test_util
2810 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002811- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002812 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002813 build: test
2814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002815 src:
2816 - test/cpp/end2end/streaming_throughput_test.cc
2817 deps:
2818 - grpc++_test_util
2819 - grpc_test_util
2820 - grpc++
2821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002822 - gpr_test_util
2823 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002824 platforms:
2825 - mac
2826 - linux
2827 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002828- name: stress_test
2829 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002830 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002831 language: c++
2832 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002833 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002834 - test/cpp/interop/interop_client.h
2835 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002836 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002837 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002838 - src/proto/grpc/testing/empty.proto
2839 - src/proto/grpc/testing/messages.proto
2840 - src/proto/grpc/testing/metrics.proto
2841 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002842 - test/cpp/interop/interop_client.cc
2843 - test/cpp/interop/stress_interop_client.cc
2844 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002845 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002846 deps:
2847 - grpc++_test_util
2848 - grpc_test_util
2849 - grpc++
2850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002851 - gpr_test_util
2852 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002853 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002854- name: sync_streaming_ping_pong_test
2855 build: test
2856 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002857 src:
2858 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2859 deps:
2860 - qps
2861 - grpc++_test_util
2862 - grpc_test_util
2863 - grpc++
2864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002865 - gpr_test_util
2866 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002867 platforms:
2868 - mac
2869 - linux
2870 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002871- name: sync_unary_ping_pong_test
2872 build: test
2873 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002874 src:
2875 - test/cpp/qps/sync_unary_ping_pong_test.cc
2876 deps:
2877 - qps
2878 - grpc++_test_util
2879 - grpc_test_util
2880 - grpc++
2881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002882 - gpr_test_util
2883 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002884 platforms:
2885 - mac
2886 - linux
2887 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002889 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002890 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002891 build: test
2892 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002893 src:
2894 - test/cpp/end2end/thread_stress_test.cc
2895 deps:
2896 - grpc++_test_util
2897 - grpc_test_util
2898 - grpc++
2899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002900 - gpr_test_util
2901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002902- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002903 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002904 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002905 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002906 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002907 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002908 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002909 - test/cpp/end2end/zookeeper_test.cc
2910 deps:
2911 - grpc++_test_util
2912 - grpc_test_util
2913 - grpc++
2914 - grpc_zookeeper
2915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002916 - gpr_test_util
2917 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002918 external_deps:
2919 - zookeeper
2920 platforms:
2921 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002922- name: public_headers_must_be_c89
2923 build: test
2924 language: c89
2925 src:
2926 - test/core/surface/public_headers_must_be_c89.c
2927 deps:
2928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002930vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002931- linkage: static
2932 name: grpc.dependencies.zlib
2933 props: false
2934 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002935 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002936- linkage: static
2937 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002938 props: true
2939 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002940 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002941- name: gflags
2942 props: false
2943 redist: false
2944 version: 2.1.2.1
2945- name: gtest
2946 props: false
2947 redist: false
2948 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002949configs:
2950 asan:
2951 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002952 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2953 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002954 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002955 LD: clang
2956 LDFLAGS: -fsanitize=address
2957 LDXX: clang++
2958 compile_the_world: true
2959 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002960 ASAN_OPTIONS: detect_leaks=1:color=always
2961 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002962 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002963 asan-noleaks:
2964 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002965 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2966 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002967 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002968 LD: clang
2969 LDFLAGS: -fsanitize=address
2970 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002971 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002972 test_environ:
2973 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002974 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07002975 asan-trace-cmp:
2976 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07002977 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
2978 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07002979 CXX: clang++
2980 LD: clang
2981 LDFLAGS: -fsanitize=address
2982 LDXX: clang++
2983 compile_the_world: true
2984 test_environ:
2985 ASAN_OPTIONS: detect_leaks=1:color=always
2986 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2987 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002988 basicprof:
2989 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2990 DEFINES: NDEBUG
2991 dbg:
2992 CPPFLAGS: -O0
2993 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08002994 easan:
2995 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002996 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2997 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08002998 CXX: clang++
2999 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3000 LD: clang
3001 LDFLAGS: -fsanitize=address
3002 LDXX: clang++
3003 compile_the_world: true
3004 test_environ:
3005 ASAN_OPTIONS: detect_leaks=1:color=always
3006 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3007 timeout_multiplier: 3
3008 edbg:
3009 CPPFLAGS: -O0
3010 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3011 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003012 CC: clang
3013 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003014 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003015 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003016 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003017 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003018 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003019 LDXX: clang++
3020 compile_the_world: true
3021 test_environ:
3022 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3023 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003024 gcov:
3025 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003026 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003027 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003028 DEFINES: _DEBUG DEBUG GPR_GCOV
3029 LD: gcc
3030 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3031 LDXX: g++
3032 helgrind:
3033 CPPFLAGS: -O0
3034 DEFINES: _DEBUG DEBUG
3035 LDFLAGS: -rdynamic
3036 timeout_multiplier: 20
3037 valgrind: --tool=helgrind
3038 memcheck:
3039 CPPFLAGS: -O0
3040 DEFINES: _DEBUG DEBUG
3041 LDFLAGS: -rdynamic
3042 timeout_multiplier: 10
3043 valgrind: --tool=memcheck --leak-check=full
3044 msan:
3045 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003046 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3047 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3048 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003049 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003050 DEFINES: NDEBUG
3051 LD: clang
3052 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3053 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3054 LDXX: clang++
3055 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003056 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003057 mutrace:
3058 CPPFLAGS: -O0
3059 DEFINES: _DEBUG DEBUG
3060 LDFLAGS: -rdynamic
3061 opt:
3062 CPPFLAGS: -O2
3063 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003064 stapprof:
3065 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3066 DEFINES: NDEBUG
3067 tsan:
3068 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003069 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003070 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003071 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003072 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003073 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003074 LDXX: clang++
3075 compile_the_world: true
3076 test_environ:
3077 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003078 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003079 ubsan:
3080 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003081 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3082 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003083 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003084 DEFINES: NDEBUG
3085 LD: clang
3086 LDFLAGS: -fsanitize=undefined
3087 LDXX: clang++
3088 compile_the_world: true
3089 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003090defaults:
3091 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003092 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003093 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003094 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003095 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003096 global:
3097 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3098 LDFLAGS: -g
3099 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003100 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003101 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003102node_modules:
3103- deps:
3104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003105 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003106 - boringssl
3107 - z
murgatroid9994a75412015-11-19 14:04:53 -08003108 headers:
3109 - src/node/ext/byte_buffer.h
3110 - src/node/ext/call.h
3111 - src/node/ext/call_credentials.h
3112 - src/node/ext/channel.h
3113 - src/node/ext/channel_credentials.h
3114 - src/node/ext/completion_queue_async_worker.h
3115 - src/node/ext/server.h
3116 - src/node/ext/server_credentials.h
3117 - src/node/ext/timeval.h
3118 js:
3119 - src/node/index.js
3120 - src/node/src/client.js
3121 - src/node/src/common.js
3122 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003123 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003124 - src/node/src/metadata.js
3125 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003126 name: grpc_node
3127 src:
3128 - src/node/ext/byte_buffer.cc
3129 - src/node/ext/call.cc
3130 - src/node/ext/call_credentials.cc
3131 - src/node/ext/channel.cc
3132 - src/node/ext/channel_credentials.cc
3133 - src/node/ext/completion_queue_async_worker.cc
3134 - src/node/ext/node_grpc.cc
3135 - src/node/ext/server.cc
3136 - src/node/ext/server_credentials.cc
3137 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003138openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003139 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003140 extraction_dir: openssl-1.0.2f
3141 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003142php_config_m4:
3143 deps:
3144 - grpc
3145 - gpr
3146 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003147 headers:
3148 - src/php/ext/grpc/byte_buffer.h
3149 - src/php/ext/grpc/call.h
3150 - src/php/ext/grpc/call_credentials.h
3151 - src/php/ext/grpc/channel.h
3152 - src/php/ext/grpc/channel_credentials.h
3153 - src/php/ext/grpc/completion_queue.h
3154 - src/php/ext/grpc/php_grpc.h
3155 - src/php/ext/grpc/server.h
3156 - src/php/ext/grpc/server_credentials.h
3157 - src/php/ext/grpc/timeval.h
3158 src:
3159 - src/php/ext/grpc/byte_buffer.c
3160 - src/php/ext/grpc/call.c
3161 - src/php/ext/grpc/call_credentials.c
3162 - src/php/ext/grpc/channel.c
3163 - src/php/ext/grpc/channel_credentials.c
3164 - src/php/ext/grpc/completion_queue.c
3165 - src/php/ext/grpc/php_grpc.c
3166 - src/php/ext/grpc/server.c
3167 - src/php/ext/grpc/server_credentials.c
3168 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003169python_dependencies:
3170 deps:
3171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003172 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003173 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003174 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003175ruby_gem:
3176 deps:
3177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003178 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003179 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003180 - z