blob: 7248753bca7d3ff159737a0d79dc9b9b417a9214 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
19 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/mlog.h
21 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/context.c
24 - src/core/ext/census/grpc_context.c
25 - src/core/ext/census/grpc_filter.c
26 - src/core/ext/census/grpc_plugin.c
27 - src/core/ext/census/initialize.c
28 - src/core/ext/census/mlog.c
29 - src/core/ext/census/operation.c
30 - src/core/ext/census/placeholders.c
31 - src/core/ext/census/tracing.c
32 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070033 uses:
34 - grpc_base
35- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010036 public_headers:
37 - include/grpc/support/alloc.h
38 - include/grpc/support/atm.h
39 - include/grpc/support/atm_gcc_atomic.h
40 - include/grpc/support/atm_gcc_sync.h
41 - include/grpc/support/atm_win32.h
42 - include/grpc/support/avl.h
43 - include/grpc/support/cmdline.h
44 - include/grpc/support/cpu.h
45 - include/grpc/support/histogram.h
46 - include/grpc/support/host_port.h
47 - include/grpc/support/log.h
48 - include/grpc/support/log_win32.h
49 - include/grpc/support/port_platform.h
50 - include/grpc/support/slice.h
51 - include/grpc/support/slice_buffer.h
52 - include/grpc/support/string_util.h
53 - include/grpc/support/subprocess.h
54 - include/grpc/support/sync.h
55 - include/grpc/support/sync_generic.h
56 - include/grpc/support/sync_posix.h
57 - include/grpc/support/sync_win32.h
58 - include/grpc/support/thd.h
59 - include/grpc/support/time.h
60 - include/grpc/support/tls.h
61 - include/grpc/support/tls_gcc.h
62 - include/grpc/support/tls_msvc.h
63 - include/grpc/support/tls_pthread.h
64 - include/grpc/support/useful.h
65 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070066 - src/core/lib/profiling/timers.h
67 - src/core/lib/support/backoff.h
68 - src/core/lib/support/block_annotate.h
69 - src/core/lib/support/env.h
70 - src/core/lib/support/load_file.h
71 - src/core/lib/support/murmur_hash.h
72 - src/core/lib/support/stack_lockfree.h
73 - src/core/lib/support/string.h
74 - src/core/lib/support/string_win32.h
75 - src/core/lib/support/thd_internal.h
76 - src/core/lib/support/time_precise.h
77 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010078 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070079 - src/core/lib/profiling/basic_timers.c
80 - src/core/lib/profiling/stap_timers.c
81 - src/core/lib/support/alloc.c
82 - src/core/lib/support/avl.c
83 - src/core/lib/support/backoff.c
84 - src/core/lib/support/cmdline.c
85 - src/core/lib/support/cpu_iphone.c
86 - src/core/lib/support/cpu_linux.c
87 - src/core/lib/support/cpu_posix.c
88 - src/core/lib/support/cpu_windows.c
89 - src/core/lib/support/env_linux.c
90 - src/core/lib/support/env_posix.c
91 - src/core/lib/support/env_win32.c
92 - src/core/lib/support/histogram.c
93 - src/core/lib/support/host_port.c
94 - src/core/lib/support/load_file.c
95 - src/core/lib/support/log.c
96 - src/core/lib/support/log_android.c
97 - src/core/lib/support/log_linux.c
98 - src/core/lib/support/log_posix.c
99 - src/core/lib/support/log_win32.c
100 - src/core/lib/support/murmur_hash.c
101 - src/core/lib/support/slice.c
102 - src/core/lib/support/slice_buffer.c
103 - src/core/lib/support/stack_lockfree.c
104 - src/core/lib/support/string.c
105 - src/core/lib/support/string_posix.c
106 - src/core/lib/support/string_win32.c
107 - src/core/lib/support/subprocess_posix.c
108 - src/core/lib/support/subprocess_windows.c
109 - src/core/lib/support/sync.c
110 - src/core/lib/support/sync_posix.c
111 - src/core/lib/support/sync_win32.c
112 - src/core/lib/support/thd.c
113 - src/core/lib/support/thd_posix.c
114 - src/core/lib/support/thd_win32.c
115 - src/core/lib/support/time.c
116 - src/core/lib/support/time_posix.c
117 - src/core/lib/support/time_precise.c
118 - src/core/lib/support/time_win32.c
119 - src/core/lib/support/tls_pthread.c
120 - src/core/lib/support/tmpfile_posix.c
121 - src/core/lib/support/tmpfile_win32.c
122 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700123 uses:
124 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800125- name: gpr_codegen
126 public_headers:
127 - include/grpc/impl/codegen/alloc.h
128 - include/grpc/impl/codegen/atm.h
129 - include/grpc/impl/codegen/atm_gcc_atomic.h
130 - include/grpc/impl/codegen/atm_gcc_sync.h
131 - include/grpc/impl/codegen/atm_win32.h
132 - include/grpc/impl/codegen/log.h
133 - include/grpc/impl/codegen/port_platform.h
134 - include/grpc/impl/codegen/slice.h
135 - include/grpc/impl/codegen/slice_buffer.h
136 - include/grpc/impl/codegen/sync.h
137 - include/grpc/impl/codegen/sync_generic.h
138 - include/grpc/impl/codegen/sync_posix.h
139 - include/grpc/impl/codegen/sync_win32.h
140 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700141- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700142 public_headers:
143 - include/grpc/byte_buffer.h
144 - include/grpc/byte_buffer_reader.h
145 - include/grpc/compression.h
146 - include/grpc/grpc.h
147 - include/grpc/status.h
148 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700149 - src/core/lib/channel/channel_args.h
150 - src/core/lib/channel/channel_stack.h
151 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700152 - src/core/lib/channel/compress_filter.h
153 - src/core/lib/channel/connected_channel.h
154 - src/core/lib/channel/context.h
155 - src/core/lib/channel/http_client_filter.h
156 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700157 - src/core/lib/compression/algorithm_metadata.h
158 - src/core/lib/compression/message_compress.h
159 - src/core/lib/debug/trace.h
160 - src/core/lib/http/format_request.h
161 - src/core/lib/http/httpcli.h
162 - src/core/lib/http/parser.h
163 - src/core/lib/iomgr/closure.h
164 - src/core/lib/iomgr/endpoint.h
165 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700166 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
167 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700168 - src/core/lib/iomgr/exec_ctx.h
169 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/iomgr/iocp_windows.h
171 - src/core/lib/iomgr/iomgr.h
172 - src/core/lib/iomgr/iomgr_internal.h
173 - src/core/lib/iomgr/iomgr_posix.h
174 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700175 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/iomgr/pollset_set_windows.h
177 - src/core/lib/iomgr/pollset_windows.h
178 - src/core/lib/iomgr/resolve_address.h
179 - src/core/lib/iomgr/sockaddr.h
180 - src/core/lib/iomgr/sockaddr_posix.h
181 - src/core/lib/iomgr/sockaddr_utils.h
182 - src/core/lib/iomgr/sockaddr_win32.h
183 - src/core/lib/iomgr/socket_utils_posix.h
184 - src/core/lib/iomgr/socket_windows.h
185 - src/core/lib/iomgr/tcp_client.h
186 - src/core/lib/iomgr/tcp_posix.h
187 - src/core/lib/iomgr/tcp_server.h
188 - src/core/lib/iomgr/tcp_windows.h
189 - src/core/lib/iomgr/time_averaged_stats.h
190 - src/core/lib/iomgr/timer.h
191 - src/core/lib/iomgr/timer_heap.h
192 - src/core/lib/iomgr/udp_server.h
193 - src/core/lib/iomgr/unix_sockets_posix.h
194 - src/core/lib/iomgr/wakeup_fd_pipe.h
195 - src/core/lib/iomgr/wakeup_fd_posix.h
196 - src/core/lib/iomgr/workqueue.h
197 - src/core/lib/iomgr/workqueue_posix.h
198 - src/core/lib/iomgr/workqueue_windows.h
199 - src/core/lib/json/json.h
200 - src/core/lib/json/json_common.h
201 - src/core/lib/json/json_reader.h
202 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/surface/api_trace.h
204 - src/core/lib/surface/call.h
205 - src/core/lib/surface/call_test_only.h
206 - src/core/lib/surface/channel.h
207 - src/core/lib/surface/channel_init.h
208 - src/core/lib/surface/channel_stack_type.h
209 - src/core/lib/surface/completion_queue.h
210 - src/core/lib/surface/event_string.h
211 - src/core/lib/surface/init.h
212 - src/core/lib/surface/lame_client.h
213 - src/core/lib/surface/server.h
214 - src/core/lib/surface/surface_trace.h
215 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/transport/connectivity_state.h
217 - src/core/lib/transport/metadata.h
218 - src/core/lib/transport/metadata_batch.h
219 - src/core/lib/transport/static_metadata.h
220 - src/core/lib/transport/transport.h
221 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700222 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/channel/channel_args.c
224 - src/core/lib/channel/channel_stack.c
225 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/channel/compress_filter.c
227 - src/core/lib/channel/connected_channel.c
228 - src/core/lib/channel/http_client_filter.c
229 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/compression/compression_algorithm.c
231 - src/core/lib/compression/message_compress.c
232 - src/core/lib/debug/trace.c
233 - src/core/lib/http/format_request.c
234 - src/core/lib/http/httpcli.c
235 - src/core/lib/http/parser.c
236 - src/core/lib/iomgr/closure.c
237 - src/core/lib/iomgr/endpoint.c
238 - src/core/lib/iomgr/endpoint_pair_posix.c
239 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700240 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
241 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/exec_ctx.c
243 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/iomgr/iocp_windows.c
245 - src/core/lib/iomgr/iomgr.c
246 - src/core/lib/iomgr/iomgr_posix.c
247 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 - src/core/lib/iomgr/pollset_set_windows.c
249 - src/core/lib/iomgr/pollset_windows.c
250 - src/core/lib/iomgr/resolve_address_posix.c
251 - src/core/lib/iomgr/resolve_address_windows.c
252 - src/core/lib/iomgr/sockaddr_utils.c
253 - src/core/lib/iomgr/socket_utils_common_posix.c
254 - src/core/lib/iomgr/socket_utils_linux.c
255 - src/core/lib/iomgr/socket_utils_posix.c
256 - src/core/lib/iomgr/socket_windows.c
257 - src/core/lib/iomgr/tcp_client_posix.c
258 - src/core/lib/iomgr/tcp_client_windows.c
259 - src/core/lib/iomgr/tcp_posix.c
260 - src/core/lib/iomgr/tcp_server_posix.c
261 - src/core/lib/iomgr/tcp_server_windows.c
262 - src/core/lib/iomgr/tcp_windows.c
263 - src/core/lib/iomgr/time_averaged_stats.c
264 - src/core/lib/iomgr/timer.c
265 - src/core/lib/iomgr/timer_heap.c
266 - src/core/lib/iomgr/udp_server.c
267 - src/core/lib/iomgr/unix_sockets_posix.c
268 - src/core/lib/iomgr/unix_sockets_posix_noop.c
269 - src/core/lib/iomgr/wakeup_fd_eventfd.c
270 - src/core/lib/iomgr/wakeup_fd_nospecial.c
271 - src/core/lib/iomgr/wakeup_fd_pipe.c
272 - src/core/lib/iomgr/wakeup_fd_posix.c
273 - src/core/lib/iomgr/workqueue_posix.c
274 - src/core/lib/iomgr/workqueue_windows.c
275 - src/core/lib/json/json.c
276 - src/core/lib/json/json_reader.c
277 - src/core/lib/json/json_string.c
278 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/surface/alarm.c
280 - src/core/lib/surface/api_trace.c
281 - src/core/lib/surface/byte_buffer.c
282 - src/core/lib/surface/byte_buffer_reader.c
283 - src/core/lib/surface/call.c
284 - src/core/lib/surface/call_details.c
285 - src/core/lib/surface/call_log_batch.c
286 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/surface/channel_init.c
288 - src/core/lib/surface/channel_ping.c
289 - src/core/lib/surface/channel_stack_type.c
290 - src/core/lib/surface/completion_queue.c
291 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/surface/lame_client.c
293 - src/core/lib/surface/metadata_array.c
294 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/surface/validate_metadata.c
296 - src/core/lib/surface/version.c
297 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/transport/connectivity_state.c
299 - src/core/lib/transport/metadata.c
300 - src/core/lib/transport/metadata_batch.c
301 - src/core/lib/transport/static_metadata.c
302 - src/core/lib/transport/transport.c
303 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700304 deps:
305 - gpr
306 uses:
307 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700308- name: grpc_client_config
309 headers:
310 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700311 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700312 - src/core/ext/client_config/client_config.h
313 - src/core/ext/client_config/connector.h
314 - src/core/ext/client_config/initial_connect_string.h
315 - src/core/ext/client_config/lb_policy.h
316 - src/core/ext/client_config/lb_policy_factory.h
317 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700318 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700319 - src/core/ext/client_config/resolver.h
320 - src/core/ext/client_config/resolver_factory.h
321 - src/core/ext/client_config/resolver_registry.h
322 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700323 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700324 - src/core/ext/client_config/subchannel_index.h
325 - src/core/ext/client_config/uri_parser.h
326 src:
327 - src/core/ext/client_config/channel_connectivity.c
328 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700329 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700330 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700331 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700332 - src/core/ext/client_config/connector.c
333 - src/core/ext/client_config/default_initial_connect_string.c
334 - src/core/ext/client_config/initial_connect_string.c
335 - src/core/ext/client_config/lb_policy.c
336 - src/core/ext/client_config/lb_policy_factory.c
337 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700338 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700339 - src/core/ext/client_config/resolver.c
340 - src/core/ext/client_config/resolver_factory.c
341 - src/core/ext/client_config/resolver_registry.c
342 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700343 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700344 - src/core/ext/client_config/subchannel_index.c
345 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700346 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700347 uses:
348 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800349- name: grpc_codegen
350 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800351 - include/grpc/impl/codegen/byte_buffer.h
352 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800353 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800354 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800355 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800356 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700357 uses:
358 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700359- name: grpc_lb_policy_grpclb
360 headers:
361 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
Craig Tiller943cdf92016-03-29 13:27:56 -0700362 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700363 src:
364 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
Craig Tiller943cdf92016-03-29 13:27:56 -0700365 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700366 uses:
367 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700368 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700369 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700370- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700371 src:
372 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700373 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700374 uses:
375 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700376 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700377- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700378 src:
379 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700380 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700381 uses:
382 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700383 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700384- name: grpc_resolver_dns_native
385 src:
386 - src/core/ext/resolver/dns/native/dns_resolver.c
387 plugin: grpc_resolver_dns_native
388 uses:
389 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700390 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700391- name: grpc_resolver_sockaddr
392 src:
393 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
394 plugin: grpc_resolver_sockaddr
395 uses:
396 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700397 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100398- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700399 public_headers:
400 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700401 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100402 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700403 - src/core/lib/security/auth_filters.h
404 - src/core/lib/security/b64.h
405 - src/core/lib/security/credentials.h
406 - src/core/lib/security/handshake.h
407 - src/core/lib/security/json_token.h
408 - src/core/lib/security/jwt_verifier.h
409 - src/core/lib/security/secure_endpoint.h
410 - src/core/lib/security/security_connector.h
411 - src/core/lib/security/security_context.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100412 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700413 - src/core/lib/http/httpcli_security_connector.c
414 - src/core/lib/security/b64.c
415 - src/core/lib/security/client_auth_filter.c
416 - src/core/lib/security/credentials.c
417 - src/core/lib/security/credentials_metadata.c
418 - src/core/lib/security/credentials_posix.c
419 - src/core/lib/security/credentials_win32.c
420 - src/core/lib/security/google_default_credentials.c
421 - src/core/lib/security/handshake.c
422 - src/core/lib/security/json_token.c
423 - src/core/lib/security/jwt_verifier.c
424 - src/core/lib/security/secure_endpoint.c
425 - src/core/lib/security/security_connector.c
426 - src/core/lib/security/security_context.c
427 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700428 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700429 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700430 uses:
431 - grpc_base
432 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700433 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700434- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700435 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700436 headers:
437 - test/core/end2end/cq_verifier.h
438 - test/core/end2end/fixtures/proxy.h
439 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700440 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200441 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700442 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700443 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700444 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700445 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700446 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700447 - test/core/util/slice_splitter.h
448 src:
449 - test/core/end2end/cq_verifier.c
450 - test/core/end2end/fixtures/proxy.c
451 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700452 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200453 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700454 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700455 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700456 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700457 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700458 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700459 - test/core/util/port_windows.c
460 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700461 deps:
462 - grpc
463 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700464- name: grpc_transport_chttp2
465 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700466 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700467 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
468 - src/core/ext/transport/chttp2/transport/frame.h
469 - src/core/ext/transport/chttp2/transport/frame_data.h
470 - src/core/ext/transport/chttp2/transport/frame_goaway.h
471 - src/core/ext/transport/chttp2/transport/frame_ping.h
472 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
473 - src/core/ext/transport/chttp2/transport/frame_settings.h
474 - src/core/ext/transport/chttp2/transport/frame_window_update.h
475 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
476 - src/core/ext/transport/chttp2/transport/hpack_parser.h
477 - src/core/ext/transport/chttp2/transport/hpack_table.h
478 - src/core/ext/transport/chttp2/transport/http2_errors.h
479 - src/core/ext/transport/chttp2/transport/huffsyms.h
480 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
481 - src/core/ext/transport/chttp2/transport/internal.h
482 - src/core/ext/transport/chttp2/transport/status_conversion.h
483 - src/core/ext/transport/chttp2/transport/stream_map.h
484 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
485 - src/core/ext/transport/chttp2/transport/varint.h
486 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700487 - src/core/ext/transport/chttp2/transport/bin_encoder.c
488 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700489 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
490 - src/core/ext/transport/chttp2/transport/frame_data.c
491 - src/core/ext/transport/chttp2/transport/frame_goaway.c
492 - src/core/ext/transport/chttp2/transport/frame_ping.c
493 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
494 - src/core/ext/transport/chttp2/transport/frame_settings.c
495 - src/core/ext/transport/chttp2/transport/frame_window_update.c
496 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
497 - src/core/ext/transport/chttp2/transport/hpack_parser.c
498 - src/core/ext/transport/chttp2/transport/hpack_table.c
499 - src/core/ext/transport/chttp2/transport/huffsyms.c
500 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
501 - src/core/ext/transport/chttp2/transport/parsing.c
502 - src/core/ext/transport/chttp2/transport/status_conversion.c
503 - src/core/ext/transport/chttp2/transport/stream_lists.c
504 - src/core/ext/transport/chttp2/transport/stream_map.c
505 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
506 - src/core/ext/transport/chttp2/transport/varint.c
507 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700508 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700509 uses:
510 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700511 - grpc_transport_chttp2_alpn
512- name: grpc_transport_chttp2_alpn
513 headers:
514 - src/core/ext/transport/chttp2/alpn/alpn.h
515 src:
516 - src/core/ext/transport/chttp2/alpn/alpn.c
517 deps:
518 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700519- name: grpc_transport_chttp2_client_insecure
520 src:
521 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700522 uses:
523 - grpc_transport_chttp2
524 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700525 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700526- name: grpc_transport_chttp2_client_secure
527 src:
528 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700529 uses:
530 - grpc_transport_chttp2
531 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700532 - grpc_client_config
533 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700534- name: grpc_transport_chttp2_server_insecure
535 src:
536 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700537 uses:
538 - grpc_transport_chttp2
539 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700540- name: grpc_transport_chttp2_server_secure
541 src:
542 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700543 uses:
544 - grpc_transport_chttp2
545 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700546 - grpc_secure
Craig Tillereb841e22016-02-11 15:49:16 -0800547- name: nanopb
548 headers:
549 - third_party/nanopb/pb.h
550 - third_party/nanopb/pb_common.h
551 - third_party/nanopb/pb_decode.h
552 - third_party/nanopb/pb_encode.h
553 src:
554 - third_party/nanopb/pb_common.c
555 - third_party/nanopb/pb_decode.c
556 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700557- name: tsi
558 headers:
559 - src/core/lib/tsi/fake_transport_security.h
560 - src/core/lib/tsi/ssl_transport_security.h
561 - src/core/lib/tsi/ssl_types.h
562 - src/core/lib/tsi/transport_security.h
563 - src/core/lib/tsi/transport_security_interface.h
564 src:
565 - src/core/lib/tsi/fake_transport_security.c
566 - src/core/lib/tsi/ssl_transport_security.c
567 - src/core/lib/tsi/transport_security.c
568 deps:
569 - gpr
570 secure: true
571- name: grpc++_base
572 language: c++
573 public_headers:
574 - include/grpc++/alarm.h
575 - include/grpc++/channel.h
576 - include/grpc++/client_context.h
577 - include/grpc++/completion_queue.h
578 - include/grpc++/create_channel.h
579 - include/grpc++/generic/async_generic_service.h
580 - include/grpc++/generic/generic_stub.h
581 - include/grpc++/grpc++.h
582 - include/grpc++/impl/call.h
583 - include/grpc++/impl/client_unary_call.h
584 - include/grpc++/impl/grpc_library.h
585 - include/grpc++/impl/method_handler_impl.h
586 - include/grpc++/impl/proto_utils.h
587 - include/grpc++/impl/rpc_method.h
588 - include/grpc++/impl/rpc_service_method.h
589 - include/grpc++/impl/serialization_traits.h
590 - include/grpc++/impl/server_builder_option.h
591 - include/grpc++/impl/service_type.h
592 - include/grpc++/impl/sync.h
593 - include/grpc++/impl/sync_cxx11.h
594 - include/grpc++/impl/sync_no_cxx11.h
595 - include/grpc++/impl/thd.h
596 - include/grpc++/impl/thd_cxx11.h
597 - include/grpc++/impl/thd_no_cxx11.h
598 - include/grpc++/security/auth_context.h
599 - include/grpc++/security/auth_metadata_processor.h
600 - include/grpc++/security/credentials.h
601 - include/grpc++/security/server_credentials.h
602 - include/grpc++/server.h
603 - include/grpc++/server_builder.h
604 - include/grpc++/server_context.h
605 - include/grpc++/support/async_stream.h
606 - include/grpc++/support/async_unary_call.h
607 - include/grpc++/support/byte_buffer.h
608 - include/grpc++/support/channel_arguments.h
609 - include/grpc++/support/slice.h
610 - include/grpc++/support/status.h
611 - include/grpc++/support/status_code_enum.h
612 - include/grpc++/support/string_ref.h
613 - include/grpc++/support/stub_options.h
614 - include/grpc++/support/sync_stream.h
615 - include/grpc++/support/time.h
616 headers:
617 - src/cpp/client/create_channel_internal.h
618 - src/cpp/common/core_codegen.h
619 - src/cpp/server/dynamic_thread_pool.h
620 - src/cpp/server/thread_pool_interface.h
621 src:
622 - src/cpp/client/channel.cc
623 - src/cpp/client/client_context.cc
624 - src/cpp/client/create_channel.cc
625 - src/cpp/client/create_channel_internal.cc
626 - src/cpp/client/credentials.cc
627 - src/cpp/client/generic_stub.cc
628 - src/cpp/client/insecure_credentials.cc
629 - src/cpp/common/channel_arguments.cc
630 - src/cpp/common/completion_queue.cc
631 - src/cpp/common/core_codegen.cc
632 - src/cpp/common/rpc_method.cc
633 - src/cpp/server/async_generic_service.cc
634 - src/cpp/server/create_default_thread_pool.cc
635 - src/cpp/server/dynamic_thread_pool.cc
636 - src/cpp/server/insecure_server_credentials.cc
637 - src/cpp/server/server.cc
638 - src/cpp/server/server_builder.cc
639 - src/cpp/server/server_context.cc
640 - src/cpp/server/server_credentials.cc
641 - src/cpp/util/byte_buffer.cc
642 - src/cpp/util/slice.cc
643 - src/cpp/util/status.cc
644 - src/cpp/util/string_ref.cc
645 - src/cpp/util/time.cc
646 deps:
647 - grpc
648 uses:
649 - grpc++_codegen
650 - grpc++_config
651- name: grpc++_codegen
652 language: c++
653 public_headers:
654 - include/grpc++/impl/codegen/async_stream.h
655 - include/grpc++/impl/codegen/async_unary_call.h
656 - include/grpc++/impl/codegen/call.h
657 - include/grpc++/impl/codegen/call_hook.h
658 - include/grpc++/impl/codegen/channel_interface.h
659 - include/grpc++/impl/codegen/client_context.h
660 - include/grpc++/impl/codegen/client_unary_call.h
661 - include/grpc++/impl/codegen/completion_queue.h
662 - include/grpc++/impl/codegen/completion_queue_tag.h
663 - include/grpc++/impl/codegen/core_codegen_interface.h
664 - include/grpc++/impl/codegen/create_auth_context.h
665 - include/grpc++/impl/codegen/grpc_library.h
666 - include/grpc++/impl/codegen/method_handler_impl.h
667 - include/grpc++/impl/codegen/proto_utils.h
668 - include/grpc++/impl/codegen/rpc_method.h
669 - include/grpc++/impl/codegen/rpc_service_method.h
670 - include/grpc++/impl/codegen/security/auth_context.h
671 - include/grpc++/impl/codegen/serialization_traits.h
672 - include/grpc++/impl/codegen/server_context.h
673 - include/grpc++/impl/codegen/server_interface.h
674 - include/grpc++/impl/codegen/service_type.h
675 - include/grpc++/impl/codegen/status.h
676 - include/grpc++/impl/codegen/status_code_enum.h
677 - include/grpc++/impl/codegen/string_ref.h
678 - include/grpc++/impl/codegen/stub_options.h
679 - include/grpc++/impl/codegen/sync.h
680 - include/grpc++/impl/codegen/sync_cxx11.h
681 - include/grpc++/impl/codegen/sync_no_cxx11.h
682 - include/grpc++/impl/codegen/sync_stream.h
683 - include/grpc++/impl/codegen/time.h
684 src:
685 - src/cpp/codegen/codegen_init.cc
686 uses:
687 - grpc_codegen
688 - grpc++_config_codegen
689- name: grpc++_config
690 language: c++
691 public_headers:
692 - include/grpc++/support/config.h
693 - include/grpc++/support/config_protobuf.h
694 uses:
695 - grpc++_config_codegen
696- name: grpc++_config_codegen
697 language: c++
698 public_headers:
699 - include/grpc++/impl/codegen/config.h
700 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100701libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800702- name: gpr
703 build: all
704 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800705 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700706 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800707 secure: false
708 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
709- name: gpr_test_util
710 build: private
711 language: c
712 headers:
713 - test/core/util/test_config.h
714 src:
715 - test/core/util/test_config.c
716 deps:
717 - gpr
718 secure: false
719 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700720- name: grpc
721 build: all
722 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 src:
724 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700725 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800726 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700727 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700728 filegroups:
729 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700730 - grpc_transport_chttp2_server_secure
731 - grpc_transport_chttp2_client_secure
732 - grpc_transport_chttp2_server_insecure
733 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700734 - grpc_lb_policy_grpclb
735 - grpc_lb_policy_pick_first
736 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700737 - grpc_resolver_dns_native
738 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100739 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700740 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700741 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700742 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700743 vs_packages:
744 - grpc.dependencies.openssl
745 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700746 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100747- name: grpc_dll
748 build: private
749 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100750 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100751 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100752 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100753 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100754 build_system:
755 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100756 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100757 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100758 vs_config_type: DynamicLibrary
759 vs_packages:
760 - grpc.dependencies.openssl
761 - grpc.dependencies.zlib
762 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
763 vs_props:
764 - zlib
765 - openssl
766 - winsock
767 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700768- name: grpc_test_util
769 build: private
770 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700771 headers:
772 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800773 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700774 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700775 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700776 - test/core/end2end/data/server1_cert.c
777 - test/core/end2end/data/server1_key.c
778 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800779 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700780 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800781 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800782 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700783 - grpc
784 filegroups:
785 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700786 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
787- name: grpc_test_util_unsecure
788 build: private
789 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700790 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800791 - gpr
792 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800793 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700794 filegroups:
795 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700796 secure: false
797 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
798- name: grpc_unsecure
799 build: all
800 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700801 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700803 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700804 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800805 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700806 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700807 filegroups:
808 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700809 - grpc_transport_chttp2_server_insecure
810 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700811 - grpc_resolver_dns_native
812 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700813 - grpc_lb_policy_grpclb
814 - grpc_lb_policy_pick_first
815 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700816 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700817 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700818 secure: false
819 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
820- name: grpc_zookeeper
821 build: all
822 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700823 public_headers:
824 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700825 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700826 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700827 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800828 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700829 - grpc
830 external_deps:
831 - zookeeper
832 platforms:
833 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700834 secure: false
835- name: reconnect_server
836 build: private
837 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700838 headers:
839 - test/core/util/reconnect_server.h
840 src:
841 - test/core/util/reconnect_server.c
842 deps:
yang-gc9fca182015-11-06 16:41:33 -0800843 - test_tcp_server
844 - grpc_test_util
845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800846 - gpr_test_util
847 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800848- name: test_tcp_server
849 build: private
850 language: c
851 headers:
852 - test/core/util/test_tcp_server.h
853 src:
854 - test/core/util/test_tcp_server.c
855 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700856 - grpc_test_util
857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800858 - gpr_test_util
859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700860- name: grpc++
861 build: all
862 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700863 headers:
864 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800865 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700866 - src/cpp/common/secure_auth_context.h
867 - src/cpp/server/secure_server_credentials.h
868 src:
Craig Tiller25834342015-09-25 08:08:24 -0700869 - src/cpp/client/secure_credentials.cc
870 - src/cpp/common/auth_property_iterator.cc
871 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800872 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700873 - src/cpp/common/secure_create_auth_context.cc
874 - src/cpp/server/secure_server_credentials.cc
875 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700876 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700877 baselib: true
878 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700879 filegroups:
880 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800881 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700882 secure: check
883 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
884- name: grpc++_test_config
885 build: private
886 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700887 headers:
888 - test/cpp/util/test_config.h
889 src:
890 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700891- name: grpc++_test_util
892 build: private
893 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700894 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800895 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800896 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700897 - test/cpp/util/cli_call.h
898 - test/cpp/util/create_test_channel.h
899 - test/cpp/util/string_ref_helper.h
900 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800901 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700902 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800903 - src/proto/grpc/testing/echo_messages.proto
904 - src/proto/grpc/testing/echo.proto
905 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800906 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800907 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700908 - test/cpp/util/cli_call.cc
909 - test/cpp/util/create_test_channel.cc
910 - test/cpp/util/string_ref_helper.cc
911 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800912 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700913 deps:
914 - grpc++
915 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700916- name: grpc++_unsecure
917 build: all
918 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700919 src:
920 - src/cpp/common/insecure_create_auth_context.cc
921 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800922 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700923 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700924 baselib: true
925 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700926 filegroups:
927 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800928 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700929 secure: false
930 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
931- name: grpc_plugin_support
932 build: protoc
933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700934 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700935 - src/compiler/config.h
936 - src/compiler/cpp_generator.h
937 - src/compiler/cpp_generator_helpers.h
938 - src/compiler/csharp_generator.h
939 - src/compiler/csharp_generator_helpers.h
940 - src/compiler/generator_helpers.h
941 - src/compiler/objective_c_generator.h
942 - src/compiler/objective_c_generator_helpers.h
943 - src/compiler/python_generator.h
944 - src/compiler/ruby_generator.h
945 - src/compiler/ruby_generator_helpers-inl.h
946 - src/compiler/ruby_generator_map-inl.h
947 - src/compiler/ruby_generator_string-inl.h
948 src:
949 - src/compiler/cpp_generator.cc
950 - src/compiler/csharp_generator.cc
951 - src/compiler/objective_c_generator.cc
952 - src/compiler/python_generator.cc
953 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800954 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700955 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 secure: false
957 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800958 vs_props:
959 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700960- name: interop_client_helper
961 build: private
962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700963 headers:
964 - test/cpp/interop/client_helper.h
965 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800966 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700967 - test/cpp/interop/client_helper.cc
968 deps:
969 - grpc++_test_util
970 - grpc_test_util
971 - grpc++
972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800973 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700974- name: interop_client_main
975 build: private
976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700977 headers:
978 - test/cpp/interop/interop_client.h
979 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800980 - src/proto/grpc/testing/empty.proto
981 - src/proto/grpc/testing/messages.proto
982 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700983 - test/cpp/interop/client.cc
984 - test/cpp/interop/interop_client.cc
985 deps:
986 - interop_client_helper
987 - grpc++_test_util
988 - grpc_test_util
989 - grpc++
990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800991 - gpr_test_util
992 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700993 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700994- name: interop_server_helper
995 build: private
996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700997 headers:
998 - test/cpp/interop/server_helper.h
999 src:
1000 - test/cpp/interop/server_helper.cc
1001 deps:
1002 - grpc_test_util
1003 - grpc++
1004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006- name: interop_server_main
1007 build: private
1008 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001009 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001010 - src/proto/grpc/testing/empty.proto
1011 - src/proto/grpc/testing/messages.proto
1012 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001013 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001014 deps:
1015 - interop_server_helper
1016 - grpc++_test_util
1017 - grpc_test_util
1018 - grpc++
1019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001020 - gpr_test_util
1021 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001022 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001023- name: qps
1024 build: private
1025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001026 headers:
1027 - test/cpp/qps/client.h
1028 - test/cpp/qps/driver.h
1029 - test/cpp/qps/histogram.h
1030 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001031 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001032 - test/cpp/qps/perf_db_client.h
1033 - test/cpp/qps/qps_worker.h
1034 - test/cpp/qps/report.h
1035 - test/cpp/qps/server.h
1036 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001037 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001038 - test/cpp/util/benchmark_config.h
1039 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001040 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001041 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001042 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001043 - src/proto/grpc/testing/control.proto
1044 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001045 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001046 - test/cpp/qps/client_async.cc
1047 - test/cpp/qps/client_sync.cc
1048 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001049 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001050 - test/cpp/qps/perf_db_client.cc
1051 - test/cpp/qps/qps_worker.cc
1052 - test/cpp/qps/report.cc
1053 - test/cpp/qps/server_async.cc
1054 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001055 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001056 - test/cpp/util/benchmark_config.cc
1057 deps:
1058 - grpc_test_util
1059 - grpc++_test_util
1060 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001061- name: grpc_csharp_ext
1062 build: all
1063 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001064 src:
1065 - src/csharp/ext/grpc_csharp_ext.c
1066 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001068 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001069 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001070 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071 dll: only
1072 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001073 vs_packages:
1074 - grpc.dependencies.openssl
1075 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001076 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001077 vs_props:
1078 - zlib
1079 - openssl
1080 - winsock
1081 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001082targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001083- name: alarm_test
1084 build: test
1085 language: c
1086 src:
1087 - test/core/surface/alarm_test.c
1088 deps:
1089 - grpc_test_util
1090 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001091 - gpr_test_util
1092 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001093- name: algorithm_test
1094 build: test
1095 language: c
1096 src:
1097 - test/core/compression/algorithm_test.c
1098 deps:
1099 - grpc_test_util
1100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001101 - gpr_test_util
1102 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001103- name: alloc_test
1104 build: test
1105 language: c
1106 src:
1107 - test/core/support/alloc_test.c
1108 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001109 - gpr_test_util
1110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111- name: alpn_test
1112 build: test
1113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001114 src:
1115 - test/core/transport/chttp2/alpn_test.c
1116 deps:
1117 - grpc_test_util
1118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001119 - gpr_test_util
1120 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001121- name: api_fuzzer
1122 build: fuzzer
1123 language: c
1124 src:
1125 - test/core/end2end/fuzzers/api_fuzzer.c
1126 deps:
1127 - grpc_test_util
1128 - grpc
1129 - gpr_test_util
1130 - gpr
1131 corpus_dirs:
1132 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001133 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001134 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001135- name: bin_encoder_test
1136 build: test
1137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001138 src:
1139 - test/core/transport/chttp2/bin_encoder_test.c
1140 deps:
1141 - grpc_test_util
1142 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001143- name: census_context_test
1144 build: test
1145 language: c
1146 src:
1147 - test/core/census/context_test.c
1148 deps:
1149 - grpc_test_util
1150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001151 - gpr_test_util
1152 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001153- name: channel_create_test
1154 build: test
1155 language: c
1156 src:
1157 - test/core/surface/channel_create_test.c
1158 deps:
1159 - grpc_test_util
1160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001161 - gpr_test_util
1162 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001163- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164 build: test
1165 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001166 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001167 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001168 deps:
1169 - grpc_test_util
1170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001171 - gpr_test_util
1172 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001173- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174 build: test
1175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001176 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001177 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001178 deps:
1179 - grpc_test_util
1180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001181 - gpr_test_util
1182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183- name: chttp2_stream_map_test
1184 build: test
1185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001186 src:
1187 - test/core/transport/chttp2/stream_map_test.c
1188 deps:
1189 - grpc_test_util
1190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001191 - gpr_test_util
1192 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001193- name: chttp2_varint_test
1194 build: test
1195 language: c
1196 src:
1197 - test/core/transport/chttp2/varint_test.c
1198 deps:
1199 - grpc_test_util
1200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001201 - gpr_test_util
1202 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001203- name: client_fuzzer
1204 build: fuzzer
1205 language: c
1206 src:
1207 - test/core/end2end/fuzzers/client_fuzzer.c
1208 deps:
1209 - grpc_test_util
1210 - grpc
1211 - gpr_test_util
1212 - gpr
1213 corpus_dirs:
1214 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001215 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001216 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217- name: compression_test
1218 build: test
1219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001220 src:
1221 - test/core/compression/compression_test.c
1222 deps:
1223 - grpc_test_util
1224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001225 - gpr_test_util
1226 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001227- name: concurrent_connectivity_test
1228 build: test
1229 language: c
1230 src:
1231 - test/core/surface/concurrent_connectivity_test.c
1232 deps:
1233 - grpc_test_util
1234 - grpc
1235 - gpr_test_util
1236 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001237- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001238 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001239 build: test
1240 language: c
1241 src:
1242 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1243 deps:
1244 - grpc_test_util
1245 - grpc
1246 - gpr_test_util
1247 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001248- name: dns_resolver_test
1249 build: test
1250 language: c
1251 src:
1252 - test/core/client_config/resolvers/dns_resolver_test.c
1253 deps:
1254 - grpc_test_util
1255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001256 - gpr_test_util
1257 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001258- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001259 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260 build: test
1261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001262 src:
1263 - test/core/end2end/dualstack_socket_test.c
1264 deps:
1265 - grpc_test_util
1266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001267 - gpr_test_util
1268 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001269 platforms:
1270 - mac
1271 - linux
1272 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001273- name: endpoint_pair_test
1274 build: test
1275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001276 src:
1277 - test/core/iomgr/endpoint_pair_test.c
1278 deps:
1279 - grpc_test_util
1280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001281 - gpr_test_util
1282 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001283- name: fd_conservation_posix_test
1284 build: test
1285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001286 src:
1287 - test/core/iomgr/fd_conservation_posix_test.c
1288 deps:
1289 - grpc_test_util
1290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001291 - gpr_test_util
1292 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001293 platforms:
1294 - mac
1295 - linux
1296 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297- name: fd_posix_test
1298 build: test
1299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001300 src:
1301 - test/core/iomgr/fd_posix_test.c
1302 deps:
1303 - grpc_test_util
1304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr_test_util
1306 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001307 platforms:
1308 - mac
1309 - linux
1310 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311- name: fling_client
1312 build: test
1313 run: false
1314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001315 src:
1316 - test/core/fling/client.c
1317 deps:
1318 - grpc_test_util
1319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001320 - gpr_test_util
1321 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322- name: fling_server
1323 build: test
1324 run: false
1325 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001326 src:
1327 - test/core/fling/server.c
1328 deps:
1329 - grpc_test_util
1330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001331 - gpr_test_util
1332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001334 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335 build: test
1336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001337 src:
1338 - test/core/fling/fling_stream_test.c
1339 deps:
1340 - grpc_test_util
1341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001342 - gpr_test_util
1343 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001344 platforms:
1345 - mac
1346 - linux
1347 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001349 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350 build: test
1351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001352 src:
1353 - test/core/fling/fling_test.c
1354 deps:
1355 - grpc_test_util
1356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001357 - gpr_test_util
1358 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001359 platforms:
1360 - mac
1361 - linux
1362 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001363- name: gen_hpack_tables
1364 build: tool
1365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001366 src:
1367 - tools/codegen/core/gen_hpack_tables.c
1368 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001369 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001370 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001371- name: gen_legal_metadata_characters
1372 build: tool
1373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001374 src:
1375 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001377- name: goaway_server_test
1378 cpu_cost: 0.1
1379 build: test
1380 language: c
1381 src:
1382 - test/core/end2end/goaway_server_test.c
1383 deps:
1384 - grpc_test_util
1385 - grpc
1386 - gpr_test_util
1387 - gpr
1388 platforms:
1389 - mac
1390 - linux
1391 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001392- name: gpr_avl_test
1393 build: test
1394 language: c
1395 src:
1396 - test/core/support/avl_test.c
1397 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001398 - gpr_test_util
1399 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001400- name: gpr_backoff_test
1401 build: test
1402 language: c
1403 src:
1404 - test/core/support/backoff_test.c
1405 deps:
1406 - gpr_test_util
1407 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408- name: gpr_cmdline_test
1409 build: test
1410 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001411 src:
1412 - test/core/support/cmdline_test.c
1413 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001414 - gpr_test_util
1415 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001416- name: gpr_cpu_test
1417 build: test
1418 language: c
1419 src:
1420 - test/core/support/cpu_test.c
1421 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001422 - gpr_test_util
1423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424- name: gpr_env_test
1425 build: test
1426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001427 src:
1428 - test/core/support/env_test.c
1429 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001432- name: gpr_histogram_test
1433 build: test
1434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001435 src:
1436 - test/core/support/histogram_test.c
1437 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001438 - gpr_test_util
1439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001440- name: gpr_host_port_test
1441 build: test
1442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001443 src:
1444 - test/core/support/host_port_test.c
1445 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 - gpr_test_util
1447 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001448- name: gpr_load_file_test
1449 build: test
1450 language: c
1451 src:
1452 - test/core/support/load_file_test.c
1453 deps:
1454 - gpr_test_util
1455 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001456- name: gpr_log_test
1457 build: test
1458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001459 src:
1460 - test/core/support/log_test.c
1461 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464- name: gpr_slice_buffer_test
1465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/support/slice_buffer_test.c
1469 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: gpr_slice_test
1473 build: test
1474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001475 src:
1476 - test/core/support/slice_test.c
1477 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001478 - gpr_test_util
1479 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001480- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001481 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482 build: test
1483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001484 src:
1485 - test/core/support/stack_lockfree_test.c
1486 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001487 - gpr_test_util
1488 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001489- name: gpr_string_test
1490 build: test
1491 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001492 src:
1493 - test/core/support/string_test.c
1494 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001495 - gpr_test_util
1496 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001497- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001498 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001499 build: test
1500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001501 src:
1502 - test/core/support/sync_test.c
1503 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr_test_util
1505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001507 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001508 build: test
1509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001510 src:
1511 - test/core/support/thd_test.c
1512 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001513 - gpr_test_util
1514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515- name: gpr_time_test
1516 build: test
1517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001518 src:
1519 - test/core/support/time_test.c
1520 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001521 - gpr_test_util
1522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523- name: gpr_tls_test
1524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/support/tls_test.c
1528 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001529 - gpr_test_util
1530 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001531- name: gpr_useful_test
1532 build: test
1533 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001534 src:
1535 - test/core/support/useful_test.c
1536 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001539- name: grpc_auth_context_test
1540 build: test
1541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001542 src:
1543 - test/core/security/auth_context_test.c
1544 deps:
1545 - grpc_test_util
1546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001547 - gpr_test_util
1548 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001549- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001550 build: test
1551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001553 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001554 deps:
1555 - grpc_test_util
1556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001557 - gpr_test_util
1558 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001559- name: grpc_byte_buffer_reader_test
1560 build: test
1561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001562 src:
1563 - test/core/surface/byte_buffer_reader_test.c
1564 deps:
1565 - grpc_test_util
1566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001567 - gpr_test_util
1568 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569- name: grpc_channel_args_test
1570 build: test
1571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001572 src:
1573 - test/core/channel/channel_args_test.c
1574 deps:
1575 - grpc_test_util
1576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: grpc_channel_stack_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/channel/channel_stack_test.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: grpc_completion_queue_test
1590 build: test
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
1593 - test/core/surface/completion_queue_test.c
1594 deps:
1595 - grpc_test_util
1596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr_test_util
1598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001599- name: grpc_create_jwt
1600 build: tool
1601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001602 src:
1603 - test/core/security/create_jwt.c
1604 deps:
1605 - grpc_test_util
1606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001607 - gpr_test_util
1608 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001609- name: grpc_credentials_test
1610 build: test
1611 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001612 src:
1613 - test/core/security/credentials_test.c
1614 deps:
1615 - grpc_test_util
1616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001617 - gpr_test_util
1618 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: grpc_fetch_oauth2
1620 build: tool
1621 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001622 src:
1623 - test/core/security/fetch_oauth2.c
1624 deps:
1625 - grpc_test_util
1626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001629- name: grpc_invalid_channel_args_test
1630 build: test
1631 language: c
1632 src:
1633 - test/core/surface/invalid_channel_args_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001639- name: grpc_json_token_test
1640 build: test
1641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001642 src:
1643 - test/core/security/json_token_test.c
1644 deps:
1645 - grpc_test_util
1646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001649 platforms:
1650 - linux
1651 - posix
1652 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: grpc_jwt_verifier_test
1654 build: test
1655 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001656 src:
1657 - test/core/security/jwt_verifier_test.c
1658 deps:
1659 - grpc_test_util
1660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 - gpr_test_util
1662 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001663- name: grpc_print_google_default_creds_token
1664 build: tool
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/security/print_google_default_creds_token.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673- name: grpc_security_connector_test
1674 build: test
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/security/security_connector_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001683- name: grpc_verify_jwt
1684 build: tool
1685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001686 src:
1687 - test/core/security/verify_jwt.c
1688 deps:
1689 - grpc_test_util
1690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001691 - gpr_test_util
1692 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001693- name: hpack_parser_fuzzer_test
1694 build: fuzzer
1695 language: c
1696 src:
1697 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1698 deps:
1699 - grpc_test_util
1700 - grpc
1701 - gpr_test_util
1702 - gpr
1703 corpus_dirs:
1704 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001705 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001706 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001707- name: hpack_parser_test
1708 build: test
1709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001710 src:
1711 - test/core/transport/chttp2/hpack_parser_test.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717- name: hpack_table_test
1718 build: test
1719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001720 src:
1721 - test/core/transport/chttp2/hpack_table_test.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001727- name: http_fuzzer_test
1728 build: fuzzer
1729 language: c
1730 src:
1731 - test/core/http/fuzzer.c
1732 deps:
1733 - grpc_test_util
1734 - grpc
1735 - gpr_test_util
1736 - gpr
1737 corpus_dirs:
1738 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001739 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001740- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001741 build: test
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001744 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001745 deps:
1746 - grpc_test_util
1747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001750- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751 build: test
1752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001753 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001754 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001755 deps:
1756 - grpc_test_util
1757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001758 - gpr_test_util
1759 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001760- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001761 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762 build: test
1763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001764 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001765 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001766 deps:
1767 - grpc_test_util
1768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001769 - gpr_test_util
1770 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001771 platforms:
1772 - mac
1773 - linux
1774 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001775- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001776 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001777 build: test
1778 language: c
1779 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001780 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001781 deps:
1782 - grpc_test_util
1783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001784 - gpr_test_util
1785 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001786 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001787 - linux
yang-gf1183302015-12-07 16:02:05 -08001788- name: init_test
1789 build: test
1790 language: c
1791 src:
1792 - test/core/surface/init_test.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001798- name: internal_api_canary_iomgr_test
1799 build: test
1800 run: false
1801 language: c
1802 src:
1803 - test/core/internal_api_canaries/iomgr.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
1807 - gpr_test_util
1808 - gpr
1809- name: internal_api_canary_support_test
1810 build: test
1811 run: false
1812 language: c
1813 src:
1814 - test/core/internal_api_canaries/iomgr.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
1818 - gpr_test_util
1819 - gpr
1820- name: internal_api_canary_transport_test
1821 build: test
1822 run: false
1823 language: c
1824 src:
1825 - test/core/internal_api_canaries/iomgr.c
1826 deps:
1827 - grpc_test_util
1828 - grpc
1829 - gpr_test_util
1830 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001831- name: invalid_call_argument_test
1832 build: test
1833 language: c
1834 src:
1835 - test/core/end2end/invalid_call_argument_test.c
1836 deps:
1837 - grpc_test_util
1838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001841- name: json_fuzzer_test
1842 build: fuzzer
1843 language: c
1844 src:
1845 - test/core/json/fuzzer.c
1846 deps:
1847 - grpc_test_util
1848 - grpc
1849 - gpr_test_util
1850 - gpr
1851 corpus_dirs:
1852 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001853 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854- name: json_rewrite
1855 build: test
1856 run: false
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
1859 - test/core/json/json_rewrite.c
1860 deps:
1861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001862 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863- name: json_rewrite_test
1864 build: test
1865 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001866 src:
1867 - test/core/json/json_rewrite_test.c
1868 deps:
1869 - grpc_test_util
1870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr_test_util
1872 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001873- name: json_stream_error_test
1874 build: test
1875 language: c
1876 src:
1877 - test/core/json/json_stream_error_test.c
1878 deps:
1879 - grpc_test_util
1880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: json_test
1884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
1887 - test/core/json/json_test.c
1888 deps:
1889 - grpc_test_util
1890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: lame_client_test
1894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
1897 - test/core/surface/lame_client_test.c
1898 deps:
1899 - grpc_test_util
1900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001903- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001904 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001905 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001906 build: test
1907 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001908 src:
1909 - test/core/client_config/lb_policies_test.c
1910 deps:
1911 - grpc_test_util
1912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001915- name: low_level_ping_pong_benchmark
1916 build: benchmark
1917 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001918 src:
1919 - test/core/network_benchmarks/low_level_ping_pong.c
1920 deps:
1921 - grpc_test_util
1922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001925 platforms:
1926 - mac
1927 - linux
1928 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001929- name: message_compress_test
1930 build: test
1931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
1933 - test/core/compression/message_compress_test.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001939- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001940 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001941 build: test
1942 language: c
1943 src:
1944 - test/core/census/mlog_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
1948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: multiple_server_queues_test
1951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/end2end/multiple_server_queues_test.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: murmur_hash_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/support/murmur_hash_test.c
1965 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001968- name: nanopb_fuzzer_response_test
1969 build: fuzzer
1970 language: c
1971 src:
1972 - test/core/nanopb/fuzzer_response.c
1973 deps:
1974 - grpc_test_util
1975 - grpc
1976 - gpr_test_util
1977 - gpr
1978 corpus_dirs:
1979 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07001980 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001981- name: nanopb_fuzzer_serverlist_test
1982 build: fuzzer
1983 language: c
1984 src:
1985 - test/core/nanopb/fuzzer_serverlist.c
1986 deps:
1987 - grpc_test_util
1988 - grpc
1989 - gpr_test_util
1990 - gpr
1991 corpus_dirs:
1992 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07001993 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001995 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/end2end/no_server_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: resolve_address_test
2006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/iomgr/resolve_address_test.c
2010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
yang-gd482e592015-12-10 14:04:00 -08002015- name: secure_channel_create_test
2016 build: test
2017 language: c
2018 src:
2019 - test/core/surface/secure_channel_create_test.c
2020 deps:
2021 - grpc_test_util
2022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 - gpr_test_util
2024 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002025- name: secure_endpoint_test
2026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
2029 - test/core/security/secure_endpoint_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002035- name: server_chttp2_test
2036 build: test
2037 language: c
2038 src:
2039 - test/core/surface/server_chttp2_test.c
2040 deps:
2041 - grpc_test_util
2042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002045- name: server_fuzzer
2046 build: fuzzer
2047 language: c
2048 src:
2049 - test/core/end2end/fuzzers/server_fuzzer.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
2053 - gpr_test_util
2054 - gpr
2055 corpus_dirs:
2056 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002057 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002058 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002059- name: server_test
2060 build: test
2061 language: c
2062 src:
2063 - test/core/surface/server_test.c
2064 deps:
2065 - grpc_test_util
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002069- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002070 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002071 build: test
2072 language: c
2073 src:
2074 - test/core/client_config/set_initial_connect_string_test.c
2075 deps:
2076 - test_tcp_server
2077 - grpc_test_util
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002081- name: sockaddr_resolver_test
2082 build: test
2083 language: c
2084 src:
2085 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: sockaddr_utils_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/iomgr/sockaddr_utils_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002101- name: socket_utils_test
2102 build: test
2103 language: c
2104 src:
2105 - test/core/iomgr/socket_utils_test.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr_test_util
2110 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002111 platforms:
2112 - mac
2113 - linux
2114 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002116 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117 build: test
2118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002119 src:
2120 - test/core/iomgr/tcp_client_posix_test.c
2121 deps:
2122 - grpc_test_util
2123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 - gpr_test_util
2125 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002126 platforms:
2127 - mac
2128 - linux
2129 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002130- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002131 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132 build: test
2133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002134 src:
2135 - test/core/iomgr/tcp_posix_test.c
2136 deps:
2137 - grpc_test_util
2138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr_test_util
2140 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002141 platforms:
2142 - mac
2143 - linux
2144 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145- name: tcp_server_posix_test
2146 build: test
2147 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002148 src:
2149 - test/core/iomgr/tcp_server_posix_test.c
2150 deps:
2151 - grpc_test_util
2152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr_test_util
2154 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002155 platforms:
2156 - mac
2157 - linux
2158 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002159- name: time_averaged_stats_test
2160 build: test
2161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
2163 - test/core/iomgr/time_averaged_stats_test.c
2164 deps:
2165 - grpc_test_util
2166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: timeout_encoding_test
2170 build: test
2171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
2173 - test/core/transport/chttp2/timeout_encoding_test.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002179- name: timer_heap_test
2180 build: test
2181 language: c
2182 src:
2183 - test/core/iomgr/timer_heap_test.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002189- name: timer_list_test
2190 build: test
2191 language: c
2192 src:
2193 - test/core/iomgr/timer_list_test.c
2194 deps:
2195 - grpc_test_util
2196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199- name: timers_test
2200 build: test
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
2203 - test/core/profiling/timers_test.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002209- name: transport_connectivity_state_test
2210 build: test
2211 language: c
2212 src:
2213 - test/core/transport/connectivity_state_test.c
2214 deps:
2215 - grpc_test_util
2216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 - gpr_test_util
2218 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002219- name: transport_metadata_test
2220 build: test
2221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002222 src:
2223 - test/core/transport/metadata_test.c
2224 deps:
2225 - grpc_test_util
2226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229- name: transport_security_test
2230 build: test
2231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002232 src:
2233 - test/core/tsi/transport_security_test.c
2234 deps:
2235 - grpc_test_util
2236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002237 - gpr_test_util
2238 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002239 platforms:
2240 - linux
2241 - posix
2242 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243- name: udp_server_test
2244 build: test
2245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002246 src:
2247 - test/core/iomgr/udp_server_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002253 platforms:
2254 - mac
2255 - linux
2256 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002257- name: uri_fuzzer_test
2258 build: fuzzer
2259 language: c
2260 src:
2261 - test/core/client_config/uri_fuzzer_test.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
2265 - gpr_test_util
2266 - gpr
2267 corpus_dirs:
2268 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002269 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270- name: uri_parser_test
2271 build: test
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/client_config/uri_parser_test.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002280- name: workqueue_test
2281 build: test
2282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002283 src:
2284 - test/core/iomgr/workqueue_test.c
2285 deps:
2286 - grpc_test_util
2287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002288 - gpr_test_util
2289 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002290 platforms:
2291 - mac
2292 - linux
2293 - posix
vjpai04e992a2016-02-10 16:58:38 -08002294- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002295 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002296 build: test
2297 language: c++
2298 src:
2299 - test/cpp/common/alarm_cpp_test.cc
2300 deps:
2301 - grpc++_test_util
2302 - grpc_test_util
2303 - grpc++
2304 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002305 - gpr_test_util
2306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002308 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309 build: test
2310 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002311 src:
2312 - test/cpp/end2end/async_end2end_test.cc
2313 deps:
2314 - grpc++_test_util
2315 - grpc_test_util
2316 - grpc++
2317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr_test_util
2319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320- name: async_streaming_ping_pong_test
2321 build: test
2322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/cpp/qps/async_streaming_ping_pong_test.cc
2325 deps:
2326 - qps
2327 - grpc++_test_util
2328 - grpc_test_util
2329 - grpc++
2330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 - gpr_test_util
2332 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002333 platforms:
2334 - mac
2335 - linux
2336 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: async_unary_ping_pong_test
2338 build: test
2339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/cpp/qps/async_unary_ping_pong_test.cc
2342 deps:
2343 - qps
2344 - grpc++_test_util
2345 - grpc_test_util
2346 - grpc++
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002350 platforms:
2351 - mac
2352 - linux
2353 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002354- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002355 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002356 build: test
2357 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002358 src:
2359 - test/cpp/common/auth_property_iterator_test.cc
2360 deps:
2361 - grpc++_test_util
2362 - grpc_test_util
2363 - grpc++
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002368 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369 build: test
2370 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
yang-g52705592015-11-25 11:45:33 -08002372 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002373 deps:
2374 - grpc++
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002378 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002379 build: test
2380 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002381 src:
2382 - test/cpp/util/cli_call_test.cc
2383 deps:
2384 - grpc++_test_util
2385 - grpc_test_util
2386 - grpc++
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr_test_util
2389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002391 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002392 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002393 build: test
2394 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002395 src:
2396 - test/cpp/end2end/client_crash_test.cc
2397 deps:
2398 - grpc++_test_util
2399 - grpc_test_util
2400 - grpc++
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002404 platforms:
2405 - mac
2406 - linux
2407 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002408- name: client_crash_test_server
2409 build: test
2410 run: false
2411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002412 src:
2413 - test/cpp/end2end/client_crash_test_server.cc
2414 deps:
2415 - grpc++_test_util
2416 - grpc_test_util
2417 - grpc++
2418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002421- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002422 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002423 build: test
2424 language: c++
2425 src:
2426 - src/proto/grpc/testing/control.proto
2427 - src/proto/grpc/testing/messages.proto
2428 - src/proto/grpc/testing/payloads.proto
2429 - src/proto/grpc/testing/perf_db.proto
2430 - src/proto/grpc/testing/services.proto
2431 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002432 - test/cpp/codegen/codegen_test_full.cc
2433 deps:
2434 - grpc++
2435 - grpc
2436 - gpr
2437 filegroups:
2438 - grpc++_codegen
2439- name: codegen_test_minimal
2440 gtest: true
2441 build: test
2442 language: c++
2443 src:
2444 - src/proto/grpc/testing/control.proto
2445 - src/proto/grpc/testing/messages.proto
2446 - src/proto/grpc/testing/payloads.proto
2447 - src/proto/grpc/testing/perf_db.proto
2448 - src/proto/grpc/testing/services.proto
2449 - src/proto/grpc/testing/stats.proto
2450 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002451 filegroups:
2452 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002453- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002454 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455 build: test
2456 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002457 src:
2458 - test/cpp/client/credentials_test.cc
2459 deps:
2460 - grpc++
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002463- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002464 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465 build: test
2466 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002467 src:
2468 - test/cpp/util/byte_buffer_test.cc
2469 deps:
2470 - grpc_test_util
2471 - grpc++
2472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002473 - gpr_test_util
2474 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002476 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477 build: test
2478 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002479 src:
2480 - test/cpp/util/slice_test.cc
2481 deps:
2482 - grpc_test_util
2483 - grpc++
2484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002485 - gpr_test_util
2486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002488 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002489 build: test
2490 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
2492 - test/cpp/util/string_ref_test.cc
2493 deps:
2494 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002496 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497 build: test
2498 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002499 src:
2500 - test/cpp/util/time_test.cc
2501 deps:
2502 - grpc_test_util
2503 - grpc++
2504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002505 - gpr_test_util
2506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002507- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002508 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002509 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002510 build: test
2511 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002512 src:
2513 - test/cpp/end2end/end2end_test.cc
2514 deps:
2515 - grpc++_test_util
2516 - grpc_test_util
2517 - grpc++
2518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 - gpr_test_util
2520 - gpr
vjpai083dc622016-01-11 09:41:17 -08002521- name: generic_async_streaming_ping_pong_test
2522 build: test
2523 language: c++
2524 src:
2525 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2526 deps:
2527 - qps
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
vjpai083dc622016-01-11 09:41:17 -08002534 platforms:
2535 - mac
2536 - linux
2537 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002538- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002539 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540 build: test
2541 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002542 src:
2543 - test/cpp/end2end/generic_end2end_test.cc
2544 deps:
2545 - grpc++_test_util
2546 - grpc_test_util
2547 - grpc++
2548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002549 - gpr_test_util
2550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: grpc_cli
2552 build: test
2553 run: false
2554 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002555 src:
2556 - test/cpp/util/grpc_cli.cc
2557 deps:
2558 - grpc++_test_util
2559 - grpc_test_util
2560 - grpc++
2561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002562 - gpr_test_util
2563 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002564 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002565- name: grpc_cpp_plugin
2566 build: protoc
2567 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
2569 - src/compiler/cpp_plugin.cc
2570 deps:
2571 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572 secure: false
2573 vs_config_type: Application
2574 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2575- name: grpc_csharp_plugin
2576 build: protoc
2577 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002578 src:
2579 - src/compiler/csharp_plugin.cc
2580 deps:
2581 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582 secure: false
2583 vs_config_type: Application
2584 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2585- name: grpc_objective_c_plugin
2586 build: protoc
2587 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002588 src:
2589 - src/compiler/objective_c_plugin.cc
2590 deps:
2591 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002592 secure: false
2593 vs_config_type: Application
2594 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2595- name: grpc_python_plugin
2596 build: protoc
2597 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002598 src:
2599 - src/compiler/python_plugin.cc
2600 deps:
2601 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602 secure: false
2603 vs_config_type: Application
2604 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2605- name: grpc_ruby_plugin
2606 build: protoc
2607 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002608 src:
2609 - src/compiler/ruby_plugin.cc
2610 deps:
2611 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612 secure: false
2613 vs_config_type: Application
2614 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002615- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002616 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002617 build: test
2618 language: c++
2619 src:
2620 - src/proto/grpc/lb/v0/load_balancer.proto
2621 - test/cpp/grpclb/grpclb_api_test.cc
2622 deps:
2623 - grpc++_test_util
2624 - grpc_test_util
2625 - grpc++
2626 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002627- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002628 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002629 build: test
2630 language: c++
2631 src:
2632 - test/cpp/end2end/hybrid_end2end_test.cc
2633 deps:
2634 - grpc++_test_util
2635 - grpc_test_util
2636 - grpc++
2637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002638 - gpr_test_util
2639 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002640- name: interop_client
2641 build: test
2642 run: false
2643 language: c++
2644 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002645 deps:
2646 - interop_client_main
2647 - interop_client_helper
2648 - grpc++_test_util
2649 - grpc_test_util
2650 - grpc++
2651 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002652 - gpr_test_util
2653 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002654 - grpc++_test_config
2655 platforms:
2656 - mac
2657 - linux
2658 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002659- name: interop_server
2660 build: test
2661 run: false
2662 language: c++
2663 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002664 deps:
2665 - interop_server_main
2666 - interop_server_helper
2667 - grpc++_test_util
2668 - grpc_test_util
2669 - grpc++
2670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002671 - gpr_test_util
2672 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002673 - grpc++_test_config
2674 platforms:
2675 - mac
2676 - linux
2677 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002678- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002679 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680 build: test
2681 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002682 src:
2683 - test/cpp/interop/interop_test.cc
2684 deps:
2685 - grpc_test_util
2686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002687 - gpr_test_util
2688 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002689 platforms:
2690 - mac
2691 - linux
2692 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002693- name: json_run_localhost
2694 build: test
2695 run: false
2696 language: c++
2697 src:
2698 - test/cpp/qps/json_run_localhost.cc
2699 deps:
2700 - grpc++_test_util
2701 - grpc_test_util
2702 - grpc++
2703 - grpc
2704 - gpr_test_util
2705 - gpr
2706 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002707- name: metrics_client
2708 build: test
2709 run: false
2710 language: c++
2711 headers:
2712 - test/cpp/util/metrics_server.h
2713 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002714 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002715 - test/cpp/interop/metrics_client.cc
2716 deps:
2717 - grpc++
2718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002719 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002720 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002722 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002723 build: test
2724 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002725 src:
2726 - test/cpp/end2end/mock_test.cc
2727 deps:
2728 - grpc++_test_util
2729 - grpc_test_util
2730 - grpc++
2731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002732 - gpr_test_util
2733 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734- name: qps_interarrival_test
2735 build: test
2736 run: false
2737 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002738 src:
2739 - test/cpp/qps/qps_interarrival_test.cc
2740 deps:
2741 - qps
2742 - grpc++_test_util
2743 - grpc_test_util
2744 - grpc++
2745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002746 - gpr_test_util
2747 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002748 platforms:
2749 - mac
2750 - linux
2751 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002752- name: qps_json_driver
2753 build: test
2754 run: false
2755 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002756 headers:
2757 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002758 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002759 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002760 - test/cpp/qps/qps_json_driver.cc
2761 deps:
2762 - qps
2763 - grpc++_test_util
2764 - grpc_test_util
2765 - grpc++
2766 - grpc
2767 - gpr_test_util
2768 - gpr
2769 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002770- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002771 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002772 build: test
2773 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002774 src:
2775 - test/cpp/qps/qps_openloop_test.cc
2776 deps:
2777 - qps
2778 - grpc++_test_util
2779 - grpc_test_util
2780 - grpc++
2781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002782 - gpr_test_util
2783 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002784 - grpc++_test_config
2785 platforms:
2786 - mac
2787 - linux
2788 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002789- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002790 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002791 build: test
2792 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002793 src:
2794 - test/cpp/qps/qps_test.cc
2795 deps:
2796 - qps
2797 - grpc++_test_util
2798 - grpc_test_util
2799 - grpc++
2800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002801 - gpr_test_util
2802 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002803 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002804 platforms:
2805 - mac
2806 - linux
2807 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002808- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002809 build: test
2810 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002811 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002812 headers:
2813 - test/cpp/qps/client.h
2814 - test/cpp/qps/server.h
2815 src:
2816 - test/cpp/qps/worker.cc
2817 deps:
2818 - qps
2819 - grpc++_test_util
2820 - grpc_test_util
2821 - grpc++
2822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002823 - gpr_test_util
2824 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002825 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002826- name: reconnect_interop_client
2827 build: test
2828 run: false
2829 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002830 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002831 - src/proto/grpc/testing/empty.proto
2832 - src/proto/grpc/testing/messages.proto
2833 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002834 - test/cpp/interop/reconnect_interop_client.cc
2835 deps:
2836 - grpc++_test_util
2837 - grpc_test_util
2838 - grpc++
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002842 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002843- name: reconnect_interop_server
2844 build: test
2845 run: false
2846 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002847 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002848 - src/proto/grpc/testing/empty.proto
2849 - src/proto/grpc/testing/messages.proto
2850 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002851 - test/cpp/interop/reconnect_interop_server.cc
2852 deps:
2853 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002854 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002855 - grpc++_test_util
2856 - grpc_test_util
2857 - grpc++
2858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002859 - gpr_test_util
2860 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002861 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002862- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002863 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002864 build: test
2865 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002866 src:
2867 - test/cpp/common/secure_auth_context_test.cc
2868 deps:
2869 - grpc++_test_util
2870 - grpc_test_util
2871 - grpc++
2872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002873 - gpr_test_util
2874 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002875- name: secure_sync_unary_ping_pong_test
2876 build: test
2877 language: c++
2878 src:
2879 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2880 deps:
2881 - qps
2882 - grpc++_test_util
2883 - grpc_test_util
2884 - grpc++
2885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002886 - gpr_test_util
2887 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002888 platforms:
2889 - mac
2890 - linux
2891 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002893 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002894 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895 build: test
2896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - test/cpp/end2end/server_crash_test.cc
2899 deps:
2900 - grpc++_test_util
2901 - grpc_test_util
2902 - grpc++
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr_test_util
2905 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002906 platforms:
2907 - mac
2908 - linux
2909 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002910- name: server_crash_test_client
2911 build: test
2912 run: false
2913 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002914 src:
2915 - test/cpp/end2end/server_crash_test_client.cc
2916 deps:
2917 - grpc++_test_util
2918 - grpc_test_util
2919 - grpc++
2920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002921 - gpr_test_util
2922 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002923- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002924 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002925 build: test
2926 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002927 src:
2928 - test/cpp/end2end/shutdown_test.cc
2929 deps:
2930 - grpc++_test_util
2931 - grpc_test_util
2932 - grpc++
2933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002934 - gpr_test_util
2935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002936- name: status_test
2937 build: test
2938 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002939 src:
2940 - test/cpp/util/status_test.cc
2941 deps:
2942 - grpc_test_util
2943 - grpc++
2944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002945 - gpr_test_util
2946 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002947- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002948 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002949 build: test
2950 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
2952 - test/cpp/end2end/streaming_throughput_test.cc
2953 deps:
2954 - grpc++_test_util
2955 - grpc_test_util
2956 - grpc++
2957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002958 - gpr_test_util
2959 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002960 platforms:
2961 - mac
2962 - linux
2963 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002964- name: stress_test
2965 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002966 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002967 language: c++
2968 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002969 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002970 - test/cpp/interop/interop_client.h
2971 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002972 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002973 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002974 - src/proto/grpc/testing/empty.proto
2975 - src/proto/grpc/testing/messages.proto
2976 - src/proto/grpc/testing/metrics.proto
2977 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002978 - test/cpp/interop/interop_client.cc
2979 - test/cpp/interop/stress_interop_client.cc
2980 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002981 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002982 deps:
2983 - grpc++_test_util
2984 - grpc_test_util
2985 - grpc++
2986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002987 - gpr_test_util
2988 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002989 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002990- name: sync_streaming_ping_pong_test
2991 build: test
2992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002993 src:
2994 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2995 deps:
2996 - qps
2997 - grpc++_test_util
2998 - grpc_test_util
2999 - grpc++
3000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003001 - gpr_test_util
3002 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003003 platforms:
3004 - mac
3005 - linux
3006 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003007- name: sync_unary_ping_pong_test
3008 build: test
3009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003010 src:
3011 - test/cpp/qps/sync_unary_ping_pong_test.cc
3012 deps:
3013 - qps
3014 - grpc++_test_util
3015 - grpc_test_util
3016 - grpc++
3017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003018 - gpr_test_util
3019 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003020 platforms:
3021 - mac
3022 - linux
3023 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003024- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003025 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003026 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027 build: test
3028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003029 src:
3030 - test/cpp/end2end/thread_stress_test.cc
3031 deps:
3032 - grpc++_test_util
3033 - grpc_test_util
3034 - grpc++
3035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003036 - gpr_test_util
3037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003039 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003041 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003043 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003044 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003045 - test/cpp/end2end/zookeeper_test.cc
3046 deps:
3047 - grpc++_test_util
3048 - grpc_test_util
3049 - grpc++
3050 - grpc_zookeeper
3051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003052 - gpr_test_util
3053 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003054 external_deps:
3055 - zookeeper
3056 platforms:
3057 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003058- name: public_headers_must_be_c89
3059 build: test
3060 language: c89
3061 src:
3062 - test/core/surface/public_headers_must_be_c89.c
3063 deps:
3064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003065 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003066vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003067- linkage: static
3068 name: grpc.dependencies.zlib
3069 props: false
3070 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003071 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003072- linkage: static
3073 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003074 props: true
3075 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003076 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003077- name: gflags
3078 props: false
3079 redist: false
3080 version: 2.1.2.1
3081- name: gtest
3082 props: false
3083 redist: false
3084 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003085configs:
3086 asan:
3087 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003088 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3089 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003090 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003091 LD: clang
3092 LDFLAGS: -fsanitize=address
3093 LDXX: clang++
3094 compile_the_world: true
3095 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003096 ASAN_OPTIONS: detect_leaks=1:color=always
3097 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003098 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003099 asan-noleaks:
3100 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003101 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3102 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003103 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003104 LD: clang
3105 LDFLAGS: -fsanitize=address
3106 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003107 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003108 test_environ:
3109 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003110 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003111 asan-trace-cmp:
3112 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003113 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3114 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003115 CXX: clang++
3116 LD: clang
3117 LDFLAGS: -fsanitize=address
3118 LDXX: clang++
3119 compile_the_world: true
3120 test_environ:
3121 ASAN_OPTIONS: detect_leaks=1:color=always
3122 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3123 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003124 basicprof:
3125 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3126 DEFINES: NDEBUG
3127 dbg:
3128 CPPFLAGS: -O0
3129 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003130 easan:
3131 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003132 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3133 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003134 CXX: clang++
3135 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3136 LD: clang
3137 LDFLAGS: -fsanitize=address
3138 LDXX: clang++
3139 compile_the_world: true
3140 test_environ:
3141 ASAN_OPTIONS: detect_leaks=1:color=always
3142 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3143 timeout_multiplier: 3
3144 edbg:
3145 CPPFLAGS: -O0
3146 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3147 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003148 CC: clang
3149 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003150 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003151 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003152 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003153 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003154 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003155 LDXX: clang++
3156 compile_the_world: true
3157 test_environ:
3158 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3159 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003160 gcov:
3161 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003162 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003163 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003164 DEFINES: _DEBUG DEBUG GPR_GCOV
3165 LD: gcc
3166 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3167 LDXX: g++
3168 helgrind:
3169 CPPFLAGS: -O0
3170 DEFINES: _DEBUG DEBUG
3171 LDFLAGS: -rdynamic
3172 timeout_multiplier: 20
3173 valgrind: --tool=helgrind
3174 memcheck:
3175 CPPFLAGS: -O0
3176 DEFINES: _DEBUG DEBUG
3177 LDFLAGS: -rdynamic
3178 timeout_multiplier: 10
3179 valgrind: --tool=memcheck --leak-check=full
3180 msan:
3181 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003182 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3183 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3184 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003185 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003186 DEFINES: NDEBUG
3187 LD: clang
3188 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3189 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3190 LDXX: clang++
3191 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003192 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003193 mutrace:
3194 CPPFLAGS: -O0
3195 DEFINES: _DEBUG DEBUG
3196 LDFLAGS: -rdynamic
3197 opt:
3198 CPPFLAGS: -O2
3199 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003200 stapprof:
3201 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3202 DEFINES: NDEBUG
3203 tsan:
3204 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003205 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003206 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003207 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003208 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003209 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003210 LDXX: clang++
3211 compile_the_world: true
3212 test_environ:
3213 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003214 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003215 ubsan:
3216 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003217 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3218 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003219 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003220 DEFINES: NDEBUG
3221 LD: clang
3222 LDFLAGS: -fsanitize=undefined
3223 LDXX: clang++
3224 compile_the_world: true
3225 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003226defaults:
3227 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003228 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003229 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003230 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003231 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003232 global:
3233 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3234 LDFLAGS: -g
3235 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003236 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003237 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003238node_modules:
3239- deps:
3240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003241 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003242 - boringssl
3243 - z
murgatroid9994a75412015-11-19 14:04:53 -08003244 headers:
3245 - src/node/ext/byte_buffer.h
3246 - src/node/ext/call.h
3247 - src/node/ext/call_credentials.h
3248 - src/node/ext/channel.h
3249 - src/node/ext/channel_credentials.h
3250 - src/node/ext/completion_queue_async_worker.h
3251 - src/node/ext/server.h
3252 - src/node/ext/server_credentials.h
3253 - src/node/ext/timeval.h
3254 js:
3255 - src/node/index.js
3256 - src/node/src/client.js
3257 - src/node/src/common.js
3258 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003259 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003260 - src/node/src/metadata.js
3261 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003262 name: grpc_node
3263 src:
3264 - src/node/ext/byte_buffer.cc
3265 - src/node/ext/call.cc
3266 - src/node/ext/call_credentials.cc
3267 - src/node/ext/channel.cc
3268 - src/node/ext/channel_credentials.cc
3269 - src/node/ext/completion_queue_async_worker.cc
3270 - src/node/ext/node_grpc.cc
3271 - src/node/ext/server.cc
3272 - src/node/ext/server_credentials.cc
3273 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003274openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003275 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003276 extraction_dir: openssl-1.0.2f
3277 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003278php_config_m4:
3279 deps:
3280 - grpc
3281 - gpr
3282 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003283 headers:
3284 - src/php/ext/grpc/byte_buffer.h
3285 - src/php/ext/grpc/call.h
3286 - src/php/ext/grpc/call_credentials.h
3287 - src/php/ext/grpc/channel.h
3288 - src/php/ext/grpc/channel_credentials.h
3289 - src/php/ext/grpc/completion_queue.h
3290 - src/php/ext/grpc/php_grpc.h
3291 - src/php/ext/grpc/server.h
3292 - src/php/ext/grpc/server_credentials.h
3293 - src/php/ext/grpc/timeval.h
3294 src:
3295 - src/php/ext/grpc/byte_buffer.c
3296 - src/php/ext/grpc/call.c
3297 - src/php/ext/grpc/call_credentials.c
3298 - src/php/ext/grpc/channel.c
3299 - src/php/ext/grpc/channel_credentials.c
3300 - src/php/ext/grpc/completion_queue.c
3301 - src/php/ext/grpc/php_grpc.c
3302 - src/php/ext/grpc/server.c
3303 - src/php/ext/grpc/server_credentials.c
3304 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003305python_dependencies:
3306 deps:
3307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003308 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003309 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003310 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003311ruby_gem:
3312 deps:
3313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003315 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003316 - z