blob: 03ee95a04fb8c963ffdec88f3d56724a075f9d21 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
16 - src/core/census/aggregation.h
Alistair Veitch77715442016-02-22 14:20:25 -080017 - src/core/census/mlog.h
Craig Tiller25834342015-09-25 08:08:24 -070018 - src/core/census/rpc_metric_id.h
19 src:
20 - src/core/census/context.c
21 - src/core/census/initialize.c
Alistair Veitch77715442016-02-22 14:20:25 -080022 - src/core/census/mlog.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010024 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070025 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010026- name: gpr
27 public_headers:
28 - include/grpc/support/alloc.h
29 - include/grpc/support/atm.h
30 - include/grpc/support/atm_gcc_atomic.h
31 - include/grpc/support/atm_gcc_sync.h
32 - include/grpc/support/atm_win32.h
33 - include/grpc/support/avl.h
34 - include/grpc/support/cmdline.h
35 - include/grpc/support/cpu.h
36 - include/grpc/support/histogram.h
37 - include/grpc/support/host_port.h
38 - include/grpc/support/log.h
39 - include/grpc/support/log_win32.h
40 - include/grpc/support/port_platform.h
41 - include/grpc/support/slice.h
42 - include/grpc/support/slice_buffer.h
43 - include/grpc/support/string_util.h
44 - include/grpc/support/subprocess.h
45 - include/grpc/support/sync.h
46 - include/grpc/support/sync_generic.h
47 - include/grpc/support/sync_posix.h
48 - include/grpc/support/sync_win32.h
49 - include/grpc/support/thd.h
50 - include/grpc/support/time.h
51 - include/grpc/support/tls.h
52 - include/grpc/support/tls_gcc.h
53 - include/grpc/support/tls_msvc.h
54 - include/grpc/support/tls_pthread.h
55 - include/grpc/support/useful.h
56 headers:
57 - src/core/profiling/timers.h
Craig Tillerc72cc422016-03-11 10:54:36 -080058 - src/core/support/backoff.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 - src/core/support/block_annotate.h
60 - src/core/support/env.h
Craig Tiller732a8752016-02-22 15:59:19 -080061 - src/core/support/load_file.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 - src/core/support/murmur_hash.h
63 - src/core/support/stack_lockfree.h
64 - src/core/support/string.h
65 - src/core/support/string_win32.h
66 - src/core/support/thd_internal.h
67 - src/core/support/time_precise.h
Craig Tiller732a8752016-02-22 15:59:19 -080068 - src/core/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010069 src:
70 - src/core/profiling/basic_timers.c
71 - src/core/profiling/stap_timers.c
72 - src/core/support/alloc.c
73 - src/core/support/avl.c
Craig Tillerc72cc422016-03-11 10:54:36 -080074 - src/core/support/backoff.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - src/core/support/cmdline.c
76 - src/core/support/cpu_iphone.c
77 - src/core/support/cpu_linux.c
78 - src/core/support/cpu_posix.c
79 - src/core/support/cpu_windows.c
80 - src/core/support/env_linux.c
81 - src/core/support/env_posix.c
82 - src/core/support/env_win32.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010083 - src/core/support/histogram.c
84 - src/core/support/host_port.c
Craig Tiller732a8752016-02-22 15:59:19 -080085 - src/core/support/load_file.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010086 - src/core/support/log.c
87 - src/core/support/log_android.c
88 - src/core/support/log_linux.c
89 - src/core/support/log_posix.c
90 - src/core/support/log_win32.c
91 - src/core/support/murmur_hash.c
92 - src/core/support/slice.c
93 - src/core/support/slice_buffer.c
94 - src/core/support/stack_lockfree.c
95 - src/core/support/string.c
96 - src/core/support/string_posix.c
97 - src/core/support/string_win32.c
98 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010099 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100100 - src/core/support/sync.c
101 - src/core/support/sync_posix.c
102 - src/core/support/sync_win32.c
103 - src/core/support/thd.c
104 - src/core/support/thd_posix.c
105 - src/core/support/thd_win32.c
106 - src/core/support/time.c
107 - src/core/support/time_posix.c
108 - src/core/support/time_precise.c
109 - src/core/support/time_win32.c
110 - src/core/support/tls_pthread.c
Craig Tiller732a8752016-02-22 15:59:19 -0800111 - src/core/support/tmpfile_posix.c
112 - src/core/support/tmpfile_win32.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100113 - src/core/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800114- name: gpr_codegen
115 public_headers:
116 - include/grpc/impl/codegen/alloc.h
117 - include/grpc/impl/codegen/atm.h
118 - include/grpc/impl/codegen/atm_gcc_atomic.h
119 - include/grpc/impl/codegen/atm_gcc_sync.h
120 - include/grpc/impl/codegen/atm_win32.h
121 - include/grpc/impl/codegen/log.h
122 - include/grpc/impl/codegen/port_platform.h
123 - include/grpc/impl/codegen/slice.h
124 - include/grpc/impl/codegen/slice_buffer.h
125 - include/grpc/impl/codegen/sync.h
126 - include/grpc/impl/codegen/sync_generic.h
127 - include/grpc/impl/codegen/sync_posix.h
128 - include/grpc/impl/codegen/sync_win32.h
129 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700130- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700131 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800132 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700133 - include/grpc++/channel.h
134 - include/grpc++/client_context.h
135 - include/grpc++/completion_queue.h
136 - include/grpc++/create_channel.h
137 - include/grpc++/generic/async_generic_service.h
138 - include/grpc++/generic/generic_stub.h
139 - include/grpc++/grpc++.h
140 - include/grpc++/impl/call.h
141 - include/grpc++/impl/client_unary_call.h
142 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800143 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700144 - include/grpc++/impl/proto_utils.h
145 - include/grpc++/impl/rpc_method.h
146 - include/grpc++/impl/rpc_service_method.h
147 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800148 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700149 - include/grpc++/impl/service_type.h
150 - include/grpc++/impl/sync.h
151 - include/grpc++/impl/sync_cxx11.h
152 - include/grpc++/impl/sync_no_cxx11.h
153 - include/grpc++/impl/thd.h
154 - include/grpc++/impl/thd_cxx11.h
155 - include/grpc++/impl/thd_no_cxx11.h
156 - include/grpc++/security/auth_context.h
157 - include/grpc++/security/auth_metadata_processor.h
158 - include/grpc++/security/credentials.h
159 - include/grpc++/security/server_credentials.h
160 - include/grpc++/server.h
161 - include/grpc++/server_builder.h
162 - include/grpc++/server_context.h
163 - include/grpc++/support/async_stream.h
164 - include/grpc++/support/async_unary_call.h
165 - include/grpc++/support/byte_buffer.h
166 - include/grpc++/support/channel_arguments.h
167 - include/grpc++/support/config.h
168 - include/grpc++/support/config_protobuf.h
169 - include/grpc++/support/slice.h
170 - include/grpc++/support/status.h
171 - include/grpc++/support/status_code_enum.h
172 - include/grpc++/support/string_ref.h
173 - include/grpc++/support/stub_options.h
174 - include/grpc++/support/sync_stream.h
175 - include/grpc++/support/time.h
176 headers:
177 - src/cpp/client/create_channel_internal.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800178 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700179 - src/cpp/common/create_auth_context.h
180 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700181 - src/cpp/server/thread_pool_interface.h
182 src:
183 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700184 - src/cpp/client/client_context.cc
185 - src/cpp/client/create_channel.cc
186 - src/cpp/client/create_channel_internal.cc
187 - src/cpp/client/credentials.cc
188 - src/cpp/client/generic_stub.cc
189 - src/cpp/client/insecure_credentials.cc
yang-g52705592015-11-25 11:45:33 -0800190 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700191 - src/cpp/common/completion_queue.cc
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +0100192 - src/cpp/common/core_codegen.cc
Craig Tiller25834342015-09-25 08:08:24 -0700193 - src/cpp/common/rpc_method.cc
Craig Tiller25834342015-09-25 08:08:24 -0700194 - src/cpp/server/async_generic_service.cc
195 - src/cpp/server/create_default_thread_pool.cc
196 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700197 - src/cpp/server/insecure_server_credentials.cc
198 - src/cpp/server/server.cc
199 - src/cpp/server/server_builder.cc
200 - src/cpp/server/server_context.cc
201 - src/cpp/server/server_credentials.cc
202 - src/cpp/util/byte_buffer.cc
203 - src/cpp/util/slice.cc
204 - src/cpp/util/status.cc
205 - src/cpp/util/string_ref.cc
206 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800207- name: grpc++_codegen
208 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800209 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800210 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800211 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800212 - include/grpc++/impl/codegen/call_hook.h
213 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800214 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800215 - include/grpc++/impl/codegen/client_unary_call.h
216 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800217 - include/grpc++/impl/codegen/completion_queue_tag.h
218 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800219 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100220 - include/grpc++/impl/codegen/core_codegen_interface.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800221 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800222 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800223 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800224 - include/grpc++/impl/codegen/rpc_method.h
225 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800226 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800227 - include/grpc++/impl/codegen/serialization_traits.h
228 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800229 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800230 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800231 - include/grpc++/impl/codegen/status.h
232 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800233 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800234 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800235 - include/grpc++/impl/codegen/sync.h
236 - include/grpc++/impl/codegen/sync_cxx11.h
237 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800238 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800239 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800240 src:
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100241 - src/cpp/codegen/codegen_init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700242- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700243 public_headers:
244 - include/grpc/byte_buffer.h
245 - include/grpc/byte_buffer_reader.h
246 - include/grpc/compression.h
247 - include/grpc/grpc.h
248 - include/grpc/status.h
249 headers:
250 - src/core/census/grpc_filter.h
Craig Tiller178edfa2016-02-17 20:54:46 -0800251 - src/core/census/grpc_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/channel/channel_args.h
253 - src/core/channel/channel_stack.h
Craig Tiller178edfa2016-02-17 20:54:46 -0800254 - src/core/channel/channel_stack_builder.h
Craig Tiller25834342015-09-25 08:08:24 -0700255 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700256 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700257 - src/core/channel/compress_filter.h
258 - src/core/channel/connected_channel.h
259 - src/core/channel/context.h
260 - src/core/channel/http_client_filter.h
261 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800262 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700263 - src/core/client_config/client_config.h
264 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800265 - src/core/client_config/initial_connect_string.h
Craig Tillereb841e22016-02-11 15:49:16 -0800266 - src/core/client_config/lb_policies/load_balancer_api.h
Craig Tiller25834342015-09-25 08:08:24 -0700267 - src/core/client_config/lb_policies/pick_first.h
268 - src/core/client_config/lb_policies/round_robin.h
269 - src/core/client_config/lb_policy.h
270 - src/core/client_config/lb_policy_factory.h
271 - src/core/client_config/lb_policy_registry.h
272 - src/core/client_config/resolver.h
273 - src/core/client_config/resolver_factory.h
274 - src/core/client_config/resolver_registry.h
275 - src/core/client_config/resolvers/dns_resolver.h
276 - src/core/client_config/resolvers/sockaddr_resolver.h
277 - src/core/client_config/subchannel.h
278 - src/core/client_config/subchannel_factory.h
Craig Tiller694cf8b2016-01-15 21:13:25 -0800279 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700280 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800281 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700282 - src/core/compression/message_compress.h
283 - src/core/debug/trace.h
284 - src/core/httpcli/format_request.h
285 - src/core/httpcli/httpcli.h
286 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700287 - src/core/iomgr/closure.h
288 - src/core/iomgr/endpoint.h
289 - src/core/iomgr/endpoint_pair.h
290 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700291 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700292 - src/core/iomgr/fd_posix.h
293 - src/core/iomgr/iocp_windows.h
294 - src/core/iomgr/iomgr.h
295 - src/core/iomgr/iomgr_internal.h
296 - src/core/iomgr/iomgr_posix.h
297 - src/core/iomgr/pollset.h
298 - src/core/iomgr/pollset_posix.h
299 - src/core/iomgr/pollset_set.h
300 - src/core/iomgr/pollset_set_posix.h
301 - src/core/iomgr/pollset_set_windows.h
302 - src/core/iomgr/pollset_windows.h
303 - src/core/iomgr/resolve_address.h
304 - src/core/iomgr/sockaddr.h
305 - src/core/iomgr/sockaddr_posix.h
306 - src/core/iomgr/sockaddr_utils.h
307 - src/core/iomgr/sockaddr_win32.h
308 - src/core/iomgr/socket_utils_posix.h
309 - src/core/iomgr/socket_windows.h
310 - src/core/iomgr/tcp_client.h
311 - src/core/iomgr/tcp_posix.h
312 - src/core/iomgr/tcp_server.h
313 - src/core/iomgr/tcp_windows.h
314 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700315 - src/core/iomgr/timer.h
316 - src/core/iomgr/timer_heap.h
Craig Tiller25834342015-09-25 08:08:24 -0700317 - src/core/iomgr/udp_server.h
318 - src/core/iomgr/wakeup_fd_pipe.h
319 - src/core/iomgr/wakeup_fd_posix.h
320 - src/core/iomgr/workqueue.h
321 - src/core/iomgr/workqueue_posix.h
322 - src/core/iomgr/workqueue_windows.h
323 - src/core/json/json.h
324 - src/core/json/json_common.h
325 - src/core/json/json_reader.h
326 - src/core/json/json_writer.h
Craig Tillereb841e22016-02-11 15:49:16 -0800327 - src/core/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller25834342015-09-25 08:08:24 -0700328 - src/core/statistics/census_interface.h
329 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700330 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700331 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700332 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700333 - src/core/surface/channel.h
Craig Tiller178edfa2016-02-17 20:54:46 -0800334 - src/core/surface/channel_init.h
335 - src/core/surface/channel_stack_type.h
Craig Tiller25834342015-09-25 08:08:24 -0700336 - src/core/surface/completion_queue.h
337 - src/core/surface/event_string.h
338 - src/core/surface/init.h
Craig Tiller178edfa2016-02-17 20:54:46 -0800339 - src/core/surface/lame_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700340 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700341 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800342 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700343 - src/core/transport/chttp2/alpn.h
344 - src/core/transport/chttp2/bin_encoder.h
345 - src/core/transport/chttp2/frame.h
346 - src/core/transport/chttp2/frame_data.h
347 - src/core/transport/chttp2/frame_goaway.h
348 - src/core/transport/chttp2/frame_ping.h
349 - src/core/transport/chttp2/frame_rst_stream.h
350 - src/core/transport/chttp2/frame_settings.h
351 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800352 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700353 - src/core/transport/chttp2/hpack_parser.h
354 - src/core/transport/chttp2/hpack_table.h
355 - src/core/transport/chttp2/http2_errors.h
356 - src/core/transport/chttp2/huffsyms.h
357 - src/core/transport/chttp2/incoming_metadata.h
358 - src/core/transport/chttp2/internal.h
359 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700360 - src/core/transport/chttp2/stream_map.h
361 - src/core/transport/chttp2/timeout_encoding.h
362 - src/core/transport/chttp2/varint.h
363 - src/core/transport/chttp2_transport.h
364 - src/core/transport/connectivity_state.h
365 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800366 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800367 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700368 - src/core/transport/transport.h
369 - src/core/transport/transport_impl.h
370 src:
371 - src/core/census/grpc_context.c
372 - src/core/census/grpc_filter.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800373 - src/core/census/grpc_plugin.c
Craig Tiller25834342015-09-25 08:08:24 -0700374 - src/core/channel/channel_args.c
375 - src/core/channel/channel_stack.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800376 - src/core/channel/channel_stack_builder.c
Craig Tiller25834342015-09-25 08:08:24 -0700377 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700378 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700379 - src/core/channel/compress_filter.c
380 - src/core/channel/connected_channel.c
381 - src/core/channel/http_client_filter.c
382 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800383 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700384 - src/core/client_config/client_config.c
385 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800386 - src/core/client_config/default_initial_connect_string.c
387 - src/core/client_config/initial_connect_string.c
Craig Tillereb841e22016-02-11 15:49:16 -0800388 - src/core/client_config/lb_policies/load_balancer_api.c
Craig Tiller25834342015-09-25 08:08:24 -0700389 - src/core/client_config/lb_policies/pick_first.c
390 - src/core/client_config/lb_policies/round_robin.c
391 - src/core/client_config/lb_policy.c
392 - src/core/client_config/lb_policy_factory.c
393 - src/core/client_config/lb_policy_registry.c
394 - src/core/client_config/resolver.c
395 - src/core/client_config/resolver_factory.c
396 - src/core/client_config/resolver_registry.c
397 - src/core/client_config/resolvers/dns_resolver.c
398 - src/core/client_config/resolvers/sockaddr_resolver.c
399 - src/core/client_config/subchannel.c
400 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800401 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700402 - src/core/client_config/uri_parser.c
Craig Tiller732a8752016-02-22 15:59:19 -0800403 - src/core/compression/compression_algorithm.c
Craig Tiller25834342015-09-25 08:08:24 -0700404 - src/core/compression/message_compress.c
405 - src/core/debug/trace.c
406 - src/core/httpcli/format_request.c
407 - src/core/httpcli/httpcli.c
408 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700409 - src/core/iomgr/closure.c
410 - src/core/iomgr/endpoint.c
411 - src/core/iomgr/endpoint_pair_posix.c
412 - src/core/iomgr/endpoint_pair_windows.c
413 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700414 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700415 - src/core/iomgr/fd_posix.c
416 - src/core/iomgr/iocp_windows.c
417 - src/core/iomgr/iomgr.c
418 - src/core/iomgr/iomgr_posix.c
419 - src/core/iomgr/iomgr_windows.c
420 - src/core/iomgr/pollset_multipoller_with_epoll.c
421 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
422 - src/core/iomgr/pollset_posix.c
423 - src/core/iomgr/pollset_set_posix.c
424 - src/core/iomgr/pollset_set_windows.c
425 - src/core/iomgr/pollset_windows.c
426 - src/core/iomgr/resolve_address_posix.c
427 - src/core/iomgr/resolve_address_windows.c
428 - src/core/iomgr/sockaddr_utils.c
429 - src/core/iomgr/socket_utils_common_posix.c
430 - src/core/iomgr/socket_utils_linux.c
431 - src/core/iomgr/socket_utils_posix.c
432 - src/core/iomgr/socket_windows.c
433 - src/core/iomgr/tcp_client_posix.c
434 - src/core/iomgr/tcp_client_windows.c
435 - src/core/iomgr/tcp_posix.c
436 - src/core/iomgr/tcp_server_posix.c
437 - src/core/iomgr/tcp_server_windows.c
438 - src/core/iomgr/tcp_windows.c
439 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700440 - src/core/iomgr/timer.c
441 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700442 - src/core/iomgr/udp_server.c
443 - src/core/iomgr/wakeup_fd_eventfd.c
444 - src/core/iomgr/wakeup_fd_nospecial.c
445 - src/core/iomgr/wakeup_fd_pipe.c
446 - src/core/iomgr/wakeup_fd_posix.c
447 - src/core/iomgr/workqueue_posix.c
448 - src/core/iomgr/workqueue_windows.c
449 - src/core/json/json.c
450 - src/core/json/json_reader.c
451 - src/core/json/json_string.c
452 - src/core/json/json_writer.c
Craig Tillereb841e22016-02-11 15:49:16 -0800453 - src/core/proto/grpc/lb/v0/load_balancer.pb.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100454 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700455 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700456 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700457 - src/core/surface/byte_buffer_reader.c
458 - src/core/surface/call.c
459 - src/core/surface/call_details.c
460 - src/core/surface/call_log_batch.c
461 - src/core/surface/channel.c
462 - src/core/surface/channel_connectivity.c
463 - src/core/surface/channel_create.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800464 - src/core/surface/channel_init.c
Craig Tiller26dab312015-12-07 14:43:47 -0800465 - src/core/surface/channel_ping.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800466 - src/core/surface/channel_stack_type.c
Craig Tiller25834342015-09-25 08:08:24 -0700467 - src/core/surface/completion_queue.c
468 - src/core/surface/event_string.c
469 - src/core/surface/init.c
470 - src/core/surface/lame_client.c
471 - src/core/surface/metadata_array.c
472 - src/core/surface/server.c
473 - src/core/surface/server_chttp2.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800474 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700475 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800476 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700477 - src/core/transport/chttp2/alpn.c
478 - src/core/transport/chttp2/bin_encoder.c
479 - src/core/transport/chttp2/frame_data.c
480 - src/core/transport/chttp2/frame_goaway.c
481 - src/core/transport/chttp2/frame_ping.c
482 - src/core/transport/chttp2/frame_rst_stream.c
483 - src/core/transport/chttp2/frame_settings.c
484 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800485 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700486 - src/core/transport/chttp2/hpack_parser.c
487 - src/core/transport/chttp2/hpack_table.c
488 - src/core/transport/chttp2/huffsyms.c
489 - src/core/transport/chttp2/incoming_metadata.c
490 - src/core/transport/chttp2/parsing.c
491 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700492 - src/core/transport/chttp2/stream_lists.c
493 - src/core/transport/chttp2/stream_map.c
494 - src/core/transport/chttp2/timeout_encoding.c
495 - src/core/transport/chttp2/varint.c
496 - src/core/transport/chttp2/writing.c
497 - src/core/transport/chttp2_transport.c
498 - src/core/transport/connectivity_state.c
499 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800500 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800501 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700502 - src/core/transport/transport.c
503 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800504- name: grpc_codegen
505 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800506 - include/grpc/impl/codegen/byte_buffer.h
507 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800508 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800509 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800510 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800511 - include/grpc/impl/codegen/status.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100512- name: grpc_secure
513 headers:
514 - src/core/security/auth_filters.h
Craig Tiller732a8752016-02-22 15:59:19 -0800515 - src/core/security/b64.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100516 - src/core/security/credentials.h
517 - src/core/security/handshake.h
518 - src/core/security/json_token.h
519 - src/core/security/jwt_verifier.h
520 - src/core/security/secure_endpoint.h
521 - src/core/security/security_connector.h
522 - src/core/security/security_context.h
523 - src/core/tsi/fake_transport_security.h
524 - src/core/tsi/ssl_transport_security.h
525 - src/core/tsi/ssl_types.h
526 - src/core/tsi/transport_security.h
527 - src/core/tsi/transport_security_interface.h
528 src:
529 - src/core/httpcli/httpcli_security_connector.c
Craig Tiller732a8752016-02-22 15:59:19 -0800530 - src/core/security/b64.c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100531 - src/core/security/client_auth_filter.c
532 - src/core/security/credentials.c
533 - src/core/security/credentials_metadata.c
534 - src/core/security/credentials_posix.c
535 - src/core/security/credentials_win32.c
536 - src/core/security/google_default_credentials.c
537 - src/core/security/handshake.c
538 - src/core/security/json_token.c
539 - src/core/security/jwt_verifier.c
540 - src/core/security/secure_endpoint.c
541 - src/core/security/security_connector.c
542 - src/core/security/security_context.c
543 - src/core/security/server_auth_filter.c
544 - src/core/security/server_secure_chttp2.c
545 - src/core/surface/init_secure.c
546 - src/core/surface/secure_channel_create.c
547 - src/core/tsi/fake_transport_security.c
548 - src/core/tsi/ssl_transport_security.c
549 - src/core/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700550- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700551 headers:
552 - test/core/end2end/cq_verifier.h
553 - test/core/end2end/fixtures/proxy.h
554 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700555 - test/core/util/grpc_profiler.h
556 - test/core/util/parse_hexstring.h
557 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700558 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700559 - test/core/util/slice_splitter.h
560 src:
561 - test/core/end2end/cq_verifier.c
562 - test/core/end2end/fixtures/proxy.c
563 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700564 - test/core/util/grpc_profiler.c
565 - test/core/util/parse_hexstring.c
566 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700567 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700568 - test/core/util/port_windows.c
569 - test/core/util/slice_splitter.c
Craig Tillereb841e22016-02-11 15:49:16 -0800570- name: nanopb
571 headers:
572 - third_party/nanopb/pb.h
573 - third_party/nanopb/pb_common.h
574 - third_party/nanopb/pb_decode.h
575 - third_party/nanopb/pb_encode.h
576 src:
577 - third_party/nanopb/pb_common.c
578 - third_party/nanopb/pb_decode.c
579 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100580libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800581- name: gpr
582 build: all
583 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800584 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800585 - gpr
586 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800587 secure: false
588 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
589- name: gpr_test_util
590 build: private
591 language: c
592 headers:
593 - test/core/util/test_config.h
594 src:
595 - test/core/util/test_config.c
596 deps:
597 - gpr
598 secure: false
599 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700600- name: grpc
601 build: all
602 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700603 public_headers:
604 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800605 deps:
606 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700607 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800608 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700609 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700610 filegroups:
611 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100612 - grpc_secure
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100613 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700614 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800615 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700616 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700617 vs_packages:
618 - grpc.dependencies.openssl
619 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700620 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800621- name: grpc_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100622 build: protoc
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800623 language: c
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800624 headers: []
625 src: []
626 filegroups:
627 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100628 - grpc_codegen
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800629 secure: false
630 vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100631- name: grpc_dll
632 build: private
633 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100634 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100635 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100636 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100637 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100638 build_system:
639 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100640 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100641 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100642 vs_config_type: DynamicLibrary
643 vs_packages:
644 - grpc.dependencies.openssl
645 - grpc.dependencies.zlib
646 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
647 vs_props:
648 - zlib
649 - openssl
650 - winsock
651 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700652- name: grpc_test_util
653 build: private
654 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700655 headers:
656 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800657 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700658 src:
659 - test/core/end2end/data/server1_cert.c
660 - test/core/end2end/data/server1_key.c
661 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800662 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700663 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800664 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800665 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700666 - grpc
667 filegroups:
668 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700669 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
670- name: grpc_test_util_unsecure
671 build: private
672 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700673 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800674 - gpr
675 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800676 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700677 filegroups:
678 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700679 secure: false
680 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
681- name: grpc_unsecure
682 build: all
683 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700684 src:
685 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800686 deps:
687 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700688 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800689 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700690 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700691 filegroups:
692 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800693 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700694 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800695 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700696 secure: false
697 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
698- name: grpc_zookeeper
699 build: all
700 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700701 public_headers:
702 - include/grpc/grpc_zookeeper.h
703 headers:
704 - src/core/client_config/resolvers/zookeeper_resolver.h
705 src:
706 - src/core/client_config/resolvers/zookeeper_resolver.c
707 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800708 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700709 - grpc
710 external_deps:
711 - zookeeper
712 platforms:
713 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700714 secure: false
715- name: reconnect_server
716 build: private
717 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700718 headers:
719 - test/core/util/reconnect_server.h
720 src:
721 - test/core/util/reconnect_server.c
722 deps:
yang-gc9fca182015-11-06 16:41:33 -0800723 - test_tcp_server
724 - grpc_test_util
725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800726 - gpr_test_util
727 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800728- name: test_tcp_server
729 build: private
730 language: c
731 headers:
732 - test/core/util/test_tcp_server.h
733 src:
734 - test/core/util/test_tcp_server.c
735 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700736 - grpc_test_util
737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800738 - gpr_test_util
739 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700740- name: grpc++
741 build: all
742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700743 headers:
744 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800745 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700746 - src/cpp/common/secure_auth_context.h
747 - src/cpp/server/secure_server_credentials.h
748 src:
Craig Tiller25834342015-09-25 08:08:24 -0700749 - src/cpp/client/secure_credentials.cc
750 - src/cpp/common/auth_property_iterator.cc
751 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800752 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700753 - src/cpp/common/secure_create_auth_context.cc
754 - src/cpp/server/secure_server_credentials.cc
755 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700756 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700757 baselib: true
758 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700759 filegroups:
760 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800761 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700762 secure: check
763 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800764- name: grpc++_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100765 build: protoc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800766 language: c++
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800767 headers: []
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100768 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800769 filegroups:
770 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100771 - grpc_codegen
772 - grpc++_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800773 secure: false
David Garcia Quintasaee7cf12016-02-19 14:05:47 -0800774 vs_project_guid: '{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700775- name: grpc++_test_config
776 build: private
777 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700778 headers:
779 - test/cpp/util/test_config.h
780 src:
781 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700782- name: grpc++_test_util
783 build: private
784 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700785 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800786 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800787 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700788 - test/cpp/util/cli_call.h
789 - test/cpp/util/create_test_channel.h
790 - test/cpp/util/string_ref_helper.h
791 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800792 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700793 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800794 - src/proto/grpc/testing/echo_messages.proto
795 - src/proto/grpc/testing/echo.proto
796 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800797 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800798 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700799 - test/cpp/util/cli_call.cc
800 - test/cpp/util/create_test_channel.cc
801 - test/cpp/util/string_ref_helper.cc
802 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800803 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700804 deps:
805 - grpc++
806 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700807- name: grpc++_unsecure
808 build: all
809 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700810 src:
811 - src/cpp/common/insecure_create_auth_context.cc
812 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800813 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700814 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700815 baselib: true
816 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700817 filegroups:
818 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800819 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700820 secure: false
821 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
822- name: grpc_plugin_support
823 build: protoc
824 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700825 headers:
826 - include/grpc++/support/config.h
827 - include/grpc++/support/config_protobuf.h
828 - src/compiler/config.h
829 - src/compiler/cpp_generator.h
830 - src/compiler/cpp_generator_helpers.h
831 - src/compiler/csharp_generator.h
832 - src/compiler/csharp_generator_helpers.h
833 - src/compiler/generator_helpers.h
834 - src/compiler/objective_c_generator.h
835 - src/compiler/objective_c_generator_helpers.h
836 - src/compiler/python_generator.h
837 - src/compiler/ruby_generator.h
838 - src/compiler/ruby_generator_helpers-inl.h
839 - src/compiler/ruby_generator_map-inl.h
840 - src/compiler/ruby_generator_string-inl.h
841 src:
842 - src/compiler/cpp_generator.cc
843 - src/compiler/csharp_generator.cc
844 - src/compiler/objective_c_generator.cc
845 - src/compiler/python_generator.cc
846 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800847 deps:
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800848 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800849 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800850 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700851 secure: false
852 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800853 vs_props:
854 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700855- name: interop_client_helper
856 build: private
857 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700858 headers:
859 - test/cpp/interop/client_helper.h
860 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800861 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700862 - test/cpp/interop/client_helper.cc
863 deps:
864 - grpc++_test_util
865 - grpc_test_util
866 - grpc++
867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700869- name: interop_client_main
870 build: private
871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700872 headers:
873 - test/cpp/interop/interop_client.h
874 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800875 - src/proto/grpc/testing/empty.proto
876 - src/proto/grpc/testing/messages.proto
877 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700878 - test/cpp/interop/client.cc
879 - test/cpp/interop/interop_client.cc
880 deps:
881 - interop_client_helper
882 - grpc++_test_util
883 - grpc_test_util
884 - grpc++
885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800886 - gpr_test_util
887 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700888 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700889- name: interop_server_helper
890 build: private
891 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700892 headers:
893 - test/cpp/interop/server_helper.h
894 src:
895 - test/cpp/interop/server_helper.cc
896 deps:
897 - grpc_test_util
898 - grpc++
899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700901- name: interop_server_main
902 build: private
903 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700904 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800905 - src/proto/grpc/testing/empty.proto
906 - src/proto/grpc/testing/messages.proto
907 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800908 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700909 deps:
910 - interop_server_helper
911 - grpc++_test_util
912 - grpc_test_util
913 - grpc++
914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800915 - gpr_test_util
916 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700917 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700918- name: qps
919 build: private
920 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700921 headers:
922 - test/cpp/qps/client.h
923 - test/cpp/qps/driver.h
924 - test/cpp/qps/histogram.h
925 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800926 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700927 - test/cpp/qps/perf_db_client.h
928 - test/cpp/qps/qps_worker.h
929 - test/cpp/qps/report.h
930 - test/cpp/qps/server.h
931 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800932 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700933 - test/cpp/util/benchmark_config.h
934 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800935 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800936 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800937 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800938 - src/proto/grpc/testing/control.proto
939 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800940 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700941 - test/cpp/qps/client_async.cc
942 - test/cpp/qps/client_sync.cc
943 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800944 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700945 - test/cpp/qps/perf_db_client.cc
946 - test/cpp/qps/qps_worker.cc
947 - test/cpp/qps/report.cc
948 - test/cpp/qps/server_async.cc
949 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -0800950 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -0700951 - test/cpp/util/benchmark_config.cc
952 deps:
953 - grpc_test_util
954 - grpc++_test_util
955 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956- name: grpc_csharp_ext
957 build: all
958 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700959 src:
960 - src/csharp/ext/grpc_csharp_ext.c
961 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800963 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800964 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800965 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700966 dll: only
967 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700968 vs_packages:
969 - grpc.dependencies.openssl
970 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700971 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700972 vs_props:
973 - zlib
974 - openssl
975 - winsock
976 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100978- name: alarm_test
979 build: test
980 language: c
981 src:
982 - test/core/surface/alarm_test.c
983 deps:
984 - grpc_test_util
985 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800986 - gpr_test_util
987 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800988- name: algorithm_test
989 build: test
990 language: c
991 src:
992 - test/core/compression/algorithm_test.c
993 deps:
994 - grpc_test_util
995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800996 - gpr_test_util
997 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800998- name: alloc_test
999 build: test
1000 language: c
1001 src:
1002 - test/core/support/alloc_test.c
1003 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001004 - gpr_test_util
1005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006- name: alpn_test
1007 build: test
1008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001009 src:
1010 - test/core/transport/chttp2/alpn_test.c
1011 deps:
1012 - grpc_test_util
1013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001014 - gpr_test_util
1015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001016- name: bin_encoder_test
1017 build: test
1018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001019 src:
1020 - test/core/transport/chttp2/bin_encoder_test.c
1021 deps:
1022 - grpc_test_util
1023 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001024- name: census_context_test
1025 build: test
1026 language: c
1027 src:
1028 - test/core/census/context_test.c
1029 deps:
1030 - grpc_test_util
1031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001032 - gpr_test_util
1033 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001034- name: channel_create_test
1035 build: test
1036 language: c
1037 src:
1038 - test/core/surface/channel_create_test.c
1039 deps:
1040 - grpc_test_util
1041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001042 - gpr_test_util
1043 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001044- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045 build: test
1046 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001047 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001048 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001049 deps:
1050 - grpc_test_util
1051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001052 - gpr_test_util
1053 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001054- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001055 build: test
1056 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001057 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001058 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001059 deps:
1060 - grpc_test_util
1061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001062 - gpr_test_util
1063 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001064- name: chttp2_stream_map_test
1065 build: test
1066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001067 src:
1068 - test/core/transport/chttp2/stream_map_test.c
1069 deps:
1070 - grpc_test_util
1071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001072 - gpr_test_util
1073 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001074- name: chttp2_varint_test
1075 build: test
1076 language: c
1077 src:
1078 - test/core/transport/chttp2/varint_test.c
1079 deps:
1080 - grpc_test_util
1081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001082 - gpr_test_util
1083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001084- name: compression_test
1085 build: test
1086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001087 src:
1088 - test/core/compression/compression_test.c
1089 deps:
1090 - grpc_test_util
1091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001092 - gpr_test_util
1093 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001094- name: concurrent_connectivity_test
1095 build: test
1096 language: c
1097 src:
1098 - test/core/surface/concurrent_connectivity_test.c
1099 deps:
1100 - grpc_test_util
1101 - grpc
1102 - gpr_test_util
1103 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001104- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001105 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001106 build: test
1107 language: c
1108 src:
1109 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1110 deps:
1111 - grpc_test_util
1112 - grpc
1113 - gpr_test_util
1114 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001115- name: dns_resolver_test
1116 build: test
1117 language: c
1118 src:
1119 - test/core/client_config/resolvers/dns_resolver_test.c
1120 deps:
1121 - grpc_test_util
1122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001123 - gpr_test_util
1124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001125- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001126 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001127 build: test
1128 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001129 src:
1130 - test/core/end2end/dualstack_socket_test.c
1131 deps:
1132 - grpc_test_util
1133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001134 - gpr_test_util
1135 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001136 platforms:
1137 - mac
1138 - linux
1139 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001140- name: endpoint_pair_test
1141 build: test
1142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001143 src:
1144 - test/core/iomgr/endpoint_pair_test.c
1145 deps:
1146 - grpc_test_util
1147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001148 - gpr_test_util
1149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150- name: fd_conservation_posix_test
1151 build: test
1152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001153 src:
1154 - test/core/iomgr/fd_conservation_posix_test.c
1155 deps:
1156 - grpc_test_util
1157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001158 - gpr_test_util
1159 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001160 platforms:
1161 - mac
1162 - linux
1163 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164- name: fd_posix_test
1165 build: test
1166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001167 src:
1168 - test/core/iomgr/fd_posix_test.c
1169 deps:
1170 - grpc_test_util
1171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001172 - gpr_test_util
1173 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001174 platforms:
1175 - mac
1176 - linux
1177 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178- name: fling_client
1179 build: test
1180 run: false
1181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001182 src:
1183 - test/core/fling/client.c
1184 deps:
1185 - grpc_test_util
1186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001187 - gpr_test_util
1188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001189- name: fling_server
1190 build: test
1191 run: false
1192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001193 src:
1194 - test/core/fling/server.c
1195 deps:
1196 - grpc_test_util
1197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001198 - gpr_test_util
1199 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001200- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001201 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202 build: test
1203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001204 src:
1205 - test/core/fling/fling_stream_test.c
1206 deps:
1207 - grpc_test_util
1208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001209 - gpr_test_util
1210 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001211 platforms:
1212 - mac
1213 - linux
1214 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001215- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001216 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217 build: test
1218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001219 src:
1220 - test/core/fling/fling_test.c
1221 deps:
1222 - grpc_test_util
1223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001224 - gpr_test_util
1225 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001226 platforms:
1227 - mac
1228 - linux
1229 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230- name: gen_hpack_tables
1231 build: tool
1232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001233 src:
1234 - tools/codegen/core/gen_hpack_tables.c
1235 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001236 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001237 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001238- name: gen_legal_metadata_characters
1239 build: tool
1240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001241 src:
1242 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001244- name: gpr_avl_test
1245 build: test
1246 language: c
1247 src:
1248 - test/core/support/avl_test.c
1249 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001250 - gpr_test_util
1251 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001252- name: gpr_backoff_test
1253 build: test
1254 language: c
1255 src:
1256 - test/core/support/backoff_test.c
1257 deps:
1258 - gpr_test_util
1259 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260- name: gpr_cmdline_test
1261 build: test
1262 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001263 src:
1264 - test/core/support/cmdline_test.c
1265 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001266 - gpr_test_util
1267 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001268- name: gpr_cpu_test
1269 build: test
1270 language: c
1271 src:
1272 - test/core/support/cpu_test.c
1273 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001274 - gpr_test_util
1275 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001276- name: gpr_env_test
1277 build: test
1278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001279 src:
1280 - test/core/support/env_test.c
1281 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001282 - gpr_test_util
1283 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284- name: gpr_histogram_test
1285 build: test
1286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001287 src:
1288 - test/core/support/histogram_test.c
1289 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001290 - gpr_test_util
1291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292- name: gpr_host_port_test
1293 build: test
1294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001295 src:
1296 - test/core/support/host_port_test.c
1297 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001300- name: gpr_load_file_test
1301 build: test
1302 language: c
1303 src:
1304 - test/core/support/load_file_test.c
1305 deps:
1306 - gpr_test_util
1307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: gpr_log_test
1309 build: test
1310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
1312 - test/core/support/log_test.c
1313 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001314 - gpr_test_util
1315 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316- name: gpr_slice_buffer_test
1317 build: test
1318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001319 src:
1320 - test/core/support/slice_buffer_test.c
1321 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr_test_util
1323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: gpr_slice_test
1325 build: test
1326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001327 src:
1328 - test/core/support/slice_test.c
1329 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001330 - gpr_test_util
1331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001332- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001333 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001334 build: test
1335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001336 src:
1337 - test/core/support/stack_lockfree_test.c
1338 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001339 - gpr_test_util
1340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001341- name: gpr_string_test
1342 build: test
1343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001344 src:
1345 - test/core/support/string_test.c
1346 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001347 - gpr_test_util
1348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001349- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001350 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351 build: test
1352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001353 src:
1354 - test/core/support/sync_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_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001359 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001360 build: test
1361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001362 src:
1363 - test/core/support/thd_test.c
1364 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001365 - gpr_test_util
1366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001367- name: gpr_time_test
1368 build: test
1369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001370 src:
1371 - test/core/support/time_test.c
1372 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 - gpr_test_util
1374 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375- name: gpr_tls_test
1376 build: test
1377 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001378 src:
1379 - test/core/support/tls_test.c
1380 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383- name: gpr_useful_test
1384 build: test
1385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001386 src:
1387 - test/core/support/useful_test.c
1388 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001389 - gpr_test_util
1390 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: grpc_auth_context_test
1392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/security/auth_context_test.c
1396 deps:
1397 - grpc_test_util
1398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001399 - gpr_test_util
1400 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001401- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001402 build: test
1403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001404 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001405 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001406 deps:
1407 - grpc_test_util
1408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001409 - gpr_test_util
1410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: grpc_byte_buffer_reader_test
1412 build: test
1413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001414 src:
1415 - test/core/surface/byte_buffer_reader_test.c
1416 deps:
1417 - grpc_test_util
1418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001419 - gpr_test_util
1420 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001421- name: grpc_channel_args_test
1422 build: test
1423 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001424 src:
1425 - test/core/channel/channel_args_test.c
1426 deps:
1427 - grpc_test_util
1428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001429 - gpr_test_util
1430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431- name: grpc_channel_stack_test
1432 build: test
1433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001434 src:
1435 - test/core/channel/channel_stack_test.c
1436 deps:
1437 - grpc_test_util
1438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001439 - gpr_test_util
1440 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001441- name: grpc_completion_queue_test
1442 build: test
1443 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001444 src:
1445 - test/core/surface/completion_queue_test.c
1446 deps:
1447 - grpc_test_util
1448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001449 - gpr_test_util
1450 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001451- name: grpc_create_jwt
1452 build: tool
1453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001454 src:
1455 - test/core/security/create_jwt.c
1456 deps:
1457 - grpc_test_util
1458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001459 - gpr_test_util
1460 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: grpc_credentials_test
1462 build: test
1463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001464 src:
1465 - test/core/security/credentials_test.c
1466 deps:
1467 - grpc_test_util
1468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001469 - gpr_test_util
1470 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001471- name: grpc_fetch_oauth2
1472 build: tool
1473 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001474 src:
1475 - test/core/security/fetch_oauth2.c
1476 deps:
1477 - grpc_test_util
1478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001479 - gpr_test_util
1480 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001481- name: grpc_invalid_channel_args_test
1482 build: test
1483 language: c
1484 src:
1485 - test/core/surface/invalid_channel_args_test.c
1486 deps:
1487 - grpc_test_util
1488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001489 - gpr_test_util
1490 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491- name: grpc_json_token_test
1492 build: test
1493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001494 src:
1495 - test/core/security/json_token_test.c
1496 deps:
1497 - grpc_test_util
1498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001499 - gpr_test_util
1500 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001501 platforms:
1502 - linux
1503 - posix
1504 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505- name: grpc_jwt_verifier_test
1506 build: test
1507 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001508 src:
1509 - test/core/security/jwt_verifier_test.c
1510 deps:
1511 - grpc_test_util
1512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001513 - gpr_test_util
1514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515- name: grpc_print_google_default_creds_token
1516 build: tool
1517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001518 src:
1519 - test/core/security/print_google_default_creds_token.c
1520 deps:
1521 - grpc_test_util
1522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001523 - gpr_test_util
1524 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001525- name: grpc_security_connector_test
1526 build: test
1527 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001528 src:
1529 - test/core/security/security_connector_test.c
1530 deps:
1531 - grpc_test_util
1532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001533 - gpr_test_util
1534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535- name: grpc_verify_jwt
1536 build: tool
1537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001538 src:
1539 - test/core/security/verify_jwt.c
1540 deps:
1541 - grpc_test_util
1542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001543 - gpr_test_util
1544 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001545- name: hpack_parser_test
1546 build: test
1547 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001548 src:
1549 - test/core/transport/chttp2/hpack_parser_test.c
1550 deps:
1551 - grpc_test_util
1552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr_test_util
1554 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555- name: hpack_table_test
1556 build: test
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - test/core/transport/chttp2/hpack_table_test.c
1560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: httpcli_format_request_test
1566 build: test
1567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001568 src:
1569 - test/core/httpcli/format_request_test.c
1570 deps:
1571 - grpc_test_util
1572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001573 - gpr_test_util
1574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001575- name: httpcli_parser_test
1576 build: test
1577 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001578 src:
1579 - test/core/httpcli/parser_test.c
1580 deps:
1581 - grpc_test_util
1582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001583 - gpr_test_util
1584 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001585- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001586 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587 build: test
1588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001589 src:
1590 - test/core/httpcli/httpcli_test.c
1591 deps:
1592 - grpc_test_util
1593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001594 - gpr_test_util
1595 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001596 platforms:
1597 - mac
1598 - linux
1599 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001600- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001601 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001602 build: test
1603 language: c
1604 src:
1605 - test/core/httpcli/httpscli_test.c
1606 deps:
1607 - grpc_test_util
1608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001611 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001612 - linux
yang-gf1183302015-12-07 16:02:05 -08001613- name: init_test
1614 build: test
1615 language: c
1616 src:
1617 - test/core/surface/init_test.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001623- name: invalid_call_argument_test
1624 build: test
1625 language: c
1626 src:
1627 - test/core/end2end/invalid_call_argument_test.c
1628 deps:
1629 - grpc_test_util
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr_test_util
1632 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633- name: json_rewrite
1634 build: test
1635 run: false
1636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001637 src:
1638 - test/core/json/json_rewrite.c
1639 deps:
1640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001641 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001642- name: json_rewrite_test
1643 build: test
1644 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001645 src:
1646 - test/core/json/json_rewrite_test.c
1647 deps:
1648 - grpc_test_util
1649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001650 - gpr_test_util
1651 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001652- name: json_stream_error_test
1653 build: test
1654 language: c
1655 src:
1656 - test/core/json/json_stream_error_test.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662- name: json_test
1663 build: test
1664 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001665 src:
1666 - test/core/json/json_test.c
1667 deps:
1668 - grpc_test_util
1669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001670 - gpr_test_util
1671 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672- name: lame_client_test
1673 build: test
1674 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
1676 - test/core/surface/lame_client_test.c
1677 deps:
1678 - grpc_test_util
1679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001680 - gpr_test_util
1681 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001682- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001683 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001684 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001685 build: test
1686 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001687 src:
1688 - test/core/client_config/lb_policies_test.c
1689 deps:
1690 - grpc_test_util
1691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: low_level_ping_pong_benchmark
1695 build: benchmark
1696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - test/core/network_benchmarks/low_level_ping_pong.c
1699 deps:
1700 - grpc_test_util
1701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001702 - gpr_test_util
1703 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001704 platforms:
1705 - mac
1706 - linux
1707 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708- name: message_compress_test
1709 build: test
1710 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001711 src:
1712 - test/core/compression/message_compress_test.c
1713 deps:
1714 - grpc_test_util
1715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr_test_util
1717 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001718- name: mlog_test
1719 build: test
1720 language: c
1721 src:
1722 - test/core/census/mlog_test.c
1723 deps:
1724 - grpc_test_util
1725 - grpc
1726 - gpr_test_util
1727 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001728- name: multiple_server_queues_test
1729 build: test
1730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001731 src:
1732 - test/core/end2end/multiple_server_queues_test.c
1733 deps:
1734 - grpc_test_util
1735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001738- name: murmur_hash_test
1739 build: test
1740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001741 src:
1742 - test/core/support/murmur_hash_test.c
1743 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001747 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748 build: test
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/end2end/no_server_test.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001757- name: resolve_address_test
1758 build: test
1759 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001760 src:
1761 - test/core/iomgr/resolve_address_test.c
1762 deps:
1763 - grpc_test_util
1764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001765 - gpr_test_util
1766 - gpr
yang-gd482e592015-12-10 14:04:00 -08001767- name: secure_channel_create_test
1768 build: test
1769 language: c
1770 src:
1771 - test/core/surface/secure_channel_create_test.c
1772 deps:
1773 - grpc_test_util
1774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: secure_endpoint_test
1778 build: test
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/security/secure_endpoint_test.c
1782 deps:
1783 - grpc_test_util
1784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001785 - gpr_test_util
1786 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001787- name: server_chttp2_test
1788 build: test
1789 language: c
1790 src:
1791 - test/core/surface/server_chttp2_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr_test_util
1796 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001797- name: server_test
1798 build: test
1799 language: c
1800 src:
1801 - test/core/surface/server_test.c
1802 deps:
1803 - grpc_test_util
1804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr_test_util
1806 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001807- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001808 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001809 build: test
1810 language: c
1811 src:
1812 - test/core/client_config/set_initial_connect_string_test.c
1813 deps:
1814 - test_tcp_server
1815 - grpc_test_util
1816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001819- name: sockaddr_resolver_test
1820 build: test
1821 language: c
1822 src:
1823 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1824 deps:
1825 - grpc_test_util
1826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829- name: sockaddr_utils_test
1830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/iomgr/sockaddr_utils_test.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001839- name: socket_utils_test
1840 build: test
1841 language: c
1842 src:
1843 - test/core/iomgr/socket_utils_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001849 platforms:
1850 - mac
1851 - linux
1852 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001854 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001855 build: test
1856 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001857 src:
1858 - test/core/iomgr/tcp_client_posix_test.c
1859 deps:
1860 - grpc_test_util
1861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001862 - gpr_test_util
1863 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001864 platforms:
1865 - mac
1866 - linux
1867 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001868- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001869 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870 build: test
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - test/core/iomgr/tcp_posix_test.c
1874 deps:
1875 - grpc_test_util
1876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr_test_util
1878 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001879 platforms:
1880 - mac
1881 - linux
1882 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: tcp_server_posix_test
1884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
1887 - test/core/iomgr/tcp_server_posix_test.c
1888 deps:
1889 - grpc_test_util
1890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001893 platforms:
1894 - mac
1895 - linux
1896 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001897- name: time_averaged_stats_test
1898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
1901 - test/core/iomgr/time_averaged_stats_test.c
1902 deps:
1903 - grpc_test_util
1904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: timeout_encoding_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/transport/chttp2/timeout_encoding_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001917- name: timer_heap_test
1918 build: test
1919 language: c
1920 src:
1921 - test/core/iomgr/timer_heap_test.c
1922 deps:
1923 - grpc_test_util
1924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001927- name: timer_list_test
1928 build: test
1929 language: c
1930 src:
1931 - test/core/iomgr/timer_list_test.c
1932 deps:
1933 - grpc_test_util
1934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: timers_test
1938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/profiling/timers_test.c
1942 deps:
1943 - grpc_test_util
1944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 - gpr_test_util
1946 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001947- name: transport_connectivity_state_test
1948 build: test
1949 language: c
1950 src:
1951 - test/core/transport/connectivity_state_test.c
1952 deps:
1953 - grpc_test_util
1954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001955 - gpr_test_util
1956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957- name: transport_metadata_test
1958 build: test
1959 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001960 src:
1961 - test/core/transport/metadata_test.c
1962 deps:
1963 - grpc_test_util
1964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001967- name: transport_security_test
1968 build: test
1969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001970 src:
1971 - test/core/tsi/transport_security_test.c
1972 deps:
1973 - grpc_test_util
1974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr_test_util
1976 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001977 platforms:
1978 - linux
1979 - posix
1980 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001981- name: udp_server_test
1982 build: test
1983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
1985 - test/core/iomgr/udp_server_test.c
1986 deps:
1987 - grpc_test_util
1988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001989 - gpr_test_util
1990 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001991 platforms:
1992 - mac
1993 - linux
1994 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: uri_parser_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/client_config/uri_parser_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002005- name: workqueue_test
2006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/iomgr/workqueue_test.c
2010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002015 platforms:
2016 - mac
2017 - linux
2018 - posix
vjpai04e992a2016-02-10 16:58:38 -08002019- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002020 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002021 build: test
2022 language: c++
2023 src:
2024 - test/cpp/common/alarm_cpp_test.cc
2025 deps:
2026 - grpc++_test_util
2027 - grpc_test_util
2028 - grpc++
2029 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002030 - gpr_test_util
2031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002033 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034 build: test
2035 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002036 src:
2037 - test/cpp/end2end/async_end2end_test.cc
2038 deps:
2039 - grpc++_test_util
2040 - grpc_test_util
2041 - grpc++
2042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: async_streaming_ping_pong_test
2046 build: test
2047 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/cpp/qps/async_streaming_ping_pong_test.cc
2050 deps:
2051 - qps
2052 - grpc++_test_util
2053 - grpc_test_util
2054 - grpc++
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002058 platforms:
2059 - mac
2060 - linux
2061 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002062- name: async_unary_ping_pong_test
2063 build: test
2064 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002065 src:
2066 - test/cpp/qps/async_unary_ping_pong_test.cc
2067 deps:
2068 - qps
2069 - grpc++_test_util
2070 - grpc_test_util
2071 - grpc++
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002075 platforms:
2076 - mac
2077 - linux
2078 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002080 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081 build: test
2082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002083 src:
2084 - test/cpp/common/auth_property_iterator_test.cc
2085 deps:
2086 - grpc++_test_util
2087 - grpc_test_util
2088 - grpc++
2089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002090 - gpr_test_util
2091 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002092- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002093 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002094 build: test
2095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
yang-g52705592015-11-25 11:45:33 -08002097 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002098 deps:
2099 - grpc++
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002103 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104 build: test
2105 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/cpp/util/cli_call_test.cc
2108 deps:
2109 - grpc++_test_util
2110 - grpc_test_util
2111 - grpc++
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002116 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002117 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118 build: test
2119 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002120 src:
2121 - test/cpp/end2end/client_crash_test.cc
2122 deps:
2123 - grpc++_test_util
2124 - grpc_test_util
2125 - grpc++
2126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 - gpr_test_util
2128 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002129 platforms:
2130 - mac
2131 - linux
2132 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133- name: client_crash_test_server
2134 build: test
2135 run: false
2136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002137 src:
2138 - test/cpp/end2end/client_crash_test_server.cc
2139 deps:
2140 - grpc++_test_util
2141 - grpc_test_util
2142 - grpc++
2143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002146- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002147 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002148 build: test
2149 language: c++
2150 src:
2151 - src/proto/grpc/testing/control.proto
2152 - src/proto/grpc/testing/messages.proto
2153 - src/proto/grpc/testing/payloads.proto
2154 - src/proto/grpc/testing/perf_db.proto
2155 - src/proto/grpc/testing/services.proto
2156 - src/proto/grpc/testing/stats.proto
2157 - test/cpp/codegen/codegen_test.cc
2158 deps:
2159 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002161 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162 build: test
2163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
2165 - test/cpp/client/credentials_test.cc
2166 deps:
2167 - grpc++
2168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002171 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172 build: test
2173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/cpp/util/byte_buffer_test.cc
2176 deps:
2177 - grpc_test_util
2178 - grpc++
2179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 - gpr_test_util
2181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002182- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002183 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002184 build: test
2185 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002186 src:
2187 - test/cpp/util/slice_test.cc
2188 deps:
2189 - grpc_test_util
2190 - grpc++
2191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002195 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196 build: test
2197 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002198 src:
2199 - test/cpp/util/string_ref_test.cc
2200 deps:
2201 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002202- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002203 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204 build: test
2205 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002206 src:
2207 - test/cpp/util/time_test.cc
2208 deps:
2209 - grpc_test_util
2210 - grpc++
2211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002212 - gpr_test_util
2213 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002215 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002216 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002217 build: test
2218 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
2220 - test/cpp/end2end/end2end_test.cc
2221 deps:
2222 - grpc++_test_util
2223 - grpc_test_util
2224 - grpc++
2225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002226 - gpr_test_util
2227 - gpr
vjpai083dc622016-01-11 09:41:17 -08002228- name: generic_async_streaming_ping_pong_test
2229 build: test
2230 language: c++
2231 src:
2232 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2233 deps:
2234 - qps
2235 - grpc++_test_util
2236 - grpc_test_util
2237 - grpc++
2238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
vjpai083dc622016-01-11 09:41:17 -08002241 platforms:
2242 - mac
2243 - linux
2244 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002246 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247 build: test
2248 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002249 src:
2250 - test/cpp/end2end/generic_end2end_test.cc
2251 deps:
2252 - grpc++_test_util
2253 - grpc_test_util
2254 - grpc++
2255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258- name: grpc_cli
2259 build: test
2260 run: false
2261 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002262 src:
2263 - test/cpp/util/grpc_cli.cc
2264 deps:
2265 - grpc++_test_util
2266 - grpc_test_util
2267 - grpc++
2268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002269 - gpr_test_util
2270 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002271 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272- name: grpc_cpp_plugin
2273 build: protoc
2274 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002275 src:
2276 - src/compiler/cpp_plugin.cc
2277 deps:
2278 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002279 secure: false
2280 vs_config_type: Application
2281 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2282- name: grpc_csharp_plugin
2283 build: protoc
2284 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
2286 - src/compiler/csharp_plugin.cc
2287 deps:
2288 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002289 secure: false
2290 vs_config_type: Application
2291 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2292- name: grpc_objective_c_plugin
2293 build: protoc
2294 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002295 src:
2296 - src/compiler/objective_c_plugin.cc
2297 deps:
2298 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299 secure: false
2300 vs_config_type: Application
2301 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2302- name: grpc_python_plugin
2303 build: protoc
2304 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002305 src:
2306 - src/compiler/python_plugin.cc
2307 deps:
2308 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309 secure: false
2310 vs_config_type: Application
2311 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2312- name: grpc_ruby_plugin
2313 build: protoc
2314 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - src/compiler/ruby_plugin.cc
2317 deps:
2318 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319 secure: false
2320 vs_config_type: Application
2321 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002322- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002323 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002324 build: test
2325 language: c++
2326 src:
2327 - src/proto/grpc/lb/v0/load_balancer.proto
2328 - test/cpp/grpclb/grpclb_api_test.cc
2329 deps:
2330 - grpc++_test_util
2331 - grpc_test_util
2332 - grpc++
2333 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002334- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002335 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002336 build: test
2337 language: c++
2338 src:
2339 - test/cpp/end2end/hybrid_end2end_test.cc
2340 deps:
2341 - grpc++_test_util
2342 - grpc_test_util
2343 - grpc++
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347- name: interop_client
2348 build: test
2349 run: false
2350 language: c++
2351 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002352 deps:
2353 - interop_client_main
2354 - interop_client_helper
2355 - grpc++_test_util
2356 - grpc_test_util
2357 - grpc++
2358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr_test_util
2360 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002361 - grpc++_test_config
2362 platforms:
2363 - mac
2364 - linux
2365 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002366- name: interop_server
2367 build: test
2368 run: false
2369 language: c++
2370 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002371 deps:
2372 - interop_server_main
2373 - interop_server_helper
2374 - grpc++_test_util
2375 - grpc_test_util
2376 - grpc++
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002380 - grpc++_test_config
2381 platforms:
2382 - mac
2383 - linux
2384 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002386 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002387 build: test
2388 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002389 src:
2390 - test/cpp/interop/interop_test.cc
2391 deps:
2392 - grpc_test_util
2393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002394 - gpr_test_util
2395 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002396 platforms:
2397 - mac
2398 - linux
2399 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002400- name: metrics_client
2401 build: test
2402 run: false
2403 language: c++
2404 headers:
2405 - test/cpp/util/metrics_server.h
2406 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002407 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002408 - test/cpp/interop/metrics_client.cc
2409 deps:
2410 - grpc++
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002413 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002415 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416 build: test
2417 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
2419 - test/cpp/end2end/mock_test.cc
2420 deps:
2421 - grpc++_test_util
2422 - grpc_test_util
2423 - grpc++
2424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002425 - gpr_test_util
2426 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002427- name: qps_driver
2428 build: benchmark
2429 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
2431 - test/cpp/qps/qps_driver.cc
2432 deps:
2433 - qps
2434 - grpc++_test_util
2435 - grpc_test_util
2436 - grpc++
2437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002438 - gpr_test_util
2439 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002440 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441- name: qps_interarrival_test
2442 build: test
2443 run: false
2444 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002445 src:
2446 - test/cpp/qps/qps_interarrival_test.cc
2447 deps:
2448 - qps
2449 - grpc++_test_util
2450 - grpc_test_util
2451 - grpc++
2452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002453 - gpr_test_util
2454 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002455 platforms:
2456 - mac
2457 - linux
2458 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002460 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461 build: test
2462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/cpp/qps/qps_openloop_test.cc
2465 deps:
2466 - qps
2467 - grpc++_test_util
2468 - grpc_test_util
2469 - grpc++
2470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002471 - gpr_test_util
2472 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002473 - grpc++_test_config
vjpai5c0b6dd2016-03-18 15:46:28 -07002474 exclude_configs:
2475 - tsan
Craig Tiller25834342015-09-25 08:08:24 -07002476 platforms:
2477 - mac
2478 - linux
2479 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002480- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002481 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482 build: test
2483 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
2485 - test/cpp/qps/qps_test.cc
2486 deps:
2487 - qps
2488 - grpc++_test_util
2489 - grpc_test_util
2490 - grpc++
2491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002492 - gpr_test_util
2493 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002494 - grpc++_test_config
vjpai5c0b6dd2016-03-18 15:46:28 -07002495 exclude_configs:
2496 - tsan
Craig Tiller25834342015-09-25 08:08:24 -07002497 platforms:
2498 - mac
2499 - linux
2500 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002501- name: qps_worker
2502 build: benchmark
2503 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002504 headers:
2505 - test/cpp/qps/client.h
2506 - test/cpp/qps/server.h
2507 src:
2508 - test/cpp/qps/worker.cc
2509 deps:
2510 - qps
2511 - grpc++_test_util
2512 - grpc_test_util
2513 - grpc++
2514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002515 - gpr_test_util
2516 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002517 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002518- name: reconnect_interop_client
2519 build: test
2520 run: false
2521 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002522 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002523 - src/proto/grpc/testing/empty.proto
2524 - src/proto/grpc/testing/messages.proto
2525 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002526 - test/cpp/interop/reconnect_interop_client.cc
2527 deps:
2528 - grpc++_test_util
2529 - grpc_test_util
2530 - grpc++
2531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002532 - gpr_test_util
2533 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002534 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002535- name: reconnect_interop_server
2536 build: test
2537 run: false
2538 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002539 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002540 - src/proto/grpc/testing/empty.proto
2541 - src/proto/grpc/testing/messages.proto
2542 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002543 - test/cpp/interop/reconnect_interop_server.cc
2544 deps:
2545 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002546 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002547 - grpc++_test_util
2548 - grpc_test_util
2549 - grpc++
2550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002551 - gpr_test_util
2552 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002553 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002555 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556 build: test
2557 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002558 src:
2559 - test/cpp/common/secure_auth_context_test.cc
2560 deps:
2561 - grpc++_test_util
2562 - grpc_test_util
2563 - grpc++
2564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002565 - gpr_test_util
2566 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002567- name: secure_sync_unary_ping_pong_test
2568 build: test
2569 language: c++
2570 src:
2571 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2572 deps:
2573 - qps
2574 - grpc++_test_util
2575 - grpc_test_util
2576 - grpc++
2577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002578 - gpr_test_util
2579 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002580 platforms:
2581 - mac
2582 - linux
2583 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002584- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002585 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002586 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587 build: test
2588 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002589 src:
2590 - test/cpp/end2end/server_crash_test.cc
2591 deps:
2592 - grpc++_test_util
2593 - grpc_test_util
2594 - grpc++
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002598 platforms:
2599 - mac
2600 - linux
2601 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602- name: server_crash_test_client
2603 build: test
2604 run: false
2605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002606 src:
2607 - test/cpp/end2end/server_crash_test_client.cc
2608 deps:
2609 - grpc++_test_util
2610 - grpc_test_util
2611 - grpc++
2612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002613 - gpr_test_util
2614 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002616 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617 build: test
2618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002619 src:
2620 - test/cpp/end2end/shutdown_test.cc
2621 deps:
2622 - grpc++_test_util
2623 - grpc_test_util
2624 - grpc++
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr_test_util
2627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628- name: status_test
2629 build: test
2630 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002631 src:
2632 - test/cpp/util/status_test.cc
2633 deps:
2634 - grpc_test_util
2635 - grpc++
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002639- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002640 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002641 build: test
2642 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002643 src:
2644 - test/cpp/end2end/streaming_throughput_test.cc
2645 deps:
2646 - grpc++_test_util
2647 - grpc_test_util
2648 - grpc++
2649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002650 - gpr_test_util
2651 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002652 platforms:
2653 - mac
2654 - linux
2655 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002656- name: stress_test
2657 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002658 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002659 language: c++
2660 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002661 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002662 - test/cpp/interop/interop_client.h
2663 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002664 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002665 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002666 - src/proto/grpc/testing/empty.proto
2667 - src/proto/grpc/testing/messages.proto
2668 - src/proto/grpc/testing/metrics.proto
2669 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002670 - test/cpp/interop/interop_client.cc
2671 - test/cpp/interop/stress_interop_client.cc
2672 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002673 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002674 deps:
2675 - grpc++_test_util
2676 - grpc_test_util
2677 - grpc++
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002681 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: sync_streaming_ping_pong_test
2683 build: test
2684 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002685 src:
2686 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2687 deps:
2688 - qps
2689 - grpc++_test_util
2690 - grpc_test_util
2691 - grpc++
2692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr_test_util
2694 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002695 platforms:
2696 - mac
2697 - linux
2698 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002699- name: sync_unary_ping_pong_test
2700 build: test
2701 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002702 src:
2703 - test/cpp/qps/sync_unary_ping_pong_test.cc
2704 deps:
2705 - qps
2706 - grpc++_test_util
2707 - grpc_test_util
2708 - grpc++
2709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002710 - gpr_test_util
2711 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002712 platforms:
2713 - mac
2714 - linux
2715 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002716- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002717 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002718 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002719 build: test
2720 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002721 src:
2722 - test/cpp/end2end/thread_stress_test.cc
2723 deps:
2724 - grpc++_test_util
2725 - grpc_test_util
2726 - grpc++
2727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002728 - gpr_test_util
2729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002730- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002731 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002732 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002733 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002735 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002736 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002737 - test/cpp/end2end/zookeeper_test.cc
2738 deps:
2739 - grpc++_test_util
2740 - grpc_test_util
2741 - grpc++
2742 - grpc_zookeeper
2743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002744 - gpr_test_util
2745 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002746 external_deps:
2747 - zookeeper
2748 platforms:
2749 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002750- name: public_headers_must_be_c89
2751 build: test
2752 language: c89
2753 src:
2754 - test/core/surface/public_headers_must_be_c89.c
2755 deps:
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002758vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002759- linkage: static
2760 name: grpc.dependencies.zlib
2761 props: false
2762 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002763 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002764- linkage: static
2765 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002766 props: true
2767 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002768 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002769- name: gflags
2770 props: false
2771 redist: false
2772 version: 2.1.2.1
2773- name: gtest
2774 props: false
2775 redist: false
2776 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002777configs:
2778 asan:
2779 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002780 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002781 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002782 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002783 LD: clang
2784 LDFLAGS: -fsanitize=address
2785 LDXX: clang++
2786 compile_the_world: true
2787 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002788 ASAN_OPTIONS: detect_leaks=1:color=always
2789 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002790 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002791 asan-noleaks:
2792 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002793 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002794 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002795 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002796 LD: clang
2797 LDFLAGS: -fsanitize=address
2798 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002799 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002800 test_environ:
2801 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002802 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002803 basicprof:
2804 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2805 DEFINES: NDEBUG
2806 dbg:
2807 CPPFLAGS: -O0
2808 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08002809 easan:
2810 CC: clang
2811 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
2812 -DGPR_NO_DIRECT_SYSCALLS
2813 CXX: clang++
2814 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2815 LD: clang
2816 LDFLAGS: -fsanitize=address
2817 LDXX: clang++
2818 compile_the_world: true
2819 test_environ:
2820 ASAN_OPTIONS: detect_leaks=1:color=always
2821 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2822 timeout_multiplier: 3
2823 edbg:
2824 CPPFLAGS: -O0
2825 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2826 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08002827 CC: clang
2828 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
2829 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
2830 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08002831 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08002832 LD: clang
2833 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2834 LDXX: clang++
2835 compile_the_world: true
2836 test_environ:
2837 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2838 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002839 gcov:
2840 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002841 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002842 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002843 DEFINES: _DEBUG DEBUG GPR_GCOV
2844 LD: gcc
2845 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2846 LDXX: g++
2847 helgrind:
2848 CPPFLAGS: -O0
2849 DEFINES: _DEBUG DEBUG
2850 LDFLAGS: -rdynamic
2851 timeout_multiplier: 20
2852 valgrind: --tool=helgrind
2853 memcheck:
2854 CPPFLAGS: -O0
2855 DEFINES: _DEBUG DEBUG
2856 LDFLAGS: -rdynamic
2857 timeout_multiplier: 10
2858 valgrind: --tool=memcheck --leak-check=full
2859 msan:
2860 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002861 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002862 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002863 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002864 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002865 DEFINES: NDEBUG
2866 LD: clang
2867 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2868 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2869 LDXX: clang++
2870 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08002871 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08002872 mutrace:
2873 CPPFLAGS: -O0
2874 DEFINES: _DEBUG DEBUG
2875 LDFLAGS: -rdynamic
2876 opt:
2877 CPPFLAGS: -O2
2878 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002879 stapprof:
2880 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2881 DEFINES: NDEBUG
2882 tsan:
2883 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002884 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002885 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002886 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002887 LD: clang
2888 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2889 LDXX: clang++
2890 compile_the_world: true
2891 test_environ:
2892 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08002893 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002894 ubsan:
2895 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002896 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002897 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002898 DEFINES: NDEBUG
2899 LD: clang
2900 LDFLAGS: -fsanitize=undefined
2901 LDXX: clang++
2902 compile_the_world: true
2903 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002904defaults:
2905 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002906 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002907 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002908 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002909 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002910 global:
2911 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2912 LDFLAGS: -g
2913 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002914 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002915 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002916node_modules:
2917- deps:
2918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002919 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002920 - boringssl
2921 - z
murgatroid9994a75412015-11-19 14:04:53 -08002922 headers:
2923 - src/node/ext/byte_buffer.h
2924 - src/node/ext/call.h
2925 - src/node/ext/call_credentials.h
2926 - src/node/ext/channel.h
2927 - src/node/ext/channel_credentials.h
2928 - src/node/ext/completion_queue_async_worker.h
2929 - src/node/ext/server.h
2930 - src/node/ext/server_credentials.h
2931 - src/node/ext/timeval.h
2932 js:
2933 - src/node/index.js
2934 - src/node/src/client.js
2935 - src/node/src/common.js
2936 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002937 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002938 - src/node/src/metadata.js
2939 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002940 name: grpc_node
2941 src:
2942 - src/node/ext/byte_buffer.cc
2943 - src/node/ext/call.cc
2944 - src/node/ext/call_credentials.cc
2945 - src/node/ext/channel.cc
2946 - src/node/ext/channel_credentials.cc
2947 - src/node/ext/completion_queue_async_worker.cc
2948 - src/node/ext/node_grpc.cc
2949 - src/node/ext/server.cc
2950 - src/node/ext/server_credentials.cc
2951 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08002952openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07002953 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08002954 extraction_dir: openssl-1.0.2f
2955 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002956php_config_m4:
2957 deps:
2958 - grpc
2959 - gpr
2960 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002961 headers:
2962 - src/php/ext/grpc/byte_buffer.h
2963 - src/php/ext/grpc/call.h
2964 - src/php/ext/grpc/call_credentials.h
2965 - src/php/ext/grpc/channel.h
2966 - src/php/ext/grpc/channel_credentials.h
2967 - src/php/ext/grpc/completion_queue.h
2968 - src/php/ext/grpc/php_grpc.h
2969 - src/php/ext/grpc/server.h
2970 - src/php/ext/grpc/server_credentials.h
2971 - src/php/ext/grpc/timeval.h
2972 src:
2973 - src/php/ext/grpc/byte_buffer.c
2974 - src/php/ext/grpc/call.c
2975 - src/php/ext/grpc/call_credentials.c
2976 - src/php/ext/grpc/channel.c
2977 - src/php/ext/grpc/channel_credentials.c
2978 - src/php/ext/grpc/completion_queue.c
2979 - src/php/ext/grpc/php_grpc.c
2980 - src/php/ext/grpc/server.c
2981 - src/php/ext/grpc/server_credentials.c
2982 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002983python_dependencies:
2984 deps:
2985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002986 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002987 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002988 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002989ruby_gem:
2990 deps:
2991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002992 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002993 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07002994 - z