blob: e00ea75e26c6f05867cf3265e2453718afbed5b7 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
16 - src/core/census/aggregation.h
Alistair Veitch77715442016-02-22 14:20:25 -080017 - src/core/census/mlog.h
Craig Tiller25834342015-09-25 08:08:24 -070018 - src/core/census/rpc_metric_id.h
19 src:
20 - src/core/census/context.c
21 - src/core/census/initialize.c
Alistair Veitch77715442016-02-22 14:20:25 -080022 - src/core/census/mlog.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010024 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070025 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010026- name: gpr
27 public_headers:
28 - include/grpc/support/alloc.h
29 - include/grpc/support/atm.h
30 - include/grpc/support/atm_gcc_atomic.h
31 - include/grpc/support/atm_gcc_sync.h
32 - include/grpc/support/atm_win32.h
33 - include/grpc/support/avl.h
34 - include/grpc/support/cmdline.h
35 - include/grpc/support/cpu.h
36 - include/grpc/support/histogram.h
37 - include/grpc/support/host_port.h
38 - include/grpc/support/log.h
39 - include/grpc/support/log_win32.h
40 - include/grpc/support/port_platform.h
41 - include/grpc/support/slice.h
42 - include/grpc/support/slice_buffer.h
43 - include/grpc/support/string_util.h
44 - include/grpc/support/subprocess.h
45 - include/grpc/support/sync.h
46 - include/grpc/support/sync_generic.h
47 - include/grpc/support/sync_posix.h
48 - include/grpc/support/sync_win32.h
49 - include/grpc/support/thd.h
50 - include/grpc/support/time.h
51 - include/grpc/support/tls.h
52 - include/grpc/support/tls_gcc.h
53 - include/grpc/support/tls_msvc.h
54 - include/grpc/support/tls_pthread.h
55 - include/grpc/support/useful.h
56 headers:
57 - src/core/profiling/timers.h
Craig Tiller58270d52016-03-18 15:57:49 -070058 - src/core/support/backoff.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 - src/core/support/block_annotate.h
60 - src/core/support/env.h
Craig Tiller732a8752016-02-22 15:59:19 -080061 - src/core/support/load_file.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 - src/core/support/murmur_hash.h
63 - src/core/support/stack_lockfree.h
64 - src/core/support/string.h
65 - src/core/support/string_win32.h
66 - src/core/support/thd_internal.h
67 - src/core/support/time_precise.h
Craig Tiller732a8752016-02-22 15:59:19 -080068 - src/core/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010069 src:
70 - src/core/profiling/basic_timers.c
71 - src/core/profiling/stap_timers.c
72 - src/core/support/alloc.c
73 - src/core/support/avl.c
Craig Tiller58270d52016-03-18 15:57:49 -070074 - src/core/support/backoff.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - src/core/support/cmdline.c
76 - src/core/support/cpu_iphone.c
77 - src/core/support/cpu_linux.c
78 - src/core/support/cpu_posix.c
79 - src/core/support/cpu_windows.c
80 - src/core/support/env_linux.c
81 - src/core/support/env_posix.c
82 - src/core/support/env_win32.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010083 - src/core/support/histogram.c
84 - src/core/support/host_port.c
Craig Tiller732a8752016-02-22 15:59:19 -080085 - src/core/support/load_file.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010086 - src/core/support/log.c
87 - src/core/support/log_android.c
88 - src/core/support/log_linux.c
89 - src/core/support/log_posix.c
90 - src/core/support/log_win32.c
91 - src/core/support/murmur_hash.c
92 - src/core/support/slice.c
93 - src/core/support/slice_buffer.c
94 - src/core/support/stack_lockfree.c
95 - src/core/support/string.c
96 - src/core/support/string_posix.c
97 - src/core/support/string_win32.c
98 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010099 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100100 - src/core/support/sync.c
101 - src/core/support/sync_posix.c
102 - src/core/support/sync_win32.c
103 - src/core/support/thd.c
104 - src/core/support/thd_posix.c
105 - src/core/support/thd_win32.c
106 - src/core/support/time.c
107 - src/core/support/time_posix.c
108 - src/core/support/time_precise.c
109 - src/core/support/time_win32.c
110 - src/core/support/tls_pthread.c
Craig Tiller732a8752016-02-22 15:59:19 -0800111 - src/core/support/tmpfile_posix.c
112 - src/core/support/tmpfile_win32.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100113 - src/core/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800114- name: gpr_codegen
115 public_headers:
116 - include/grpc/impl/codegen/alloc.h
117 - include/grpc/impl/codegen/atm.h
118 - include/grpc/impl/codegen/atm_gcc_atomic.h
119 - include/grpc/impl/codegen/atm_gcc_sync.h
120 - include/grpc/impl/codegen/atm_win32.h
121 - include/grpc/impl/codegen/log.h
122 - include/grpc/impl/codegen/port_platform.h
123 - include/grpc/impl/codegen/slice.h
124 - include/grpc/impl/codegen/slice_buffer.h
125 - include/grpc/impl/codegen/sync.h
126 - include/grpc/impl/codegen/sync_generic.h
127 - include/grpc/impl/codegen/sync_posix.h
128 - include/grpc/impl/codegen/sync_win32.h
129 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700130- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700131 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800132 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700133 - include/grpc++/channel.h
134 - include/grpc++/client_context.h
135 - include/grpc++/completion_queue.h
136 - include/grpc++/create_channel.h
137 - include/grpc++/generic/async_generic_service.h
138 - include/grpc++/generic/generic_stub.h
139 - include/grpc++/grpc++.h
140 - include/grpc++/impl/call.h
141 - include/grpc++/impl/client_unary_call.h
142 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800143 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700144 - include/grpc++/impl/proto_utils.h
145 - include/grpc++/impl/rpc_method.h
146 - include/grpc++/impl/rpc_service_method.h
147 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800148 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700149 - include/grpc++/impl/service_type.h
150 - include/grpc++/impl/sync.h
151 - include/grpc++/impl/sync_cxx11.h
152 - include/grpc++/impl/sync_no_cxx11.h
153 - include/grpc++/impl/thd.h
154 - include/grpc++/impl/thd_cxx11.h
155 - include/grpc++/impl/thd_no_cxx11.h
156 - include/grpc++/security/auth_context.h
157 - include/grpc++/security/auth_metadata_processor.h
158 - include/grpc++/security/credentials.h
159 - include/grpc++/security/server_credentials.h
160 - include/grpc++/server.h
161 - include/grpc++/server_builder.h
162 - include/grpc++/server_context.h
163 - include/grpc++/support/async_stream.h
164 - include/grpc++/support/async_unary_call.h
165 - include/grpc++/support/byte_buffer.h
166 - include/grpc++/support/channel_arguments.h
167 - include/grpc++/support/config.h
168 - include/grpc++/support/config_protobuf.h
169 - include/grpc++/support/slice.h
170 - include/grpc++/support/status.h
171 - include/grpc++/support/status_code_enum.h
172 - include/grpc++/support/string_ref.h
173 - include/grpc++/support/stub_options.h
174 - include/grpc++/support/sync_stream.h
175 - include/grpc++/support/time.h
176 headers:
177 - src/cpp/client/create_channel_internal.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800178 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700179 - src/cpp/common/create_auth_context.h
180 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700181 - src/cpp/server/thread_pool_interface.h
182 src:
183 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700184 - src/cpp/client/client_context.cc
185 - src/cpp/client/create_channel.cc
186 - src/cpp/client/create_channel_internal.cc
187 - src/cpp/client/credentials.cc
188 - src/cpp/client/generic_stub.cc
189 - src/cpp/client/insecure_credentials.cc
yang-g52705592015-11-25 11:45:33 -0800190 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700191 - src/cpp/common/completion_queue.cc
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +0100192 - src/cpp/common/core_codegen.cc
Craig Tiller25834342015-09-25 08:08:24 -0700193 - src/cpp/common/rpc_method.cc
Craig Tiller25834342015-09-25 08:08:24 -0700194 - src/cpp/server/async_generic_service.cc
195 - src/cpp/server/create_default_thread_pool.cc
196 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700197 - src/cpp/server/insecure_server_credentials.cc
198 - src/cpp/server/server.cc
199 - src/cpp/server/server_builder.cc
200 - src/cpp/server/server_context.cc
201 - src/cpp/server/server_credentials.cc
202 - src/cpp/util/byte_buffer.cc
203 - src/cpp/util/slice.cc
204 - src/cpp/util/status.cc
205 - src/cpp/util/string_ref.cc
206 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800207- name: grpc++_codegen
208 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800209 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800210 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800211 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800212 - include/grpc++/impl/codegen/call_hook.h
213 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800214 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800215 - include/grpc++/impl/codegen/client_unary_call.h
216 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800217 - include/grpc++/impl/codegen/completion_queue_tag.h
218 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800219 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100220 - include/grpc++/impl/codegen/core_codegen_interface.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800221 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800222 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800223 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800224 - include/grpc++/impl/codegen/rpc_method.h
225 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800226 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800227 - include/grpc++/impl/codegen/serialization_traits.h
228 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800229 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800230 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800231 - include/grpc++/impl/codegen/status.h
232 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800233 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800234 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800235 - include/grpc++/impl/codegen/sync.h
236 - include/grpc++/impl/codegen/sync_cxx11.h
237 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800238 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800239 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800240 src:
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100241 - src/cpp/codegen/codegen_init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700242- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700243 public_headers:
244 - include/grpc/byte_buffer.h
245 - include/grpc/byte_buffer_reader.h
246 - include/grpc/compression.h
247 - include/grpc/grpc.h
248 - include/grpc/status.h
249 headers:
250 - src/core/census/grpc_filter.h
251 - src/core/channel/channel_args.h
252 - src/core/channel/channel_stack.h
253 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700254 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700255 - src/core/channel/compress_filter.h
256 - src/core/channel/connected_channel.h
257 - src/core/channel/context.h
258 - src/core/channel/http_client_filter.h
259 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800260 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700261 - src/core/client_config/client_config.h
262 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800263 - src/core/client_config/initial_connect_string.h
Craig Tillereb841e22016-02-11 15:49:16 -0800264 - src/core/client_config/lb_policies/load_balancer_api.h
Craig Tiller25834342015-09-25 08:08:24 -0700265 - src/core/client_config/lb_policies/pick_first.h
266 - src/core/client_config/lb_policies/round_robin.h
267 - src/core/client_config/lb_policy.h
268 - src/core/client_config/lb_policy_factory.h
269 - src/core/client_config/lb_policy_registry.h
270 - src/core/client_config/resolver.h
271 - src/core/client_config/resolver_factory.h
272 - src/core/client_config/resolver_registry.h
273 - src/core/client_config/resolvers/dns_resolver.h
274 - src/core/client_config/resolvers/sockaddr_resolver.h
275 - src/core/client_config/subchannel.h
276 - src/core/client_config/subchannel_factory.h
Craig Tiller694cf8b2016-01-15 21:13:25 -0800277 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700278 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800279 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700280 - src/core/compression/message_compress.h
281 - src/core/debug/trace.h
282 - src/core/httpcli/format_request.h
283 - src/core/httpcli/httpcli.h
284 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700285 - src/core/iomgr/closure.h
286 - src/core/iomgr/endpoint.h
287 - src/core/iomgr/endpoint_pair.h
288 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700289 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700290 - src/core/iomgr/fd_posix.h
291 - src/core/iomgr/iocp_windows.h
292 - src/core/iomgr/iomgr.h
293 - src/core/iomgr/iomgr_internal.h
294 - src/core/iomgr/iomgr_posix.h
295 - src/core/iomgr/pollset.h
296 - src/core/iomgr/pollset_posix.h
297 - src/core/iomgr/pollset_set.h
298 - src/core/iomgr/pollset_set_posix.h
299 - src/core/iomgr/pollset_set_windows.h
300 - src/core/iomgr/pollset_windows.h
301 - src/core/iomgr/resolve_address.h
302 - src/core/iomgr/sockaddr.h
303 - src/core/iomgr/sockaddr_posix.h
304 - src/core/iomgr/sockaddr_utils.h
305 - src/core/iomgr/sockaddr_win32.h
306 - src/core/iomgr/socket_utils_posix.h
307 - src/core/iomgr/socket_windows.h
308 - src/core/iomgr/tcp_client.h
309 - src/core/iomgr/tcp_posix.h
310 - src/core/iomgr/tcp_server.h
311 - src/core/iomgr/tcp_windows.h
312 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700313 - src/core/iomgr/timer.h
314 - src/core/iomgr/timer_heap.h
Craig Tiller25834342015-09-25 08:08:24 -0700315 - src/core/iomgr/udp_server.h
316 - src/core/iomgr/wakeup_fd_pipe.h
317 - src/core/iomgr/wakeup_fd_posix.h
318 - src/core/iomgr/workqueue.h
319 - src/core/iomgr/workqueue_posix.h
320 - src/core/iomgr/workqueue_windows.h
321 - src/core/json/json.h
322 - src/core/json/json_common.h
323 - src/core/json/json_reader.h
324 - src/core/json/json_writer.h
Craig Tillereb841e22016-02-11 15:49:16 -0800325 - src/core/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller25834342015-09-25 08:08:24 -0700326 - src/core/statistics/census_interface.h
327 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700328 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700329 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700330 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700331 - src/core/surface/channel.h
332 - src/core/surface/completion_queue.h
333 - src/core/surface/event_string.h
334 - src/core/surface/init.h
335 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700336 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800337 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700338 - src/core/transport/chttp2/alpn.h
339 - src/core/transport/chttp2/bin_encoder.h
340 - src/core/transport/chttp2/frame.h
341 - src/core/transport/chttp2/frame_data.h
342 - src/core/transport/chttp2/frame_goaway.h
343 - src/core/transport/chttp2/frame_ping.h
344 - src/core/transport/chttp2/frame_rst_stream.h
345 - src/core/transport/chttp2/frame_settings.h
346 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800347 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700348 - src/core/transport/chttp2/hpack_parser.h
349 - src/core/transport/chttp2/hpack_table.h
350 - src/core/transport/chttp2/http2_errors.h
351 - src/core/transport/chttp2/huffsyms.h
352 - src/core/transport/chttp2/incoming_metadata.h
353 - src/core/transport/chttp2/internal.h
354 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700355 - src/core/transport/chttp2/stream_map.h
356 - src/core/transport/chttp2/timeout_encoding.h
357 - src/core/transport/chttp2/varint.h
358 - src/core/transport/chttp2_transport.h
359 - src/core/transport/connectivity_state.h
360 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800361 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800362 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700363 - src/core/transport/transport.h
364 - src/core/transport/transport_impl.h
365 src:
366 - src/core/census/grpc_context.c
367 - src/core/census/grpc_filter.c
368 - src/core/channel/channel_args.c
369 - src/core/channel/channel_stack.c
370 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700371 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700372 - src/core/channel/compress_filter.c
373 - src/core/channel/connected_channel.c
374 - src/core/channel/http_client_filter.c
375 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800376 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700377 - src/core/client_config/client_config.c
378 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800379 - src/core/client_config/default_initial_connect_string.c
380 - src/core/client_config/initial_connect_string.c
Craig Tillereb841e22016-02-11 15:49:16 -0800381 - src/core/client_config/lb_policies/load_balancer_api.c
Craig Tiller25834342015-09-25 08:08:24 -0700382 - src/core/client_config/lb_policies/pick_first.c
383 - src/core/client_config/lb_policies/round_robin.c
384 - src/core/client_config/lb_policy.c
385 - src/core/client_config/lb_policy_factory.c
386 - src/core/client_config/lb_policy_registry.c
387 - src/core/client_config/resolver.c
388 - src/core/client_config/resolver_factory.c
389 - src/core/client_config/resolver_registry.c
390 - src/core/client_config/resolvers/dns_resolver.c
391 - src/core/client_config/resolvers/sockaddr_resolver.c
392 - src/core/client_config/subchannel.c
393 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800394 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700395 - src/core/client_config/uri_parser.c
Craig Tiller732a8752016-02-22 15:59:19 -0800396 - src/core/compression/compression_algorithm.c
Craig Tiller25834342015-09-25 08:08:24 -0700397 - src/core/compression/message_compress.c
398 - src/core/debug/trace.c
399 - src/core/httpcli/format_request.c
400 - src/core/httpcli/httpcli.c
401 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700402 - src/core/iomgr/closure.c
403 - src/core/iomgr/endpoint.c
404 - src/core/iomgr/endpoint_pair_posix.c
405 - src/core/iomgr/endpoint_pair_windows.c
406 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700407 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700408 - src/core/iomgr/fd_posix.c
409 - src/core/iomgr/iocp_windows.c
410 - src/core/iomgr/iomgr.c
411 - src/core/iomgr/iomgr_posix.c
412 - src/core/iomgr/iomgr_windows.c
413 - src/core/iomgr/pollset_multipoller_with_epoll.c
414 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
415 - src/core/iomgr/pollset_posix.c
416 - src/core/iomgr/pollset_set_posix.c
417 - src/core/iomgr/pollset_set_windows.c
418 - src/core/iomgr/pollset_windows.c
419 - src/core/iomgr/resolve_address_posix.c
420 - src/core/iomgr/resolve_address_windows.c
421 - src/core/iomgr/sockaddr_utils.c
422 - src/core/iomgr/socket_utils_common_posix.c
423 - src/core/iomgr/socket_utils_linux.c
424 - src/core/iomgr/socket_utils_posix.c
425 - src/core/iomgr/socket_windows.c
426 - src/core/iomgr/tcp_client_posix.c
427 - src/core/iomgr/tcp_client_windows.c
428 - src/core/iomgr/tcp_posix.c
429 - src/core/iomgr/tcp_server_posix.c
430 - src/core/iomgr/tcp_server_windows.c
431 - src/core/iomgr/tcp_windows.c
432 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700433 - src/core/iomgr/timer.c
434 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700435 - src/core/iomgr/udp_server.c
436 - src/core/iomgr/wakeup_fd_eventfd.c
437 - src/core/iomgr/wakeup_fd_nospecial.c
438 - src/core/iomgr/wakeup_fd_pipe.c
439 - src/core/iomgr/wakeup_fd_posix.c
440 - src/core/iomgr/workqueue_posix.c
441 - src/core/iomgr/workqueue_windows.c
442 - src/core/json/json.c
443 - src/core/json/json_reader.c
444 - src/core/json/json_string.c
445 - src/core/json/json_writer.c
Craig Tillereb841e22016-02-11 15:49:16 -0800446 - src/core/proto/grpc/lb/v0/load_balancer.pb.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100447 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700448 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700449 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700450 - src/core/surface/byte_buffer_reader.c
451 - src/core/surface/call.c
452 - src/core/surface/call_details.c
453 - src/core/surface/call_log_batch.c
454 - src/core/surface/channel.c
455 - src/core/surface/channel_connectivity.c
456 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800457 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700458 - src/core/surface/completion_queue.c
459 - src/core/surface/event_string.c
460 - src/core/surface/init.c
461 - src/core/surface/lame_client.c
462 - src/core/surface/metadata_array.c
463 - src/core/surface/server.c
464 - src/core/surface/server_chttp2.c
465 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800466 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700467 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800468 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700469 - src/core/transport/chttp2/alpn.c
470 - src/core/transport/chttp2/bin_encoder.c
471 - src/core/transport/chttp2/frame_data.c
472 - src/core/transport/chttp2/frame_goaway.c
473 - src/core/transport/chttp2/frame_ping.c
474 - src/core/transport/chttp2/frame_rst_stream.c
475 - src/core/transport/chttp2/frame_settings.c
476 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800477 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700478 - src/core/transport/chttp2/hpack_parser.c
479 - src/core/transport/chttp2/hpack_table.c
480 - src/core/transport/chttp2/huffsyms.c
481 - src/core/transport/chttp2/incoming_metadata.c
482 - src/core/transport/chttp2/parsing.c
483 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700484 - src/core/transport/chttp2/stream_lists.c
485 - src/core/transport/chttp2/stream_map.c
486 - src/core/transport/chttp2/timeout_encoding.c
487 - src/core/transport/chttp2/varint.c
488 - src/core/transport/chttp2/writing.c
489 - src/core/transport/chttp2_transport.c
490 - src/core/transport/connectivity_state.c
491 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800492 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800493 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700494 - src/core/transport/transport.c
495 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800496- name: grpc_codegen
497 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800498 - include/grpc/impl/codegen/byte_buffer.h
499 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800500 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800501 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800502 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800503 - include/grpc/impl/codegen/status.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100504- name: grpc_secure
505 headers:
506 - src/core/security/auth_filters.h
Craig Tiller732a8752016-02-22 15:59:19 -0800507 - src/core/security/b64.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100508 - src/core/security/credentials.h
509 - src/core/security/handshake.h
510 - src/core/security/json_token.h
511 - src/core/security/jwt_verifier.h
512 - src/core/security/secure_endpoint.h
513 - src/core/security/security_connector.h
514 - src/core/security/security_context.h
515 - src/core/tsi/fake_transport_security.h
516 - src/core/tsi/ssl_transport_security.h
517 - src/core/tsi/ssl_types.h
518 - src/core/tsi/transport_security.h
519 - src/core/tsi/transport_security_interface.h
520 src:
521 - src/core/httpcli/httpcli_security_connector.c
Craig Tiller732a8752016-02-22 15:59:19 -0800522 - src/core/security/b64.c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100523 - src/core/security/client_auth_filter.c
524 - src/core/security/credentials.c
525 - src/core/security/credentials_metadata.c
526 - src/core/security/credentials_posix.c
527 - src/core/security/credentials_win32.c
528 - src/core/security/google_default_credentials.c
529 - src/core/security/handshake.c
530 - src/core/security/json_token.c
531 - src/core/security/jwt_verifier.c
532 - src/core/security/secure_endpoint.c
533 - src/core/security/security_connector.c
534 - src/core/security/security_context.c
535 - src/core/security/server_auth_filter.c
536 - src/core/security/server_secure_chttp2.c
537 - src/core/surface/init_secure.c
538 - src/core/surface/secure_channel_create.c
539 - src/core/tsi/fake_transport_security.c
540 - src/core/tsi/ssl_transport_security.c
541 - src/core/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700542- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700543 headers:
544 - test/core/end2end/cq_verifier.h
545 - test/core/end2end/fixtures/proxy.h
546 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700547 - test/core/util/grpc_profiler.h
548 - test/core/util/parse_hexstring.h
549 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700550 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700551 - test/core/util/slice_splitter.h
552 src:
553 - test/core/end2end/cq_verifier.c
554 - test/core/end2end/fixtures/proxy.c
555 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700556 - test/core/util/grpc_profiler.c
557 - test/core/util/parse_hexstring.c
558 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700559 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700560 - test/core/util/port_windows.c
561 - test/core/util/slice_splitter.c
Craig Tillereb841e22016-02-11 15:49:16 -0800562- name: nanopb
563 headers:
564 - third_party/nanopb/pb.h
565 - third_party/nanopb/pb_common.h
566 - third_party/nanopb/pb_decode.h
567 - third_party/nanopb/pb_encode.h
568 src:
569 - third_party/nanopb/pb_common.c
570 - third_party/nanopb/pb_decode.c
571 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100572libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800573- name: gpr
574 build: all
575 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800576 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800577 - gpr
578 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800579 secure: false
580 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
581- name: gpr_test_util
582 build: private
583 language: c
584 headers:
585 - test/core/util/test_config.h
586 src:
587 - test/core/util/test_config.c
588 deps:
589 - gpr
590 secure: false
591 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700592- name: grpc
593 build: all
594 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700595 public_headers:
596 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800597 deps:
598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700599 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800600 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700601 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700602 filegroups:
603 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100604 - grpc_secure
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100605 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700606 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800607 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700608 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700609 vs_packages:
610 - grpc.dependencies.openssl
611 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700612 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800613- name: grpc_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100614 build: protoc
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800615 language: c
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800616 headers: []
617 src: []
618 filegroups:
619 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100620 - grpc_codegen
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800621 secure: false
622 vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100623- name: grpc_dll
624 build: private
625 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100626 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100627 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100628 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100629 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100630 build_system:
631 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100632 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100633 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100634 vs_config_type: DynamicLibrary
635 vs_packages:
636 - grpc.dependencies.openssl
637 - grpc.dependencies.zlib
638 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
639 vs_props:
640 - zlib
641 - openssl
642 - winsock
643 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700644- name: grpc_test_util
645 build: private
646 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700647 headers:
648 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800649 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700650 src:
651 - test/core/end2end/data/server1_cert.c
652 - test/core/end2end/data/server1_key.c
653 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800654 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700655 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800656 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800657 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700658 - grpc
659 filegroups:
660 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700661 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
662- name: grpc_test_util_unsecure
663 build: private
664 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700665 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800666 - gpr
667 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800668 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700669 filegroups:
670 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700671 secure: false
672 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
673- name: grpc_unsecure
674 build: all
675 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700676 src:
677 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800678 deps:
679 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700680 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800681 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700682 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700683 filegroups:
684 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800685 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700686 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800687 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700688 secure: false
689 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
690- name: grpc_zookeeper
691 build: all
692 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700693 public_headers:
694 - include/grpc/grpc_zookeeper.h
695 headers:
696 - src/core/client_config/resolvers/zookeeper_resolver.h
697 src:
698 - src/core/client_config/resolvers/zookeeper_resolver.c
699 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800700 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700701 - grpc
702 external_deps:
703 - zookeeper
704 platforms:
705 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700706 secure: false
707- name: reconnect_server
708 build: private
709 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700710 headers:
711 - test/core/util/reconnect_server.h
712 src:
713 - test/core/util/reconnect_server.c
714 deps:
yang-gc9fca182015-11-06 16:41:33 -0800715 - test_tcp_server
716 - grpc_test_util
717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800718 - gpr_test_util
719 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800720- name: test_tcp_server
721 build: private
722 language: c
723 headers:
724 - test/core/util/test_tcp_server.h
725 src:
726 - test/core/util/test_tcp_server.c
727 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700728 - grpc_test_util
729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800730 - gpr_test_util
731 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700732- name: grpc++
733 build: all
734 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700735 headers:
736 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800737 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700738 - src/cpp/common/secure_auth_context.h
739 - src/cpp/server/secure_server_credentials.h
740 src:
Craig Tiller25834342015-09-25 08:08:24 -0700741 - src/cpp/client/secure_credentials.cc
742 - src/cpp/common/auth_property_iterator.cc
743 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800744 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700745 - src/cpp/common/secure_create_auth_context.cc
746 - src/cpp/server/secure_server_credentials.cc
747 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700748 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700749 baselib: true
750 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700751 filegroups:
752 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800753 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700754 secure: check
755 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800756- name: grpc++_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100757 build: protoc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800758 language: c++
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800759 headers: []
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100760 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800761 filegroups:
762 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100763 - grpc_codegen
764 - grpc++_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800765 secure: false
David Garcia Quintasaee7cf12016-02-19 14:05:47 -0800766 vs_project_guid: '{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700767- name: grpc++_test_config
768 build: private
769 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700770 headers:
771 - test/cpp/util/test_config.h
772 src:
773 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700774- name: grpc++_test_util
775 build: private
776 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700777 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800778 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800779 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700780 - test/cpp/util/cli_call.h
781 - test/cpp/util/create_test_channel.h
782 - test/cpp/util/string_ref_helper.h
783 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800784 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700785 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800786 - src/proto/grpc/testing/echo_messages.proto
787 - src/proto/grpc/testing/echo.proto
788 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800789 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800790 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700791 - test/cpp/util/cli_call.cc
792 - test/cpp/util/create_test_channel.cc
793 - test/cpp/util/string_ref_helper.cc
794 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800795 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700796 deps:
797 - grpc++
798 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700799- name: grpc++_unsecure
800 build: all
801 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700802 src:
803 - src/cpp/common/insecure_create_auth_context.cc
804 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800805 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700806 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700807 baselib: true
808 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700809 filegroups:
810 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800811 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700812 secure: false
813 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
814- name: grpc_plugin_support
815 build: protoc
816 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700817 headers:
818 - include/grpc++/support/config.h
819 - include/grpc++/support/config_protobuf.h
820 - src/compiler/config.h
821 - src/compiler/cpp_generator.h
822 - src/compiler/cpp_generator_helpers.h
823 - src/compiler/csharp_generator.h
824 - src/compiler/csharp_generator_helpers.h
825 - src/compiler/generator_helpers.h
826 - src/compiler/objective_c_generator.h
827 - src/compiler/objective_c_generator_helpers.h
828 - src/compiler/python_generator.h
829 - src/compiler/ruby_generator.h
830 - src/compiler/ruby_generator_helpers-inl.h
831 - src/compiler/ruby_generator_map-inl.h
832 - src/compiler/ruby_generator_string-inl.h
833 src:
834 - src/compiler/cpp_generator.cc
835 - src/compiler/csharp_generator.cc
836 - src/compiler/objective_c_generator.cc
837 - src/compiler/python_generator.cc
838 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800839 deps:
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800840 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800841 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800842 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700843 secure: false
844 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800845 vs_props:
846 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700847- name: interop_client_helper
848 build: private
849 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700850 headers:
851 - test/cpp/interop/client_helper.h
852 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800853 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700854 - test/cpp/interop/client_helper.cc
855 deps:
856 - grpc++_test_util
857 - grpc_test_util
858 - grpc++
859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700861- name: interop_client_main
862 build: private
863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700864 headers:
865 - test/cpp/interop/interop_client.h
866 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800867 - src/proto/grpc/testing/empty.proto
868 - src/proto/grpc/testing/messages.proto
869 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700870 - test/cpp/interop/client.cc
871 - test/cpp/interop/interop_client.cc
872 deps:
873 - interop_client_helper
874 - grpc++_test_util
875 - grpc_test_util
876 - grpc++
877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800878 - gpr_test_util
879 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700880 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700881- name: interop_server_helper
882 build: private
883 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700884 headers:
885 - test/cpp/interop/server_helper.h
886 src:
887 - test/cpp/interop/server_helper.cc
888 deps:
889 - grpc_test_util
890 - grpc++
891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700893- name: interop_server_main
894 build: private
895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700896 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800897 - src/proto/grpc/testing/empty.proto
898 - src/proto/grpc/testing/messages.proto
899 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800900 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700901 deps:
902 - interop_server_helper
903 - grpc++_test_util
904 - grpc_test_util
905 - grpc++
906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800907 - gpr_test_util
908 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700909 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700910- name: qps
911 build: private
912 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700913 headers:
914 - test/cpp/qps/client.h
915 - test/cpp/qps/driver.h
916 - test/cpp/qps/histogram.h
917 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800918 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700919 - test/cpp/qps/perf_db_client.h
920 - test/cpp/qps/qps_worker.h
921 - test/cpp/qps/report.h
922 - test/cpp/qps/server.h
923 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800924 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700925 - test/cpp/util/benchmark_config.h
926 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800927 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800928 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800929 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800930 - src/proto/grpc/testing/control.proto
931 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800932 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700933 - test/cpp/qps/client_async.cc
934 - test/cpp/qps/client_sync.cc
935 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800936 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700937 - test/cpp/qps/perf_db_client.cc
938 - test/cpp/qps/qps_worker.cc
939 - test/cpp/qps/report.cc
940 - test/cpp/qps/server_async.cc
941 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -0800942 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -0700943 - test/cpp/util/benchmark_config.cc
944 deps:
945 - grpc_test_util
946 - grpc++_test_util
947 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948- name: grpc_csharp_ext
949 build: all
950 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700951 src:
952 - src/csharp/ext/grpc_csharp_ext.c
953 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800955 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800956 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800957 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700958 dll: only
959 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700960 vs_packages:
961 - grpc.dependencies.openssl
962 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700963 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700964 vs_props:
965 - zlib
966 - openssl
967 - winsock
968 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700969targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100970- name: alarm_test
971 build: test
972 language: c
973 src:
974 - test/core/surface/alarm_test.c
975 deps:
976 - grpc_test_util
977 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800978 - gpr_test_util
979 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800980- name: algorithm_test
981 build: test
982 language: c
983 src:
984 - test/core/compression/algorithm_test.c
985 deps:
986 - grpc_test_util
987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800988 - gpr_test_util
989 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800990- name: alloc_test
991 build: test
992 language: c
993 src:
994 - test/core/support/alloc_test.c
995 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800996 - gpr_test_util
997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998- name: alpn_test
999 build: test
1000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001001 src:
1002 - test/core/transport/chttp2/alpn_test.c
1003 deps:
1004 - grpc_test_util
1005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001006 - gpr_test_util
1007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: bin_encoder_test
1009 build: test
1010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001011 src:
1012 - test/core/transport/chttp2/bin_encoder_test.c
1013 deps:
1014 - grpc_test_util
1015 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001016- name: census_context_test
1017 build: test
1018 language: c
1019 src:
1020 - test/core/census/context_test.c
1021 deps:
1022 - grpc_test_util
1023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001024 - gpr_test_util
1025 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001026- name: channel_create_test
1027 build: test
1028 language: c
1029 src:
1030 - test/core/surface/channel_create_test.c
1031 deps:
1032 - grpc_test_util
1033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001034 - gpr_test_util
1035 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001036- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037 build: test
1038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001039 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001040 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001041 deps:
1042 - grpc_test_util
1043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001044 - gpr_test_util
1045 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001046- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001047 build: test
1048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001049 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001050 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001051 deps:
1052 - grpc_test_util
1053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001054 - gpr_test_util
1055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001056- name: chttp2_stream_map_test
1057 build: test
1058 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001059 src:
1060 - test/core/transport/chttp2/stream_map_test.c
1061 deps:
1062 - grpc_test_util
1063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001064 - gpr_test_util
1065 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001066- name: chttp2_varint_test
1067 build: test
1068 language: c
1069 src:
1070 - test/core/transport/chttp2/varint_test.c
1071 deps:
1072 - grpc_test_util
1073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001074 - gpr_test_util
1075 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001076- name: compression_test
1077 build: test
1078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001079 src:
1080 - test/core/compression/compression_test.c
1081 deps:
1082 - grpc_test_util
1083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001084 - gpr_test_util
1085 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001086- name: concurrent_connectivity_test
1087 build: test
1088 language: c
1089 src:
1090 - test/core/surface/concurrent_connectivity_test.c
1091 deps:
1092 - grpc_test_util
1093 - grpc
1094 - gpr_test_util
1095 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001096- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001097 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001098 build: test
1099 language: c
1100 src:
1101 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1102 deps:
1103 - grpc_test_util
1104 - grpc
1105 - gpr_test_util
1106 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001107- name: dns_resolver_test
1108 build: test
1109 language: c
1110 src:
1111 - test/core/client_config/resolvers/dns_resolver_test.c
1112 deps:
1113 - grpc_test_util
1114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001115 - gpr_test_util
1116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001118 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001119 build: test
1120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001121 src:
1122 - test/core/end2end/dualstack_socket_test.c
1123 deps:
1124 - grpc_test_util
1125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001126 - gpr_test_util
1127 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001128 platforms:
1129 - mac
1130 - linux
1131 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001132- name: endpoint_pair_test
1133 build: test
1134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001135 src:
1136 - test/core/iomgr/endpoint_pair_test.c
1137 deps:
1138 - grpc_test_util
1139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001140 - gpr_test_util
1141 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001142- name: fd_conservation_posix_test
1143 build: test
1144 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001145 src:
1146 - test/core/iomgr/fd_conservation_posix_test.c
1147 deps:
1148 - grpc_test_util
1149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001150 - gpr_test_util
1151 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001152 platforms:
1153 - mac
1154 - linux
1155 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001156- name: fd_posix_test
1157 build: test
1158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001159 src:
1160 - test/core/iomgr/fd_posix_test.c
1161 deps:
1162 - grpc_test_util
1163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001164 - gpr_test_util
1165 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001166 platforms:
1167 - mac
1168 - linux
1169 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170- name: fling_client
1171 build: test
1172 run: false
1173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001174 src:
1175 - test/core/fling/client.c
1176 deps:
1177 - grpc_test_util
1178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001179 - gpr_test_util
1180 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181- name: fling_server
1182 build: test
1183 run: false
1184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001185 src:
1186 - test/core/fling/server.c
1187 deps:
1188 - grpc_test_util
1189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001190 - gpr_test_util
1191 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001193 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001194 build: test
1195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001196 src:
1197 - test/core/fling/fling_stream_test.c
1198 deps:
1199 - grpc_test_util
1200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001201 - gpr_test_util
1202 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001203 platforms:
1204 - mac
1205 - linux
1206 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001208 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209 build: test
1210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001211 src:
1212 - test/core/fling/fling_test.c
1213 deps:
1214 - grpc_test_util
1215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001216 - gpr_test_util
1217 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001218 platforms:
1219 - mac
1220 - linux
1221 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001222- name: gen_hpack_tables
1223 build: tool
1224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001225 src:
1226 - tools/codegen/core/gen_hpack_tables.c
1227 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001228 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001229 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230- name: gen_legal_metadata_characters
1231 build: tool
1232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001233 src:
1234 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001235 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001236- name: gpr_avl_test
1237 build: test
1238 language: c
1239 src:
1240 - test/core/support/avl_test.c
1241 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001242 - gpr_test_util
1243 - gpr
Craig Tiller58270d52016-03-18 15:57:49 -07001244- name: gpr_backoff_test
1245 build: test
1246 language: c
1247 src:
1248 - test/core/support/backoff_test.c
1249 deps:
1250 - gpr_test_util
1251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252- name: gpr_cmdline_test
1253 build: test
1254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001255 src:
1256 - test/core/support/cmdline_test.c
1257 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001258 - gpr_test_util
1259 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001260- name: gpr_cpu_test
1261 build: test
1262 language: c
1263 src:
1264 - test/core/support/cpu_test.c
1265 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001266 - gpr_test_util
1267 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001268- name: gpr_env_test
1269 build: test
1270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001271 src:
1272 - test/core/support/env_test.c
1273 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001274 - gpr_test_util
1275 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001276- name: gpr_histogram_test
1277 build: test
1278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001279 src:
1280 - test/core/support/histogram_test.c
1281 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001282 - gpr_test_util
1283 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284- name: gpr_host_port_test
1285 build: test
1286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001287 src:
1288 - test/core/support/host_port_test.c
1289 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001290 - gpr_test_util
1291 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001292- name: gpr_load_file_test
1293 build: test
1294 language: c
1295 src:
1296 - test/core/support/load_file_test.c
1297 deps:
1298 - gpr_test_util
1299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001300- name: gpr_log_test
1301 build: test
1302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001303 src:
1304 - test/core/support/log_test.c
1305 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: gpr_slice_buffer_test
1309 build: test
1310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
1312 - test/core/support/slice_buffer_test.c
1313 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001314 - gpr_test_util
1315 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316- name: gpr_slice_test
1317 build: test
1318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001319 src:
1320 - test/core/support/slice_test.c
1321 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr_test_util
1323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001325 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326 build: test
1327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001328 src:
1329 - test/core/support/stack_lockfree_test.c
1330 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001331 - gpr_test_util
1332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333- name: gpr_string_test
1334 build: test
1335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001336 src:
1337 - test/core/support/string_test.c
1338 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001339 - gpr_test_util
1340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001341- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001342 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001343 build: test
1344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001345 src:
1346 - test/core/support/sync_test.c
1347 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 - gpr_test_util
1349 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001351 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001352 build: test
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/support/thd_test.c
1356 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001357 - gpr_test_util
1358 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001359- name: gpr_time_test
1360 build: test
1361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001362 src:
1363 - test/core/support/time_test.c
1364 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001365 - gpr_test_util
1366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001367- name: gpr_tls_test
1368 build: test
1369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001370 src:
1371 - test/core/support/tls_test.c
1372 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 - gpr_test_util
1374 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375- name: gpr_useful_test
1376 build: test
1377 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001378 src:
1379 - test/core/support/useful_test.c
1380 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383- name: grpc_auth_context_test
1384 build: test
1385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001386 src:
1387 - test/core/security/auth_context_test.c
1388 deps:
1389 - grpc_test_util
1390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001391 - gpr_test_util
1392 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001393- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001394 build: test
1395 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001396 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001397 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001398 deps:
1399 - grpc_test_util
1400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001401 - gpr_test_util
1402 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001403- name: grpc_byte_buffer_reader_test
1404 build: test
1405 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001406 src:
1407 - test/core/surface/byte_buffer_reader_test.c
1408 deps:
1409 - grpc_test_util
1410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001411 - gpr_test_util
1412 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001413- name: grpc_channel_args_test
1414 build: test
1415 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001416 src:
1417 - test/core/channel/channel_args_test.c
1418 deps:
1419 - grpc_test_util
1420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423- name: grpc_channel_stack_test
1424 build: test
1425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001426 src:
1427 - test/core/channel/channel_stack_test.c
1428 deps:
1429 - grpc_test_util
1430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001431 - gpr_test_util
1432 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001433- name: grpc_completion_queue_test
1434 build: test
1435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001436 src:
1437 - test/core/surface/completion_queue_test.c
1438 deps:
1439 - grpc_test_util
1440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001441 - gpr_test_util
1442 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001443- name: grpc_create_jwt
1444 build: tool
1445 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001446 src:
1447 - test/core/security/create_jwt.c
1448 deps:
1449 - grpc_test_util
1450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001451 - gpr_test_util
1452 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001453- name: grpc_credentials_test
1454 build: test
1455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001456 src:
1457 - test/core/security/credentials_test.c
1458 deps:
1459 - grpc_test_util
1460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001461 - gpr_test_util
1462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: grpc_fetch_oauth2
1464 build: tool
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/security/fetch_oauth2.c
1468 deps:
1469 - grpc_test_util
1470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001473- name: grpc_invalid_channel_args_test
1474 build: test
1475 language: c
1476 src:
1477 - test/core/surface/invalid_channel_args_test.c
1478 deps:
1479 - grpc_test_util
1480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001481 - gpr_test_util
1482 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483- name: grpc_json_token_test
1484 build: test
1485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001486 src:
1487 - test/core/security/json_token_test.c
1488 deps:
1489 - grpc_test_util
1490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001491 - gpr_test_util
1492 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001493 platforms:
1494 - linux
1495 - posix
1496 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001497- name: grpc_jwt_verifier_test
1498 build: test
1499 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001500 src:
1501 - test/core/security/jwt_verifier_test.c
1502 deps:
1503 - grpc_test_util
1504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001505 - gpr_test_util
1506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507- name: grpc_print_google_default_creds_token
1508 build: tool
1509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001510 src:
1511 - test/core/security/print_google_default_creds_token.c
1512 deps:
1513 - grpc_test_util
1514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001515 - gpr_test_util
1516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517- name: grpc_security_connector_test
1518 build: test
1519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001520 src:
1521 - test/core/security/security_connector_test.c
1522 deps:
1523 - grpc_test_util
1524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001525 - gpr_test_util
1526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001527- name: grpc_verify_jwt
1528 build: tool
1529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001530 src:
1531 - test/core/security/verify_jwt.c
1532 deps:
1533 - grpc_test_util
1534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001535 - gpr_test_util
1536 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537- name: hpack_parser_test
1538 build: test
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/transport/chttp2/hpack_parser_test.c
1542 deps:
1543 - grpc_test_util
1544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: hpack_table_test
1548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/transport/chttp2/hpack_table_test.c
1552 deps:
1553 - grpc_test_util
1554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001557- name: httpcli_format_request_test
1558 build: test
1559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001560 src:
1561 - test/core/httpcli/format_request_test.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001565 - gpr_test_util
1566 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567- name: httpcli_parser_test
1568 build: test
1569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001570 src:
1571 - test/core/httpcli/parser_test.c
1572 deps:
1573 - grpc_test_util
1574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001575 - gpr_test_util
1576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001577- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001578 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579 build: test
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - test/core/httpcli/httpcli_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001588 platforms:
1589 - mac
1590 - linux
1591 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001592- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001593 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001594 build: test
1595 language: c
1596 src:
1597 - test/core/httpcli/httpscli_test.c
1598 deps:
1599 - grpc_test_util
1600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001603 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001604 - linux
yang-gf1183302015-12-07 16:02:05 -08001605- name: init_test
1606 build: test
1607 language: c
1608 src:
1609 - test/core/surface/init_test.c
1610 deps:
1611 - grpc_test_util
1612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001613 - gpr_test_util
1614 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001615- name: invalid_call_argument_test
1616 build: test
1617 language: c
1618 src:
1619 - test/core/end2end/invalid_call_argument_test.c
1620 deps:
1621 - grpc_test_util
1622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001623 - gpr_test_util
1624 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001625- name: json_rewrite
1626 build: test
1627 run: false
1628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
1630 - test/core/json/json_rewrite.c
1631 deps:
1632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001633 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001634- name: json_rewrite_test
1635 build: test
1636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001637 src:
1638 - test/core/json/json_rewrite_test.c
1639 deps:
1640 - grpc_test_util
1641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001642 - gpr_test_util
1643 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001644- name: json_stream_error_test
1645 build: test
1646 language: c
1647 src:
1648 - test/core/json/json_stream_error_test.c
1649 deps:
1650 - grpc_test_util
1651 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 - gpr_test_util
1653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001654- name: json_test
1655 build: test
1656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001657 src:
1658 - test/core/json/json_test.c
1659 deps:
1660 - grpc_test_util
1661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001662 - gpr_test_util
1663 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664- name: lame_client_test
1665 build: test
1666 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001667 src:
1668 - test/core/surface/lame_client_test.c
1669 deps:
1670 - grpc_test_util
1671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001672 - gpr_test_util
1673 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001674- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001675 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001676 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001677 build: test
1678 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001679 src:
1680 - test/core/client_config/lb_policies_test.c
1681 deps:
1682 - grpc_test_util
1683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 - gpr_test_util
1685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686- name: low_level_ping_pong_benchmark
1687 build: benchmark
1688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - test/core/network_benchmarks/low_level_ping_pong.c
1691 deps:
1692 - grpc_test_util
1693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001694 - gpr_test_util
1695 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001696 platforms:
1697 - mac
1698 - linux
1699 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700- name: message_compress_test
1701 build: test
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - test/core/compression/message_compress_test.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001710- name: mlog_test
1711 build: test
1712 language: c
1713 src:
1714 - test/core/census/mlog_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
1718 - gpr_test_util
1719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001720- name: multiple_server_queues_test
1721 build: test
1722 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001723 src:
1724 - test/core/end2end/multiple_server_queues_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: murmur_hash_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/support/murmur_hash_test.c
1735 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001738- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001739 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001740 build: test
1741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001742 src:
1743 - test/core/end2end/no_server_test.c
1744 deps:
1745 - grpc_test_util
1746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001747 - gpr_test_util
1748 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001749- name: resolve_address_test
1750 build: test
1751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001752 src:
1753 - test/core/iomgr/resolve_address_test.c
1754 deps:
1755 - grpc_test_util
1756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
yang-gd482e592015-12-10 14:04:00 -08001759- name: secure_channel_create_test
1760 build: test
1761 language: c
1762 src:
1763 - test/core/surface/secure_channel_create_test.c
1764 deps:
1765 - grpc_test_util
1766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 - gpr_test_util
1768 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769- name: secure_endpoint_test
1770 build: test
1771 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001772 src:
1773 - test/core/security/secure_endpoint_test.c
1774 deps:
1775 - grpc_test_util
1776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001779- name: server_chttp2_test
1780 build: test
1781 language: c
1782 src:
1783 - test/core/surface/server_chttp2_test.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001787 - gpr_test_util
1788 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001789- name: server_test
1790 build: test
1791 language: c
1792 src:
1793 - test/core/surface/server_test.c
1794 deps:
1795 - grpc_test_util
1796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001799- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001800 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001801 build: test
1802 language: c
1803 src:
1804 - test/core/client_config/set_initial_connect_string_test.c
1805 deps:
1806 - test_tcp_server
1807 - grpc_test_util
1808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001811- name: sockaddr_resolver_test
1812 build: test
1813 language: c
1814 src:
1815 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1816 deps:
1817 - grpc_test_util
1818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr_test_util
1820 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001821- name: sockaddr_utils_test
1822 build: test
1823 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001824 src:
1825 - test/core/iomgr/sockaddr_utils_test.c
1826 deps:
1827 - grpc_test_util
1828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 - gpr_test_util
1830 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001831- name: socket_utils_test
1832 build: test
1833 language: c
1834 src:
1835 - test/core/iomgr/socket_utils_test.c
1836 deps:
1837 - grpc_test_util
1838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001841 platforms:
1842 - mac
1843 - linux
1844 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001846 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/iomgr/tcp_client_posix_test.c
1851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001856 platforms:
1857 - mac
1858 - linux
1859 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001860- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001861 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001862 build: test
1863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
1865 - test/core/iomgr/tcp_posix_test.c
1866 deps:
1867 - grpc_test_util
1868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr_test_util
1870 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001871 platforms:
1872 - mac
1873 - linux
1874 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: tcp_server_posix_test
1876 build: test
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - test/core/iomgr/tcp_server_posix_test.c
1880 deps:
1881 - grpc_test_util
1882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001885 platforms:
1886 - mac
1887 - linux
1888 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001889- name: time_averaged_stats_test
1890 build: test
1891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001892 src:
1893 - test/core/iomgr/time_averaged_stats_test.c
1894 deps:
1895 - grpc_test_util
1896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: timeout_encoding_test
1900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/transport/chttp2/timeout_encoding_test.c
1904 deps:
1905 - grpc_test_util
1906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001909- name: timer_heap_test
1910 build: test
1911 language: c
1912 src:
1913 - test/core/iomgr/timer_heap_test.c
1914 deps:
1915 - grpc_test_util
1916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001917 - gpr_test_util
1918 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001919- name: timer_list_test
1920 build: test
1921 language: c
1922 src:
1923 - test/core/iomgr/timer_list_test.c
1924 deps:
1925 - grpc_test_util
1926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001929- name: timers_test
1930 build: test
1931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
1933 - test/core/profiling/timers_test.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001939- name: transport_connectivity_state_test
1940 build: test
1941 language: c
1942 src:
1943 - test/core/transport/connectivity_state_test.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: transport_metadata_test
1950 build: test
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/transport/metadata_test.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959- name: transport_security_test
1960 build: test
1961 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001962 src:
1963 - test/core/tsi/transport_security_test.c
1964 deps:
1965 - grpc_test_util
1966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001967 - gpr_test_util
1968 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001969 platforms:
1970 - linux
1971 - posix
1972 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001973- name: udp_server_test
1974 build: test
1975 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001976 src:
1977 - test/core/iomgr/udp_server_test.c
1978 deps:
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001983 platforms:
1984 - mac
1985 - linux
1986 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: uri_parser_test
1988 build: test
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/client_config/uri_parser_test.c
1992 deps:
1993 - grpc_test_util
1994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr_test_util
1996 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001997- name: workqueue_test
1998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/iomgr/workqueue_test.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002007 platforms:
2008 - mac
2009 - linux
2010 - posix
vjpai04e992a2016-02-10 16:58:38 -08002011- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002012 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002013 build: test
2014 language: c++
2015 src:
2016 - test/cpp/common/alarm_cpp_test.cc
2017 deps:
2018 - grpc++_test_util
2019 - grpc_test_util
2020 - grpc++
2021 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002022 - gpr_test_util
2023 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002025 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026 build: test
2027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
2029 - test/cpp/end2end/async_end2end_test.cc
2030 deps:
2031 - grpc++_test_util
2032 - grpc_test_util
2033 - grpc++
2034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002035 - gpr_test_util
2036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002037- name: async_streaming_ping_pong_test
2038 build: test
2039 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
2041 - test/cpp/qps/async_streaming_ping_pong_test.cc
2042 deps:
2043 - qps
2044 - grpc++_test_util
2045 - grpc_test_util
2046 - grpc++
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr_test_util
2049 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002050 platforms:
2051 - mac
2052 - linux
2053 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002054- name: async_unary_ping_pong_test
2055 build: test
2056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002057 src:
2058 - test/cpp/qps/async_unary_ping_pong_test.cc
2059 deps:
2060 - qps
2061 - grpc++_test_util
2062 - grpc_test_util
2063 - grpc++
2064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002065 - gpr_test_util
2066 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002067 platforms:
2068 - mac
2069 - linux
2070 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002072 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073 build: test
2074 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
2076 - test/cpp/common/auth_property_iterator_test.cc
2077 deps:
2078 - grpc++_test_util
2079 - grpc_test_util
2080 - grpc++
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002085 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086 build: test
2087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002088 src:
yang-g52705592015-11-25 11:45:33 -08002089 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002090 deps:
2091 - grpc++
2092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002094- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002095 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002096 build: test
2097 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
2099 - test/cpp/util/cli_call_test.cc
2100 deps:
2101 - grpc++_test_util
2102 - grpc_test_util
2103 - grpc++
2104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002107- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002108 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002109 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002110 build: test
2111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
2113 - test/cpp/end2end/client_crash_test.cc
2114 deps:
2115 - grpc++_test_util
2116 - grpc_test_util
2117 - grpc++
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002121 platforms:
2122 - mac
2123 - linux
2124 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125- name: client_crash_test_server
2126 build: test
2127 run: false
2128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002129 src:
2130 - test/cpp/end2end/client_crash_test_server.cc
2131 deps:
2132 - grpc++_test_util
2133 - grpc_test_util
2134 - grpc++
2135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002138- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002139 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002140 build: test
2141 language: c++
2142 src:
2143 - src/proto/grpc/testing/control.proto
2144 - src/proto/grpc/testing/messages.proto
2145 - src/proto/grpc/testing/payloads.proto
2146 - src/proto/grpc/testing/perf_db.proto
2147 - src/proto/grpc/testing/services.proto
2148 - src/proto/grpc/testing/stats.proto
2149 - test/cpp/codegen/codegen_test.cc
2150 deps:
2151 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002152- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002153 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002154 build: test
2155 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002156 src:
2157 - test/cpp/client/credentials_test.cc
2158 deps:
2159 - grpc++
2160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002163 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164 build: test
2165 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002166 src:
2167 - test/cpp/util/byte_buffer_test.cc
2168 deps:
2169 - grpc_test_util
2170 - grpc++
2171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002175 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176 build: test
2177 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002178 src:
2179 - test/cpp/util/slice_test.cc
2180 deps:
2181 - grpc_test_util
2182 - grpc++
2183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr_test_util
2185 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002187 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002188 build: test
2189 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002190 src:
2191 - test/cpp/util/string_ref_test.cc
2192 deps:
2193 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002195 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196 build: test
2197 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002198 src:
2199 - test/cpp/util/time_test.cc
2200 deps:
2201 - grpc_test_util
2202 - grpc++
2203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002207 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002208 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209 build: test
2210 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002211 src:
2212 - test/cpp/end2end/end2end_test.cc
2213 deps:
2214 - grpc++_test_util
2215 - grpc_test_util
2216 - grpc++
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
vjpai083dc622016-01-11 09:41:17 -08002220- name: generic_async_streaming_ping_pong_test
2221 build: test
2222 language: c++
2223 src:
2224 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2225 deps:
2226 - qps
2227 - grpc++_test_util
2228 - grpc_test_util
2229 - grpc++
2230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002231 - gpr_test_util
2232 - gpr
vjpai083dc622016-01-11 09:41:17 -08002233 platforms:
2234 - mac
2235 - linux
2236 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002238 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239 build: test
2240 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002241 src:
2242 - test/cpp/end2end/generic_end2end_test.cc
2243 deps:
2244 - grpc++_test_util
2245 - grpc_test_util
2246 - grpc++
2247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr_test_util
2249 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250- name: grpc_cli
2251 build: test
2252 run: false
2253 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002254 src:
2255 - test/cpp/util/grpc_cli.cc
2256 deps:
2257 - grpc++_test_util
2258 - grpc_test_util
2259 - grpc++
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002263 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264- name: grpc_cpp_plugin
2265 build: protoc
2266 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002267 src:
2268 - src/compiler/cpp_plugin.cc
2269 deps:
2270 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271 secure: false
2272 vs_config_type: Application
2273 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2274- name: grpc_csharp_plugin
2275 build: protoc
2276 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002277 src:
2278 - src/compiler/csharp_plugin.cc
2279 deps:
2280 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002281 secure: false
2282 vs_config_type: Application
2283 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2284- name: grpc_objective_c_plugin
2285 build: protoc
2286 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - src/compiler/objective_c_plugin.cc
2289 deps:
2290 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291 secure: false
2292 vs_config_type: Application
2293 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2294- name: grpc_python_plugin
2295 build: protoc
2296 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - src/compiler/python_plugin.cc
2299 deps:
2300 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301 secure: false
2302 vs_config_type: Application
2303 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2304- name: grpc_ruby_plugin
2305 build: protoc
2306 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002307 src:
2308 - src/compiler/ruby_plugin.cc
2309 deps:
2310 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311 secure: false
2312 vs_config_type: Application
2313 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002314- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002315 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002316 build: test
2317 language: c++
2318 src:
2319 - src/proto/grpc/lb/v0/load_balancer.proto
2320 - test/cpp/grpclb/grpclb_api_test.cc
2321 deps:
2322 - grpc++_test_util
2323 - grpc_test_util
2324 - grpc++
2325 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002326- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002327 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002328 build: test
2329 language: c++
2330 src:
2331 - test/cpp/end2end/hybrid_end2end_test.cc
2332 deps:
2333 - grpc++_test_util
2334 - grpc_test_util
2335 - grpc++
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: interop_client
2340 build: test
2341 run: false
2342 language: c++
2343 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002344 deps:
2345 - interop_client_main
2346 - interop_client_helper
2347 - grpc++_test_util
2348 - grpc_test_util
2349 - grpc++
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002353 - grpc++_test_config
2354 platforms:
2355 - mac
2356 - linux
2357 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358- name: interop_server
2359 build: test
2360 run: false
2361 language: c++
2362 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002363 deps:
2364 - interop_server_main
2365 - interop_server_helper
2366 - grpc++_test_util
2367 - grpc_test_util
2368 - grpc++
2369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002370 - gpr_test_util
2371 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002372 - grpc++_test_config
2373 platforms:
2374 - mac
2375 - linux
2376 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002378 cpu_cost: 0.1
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/interop/interop_test.cc
2383 deps:
2384 - grpc_test_util
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002388 platforms:
2389 - mac
2390 - linux
2391 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002392- name: metrics_client
2393 build: test
2394 run: false
2395 language: c++
2396 headers:
2397 - test/cpp/util/metrics_server.h
2398 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002399 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002400 - test/cpp/interop/metrics_client.cc
2401 deps:
2402 - grpc++
2403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002405 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002406- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002407 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002408 build: test
2409 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002410 src:
2411 - test/cpp/end2end/mock_test.cc
2412 deps:
2413 - grpc++_test_util
2414 - grpc_test_util
2415 - grpc++
2416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: qps_driver
2420 build: benchmark
2421 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/cpp/qps/qps_driver.cc
2424 deps:
2425 - qps
2426 - grpc++_test_util
2427 - grpc_test_util
2428 - grpc++
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002432 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: qps_interarrival_test
2434 build: test
2435 run: false
2436 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
2438 - test/cpp/qps/qps_interarrival_test.cc
2439 deps:
2440 - qps
2441 - grpc++_test_util
2442 - grpc_test_util
2443 - grpc++
2444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr_test_util
2446 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002447 platforms:
2448 - mac
2449 - linux
2450 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002451- name: qps_openloop_test
Craig Tiller58270d52016-03-18 15:57:49 -07002452 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002453 build: test
2454 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002455 src:
2456 - test/cpp/qps/qps_openloop_test.cc
2457 deps:
2458 - qps
2459 - grpc++_test_util
2460 - grpc_test_util
2461 - grpc++
2462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr_test_util
2464 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002465 - grpc++_test_config
vjpai5c0b6dd2016-03-18 15:46:28 -07002466 exclude_configs:
2467 - tsan
Craig Tiller25834342015-09-25 08:08:24 -07002468 platforms:
2469 - mac
2470 - linux
2471 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002473 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474 build: test
2475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002476 src:
2477 - test/cpp/qps/qps_test.cc
2478 deps:
2479 - qps
2480 - grpc++_test_util
2481 - grpc_test_util
2482 - grpc++
2483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr_test_util
2485 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002486 - grpc++_test_config
vjpai5c0b6dd2016-03-18 15:46:28 -07002487 exclude_configs:
2488 - tsan
Craig Tiller25834342015-09-25 08:08:24 -07002489 platforms:
2490 - mac
2491 - linux
2492 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002493- name: qps_worker
2494 build: benchmark
2495 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002496 headers:
2497 - test/cpp/qps/client.h
2498 - test/cpp/qps/server.h
2499 src:
2500 - test/cpp/qps/worker.cc
2501 deps:
2502 - qps
2503 - grpc++_test_util
2504 - grpc_test_util
2505 - grpc++
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002509 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002510- name: reconnect_interop_client
2511 build: test
2512 run: false
2513 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002514 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002515 - src/proto/grpc/testing/empty.proto
2516 - src/proto/grpc/testing/messages.proto
2517 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002518 - test/cpp/interop/reconnect_interop_client.cc
2519 deps:
2520 - grpc++_test_util
2521 - grpc_test_util
2522 - grpc++
2523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002524 - gpr_test_util
2525 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002526 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: reconnect_interop_server
2528 build: test
2529 run: false
2530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002532 - src/proto/grpc/testing/empty.proto
2533 - src/proto/grpc/testing/messages.proto
2534 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002535 - test/cpp/interop/reconnect_interop_server.cc
2536 deps:
2537 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002538 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002539 - grpc++_test_util
2540 - grpc_test_util
2541 - grpc++
2542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002543 - gpr_test_util
2544 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002545 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002546- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002547 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002548 build: test
2549 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002550 src:
2551 - test/cpp/common/secure_auth_context_test.cc
2552 deps:
2553 - grpc++_test_util
2554 - grpc_test_util
2555 - grpc++
2556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002557 - gpr_test_util
2558 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002559- name: secure_sync_unary_ping_pong_test
2560 build: test
2561 language: c++
2562 src:
2563 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2564 deps:
2565 - qps
2566 - grpc++_test_util
2567 - grpc_test_util
2568 - grpc++
2569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002572 platforms:
2573 - mac
2574 - linux
2575 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002576- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002577 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002578 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002579 build: test
2580 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002581 src:
2582 - test/cpp/end2end/server_crash_test.cc
2583 deps:
2584 - grpc++_test_util
2585 - grpc_test_util
2586 - grpc++
2587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002588 - gpr_test_util
2589 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002590 platforms:
2591 - mac
2592 - linux
2593 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594- name: server_crash_test_client
2595 build: test
2596 run: false
2597 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002598 src:
2599 - test/cpp/end2end/server_crash_test_client.cc
2600 deps:
2601 - grpc++_test_util
2602 - grpc_test_util
2603 - grpc++
2604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002605 - gpr_test_util
2606 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002607- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002608 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002609 build: test
2610 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002611 src:
2612 - test/cpp/end2end/shutdown_test.cc
2613 deps:
2614 - grpc++_test_util
2615 - grpc_test_util
2616 - grpc++
2617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002618 - gpr_test_util
2619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002620- name: status_test
2621 build: test
2622 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002623 src:
2624 - test/cpp/util/status_test.cc
2625 deps:
2626 - grpc_test_util
2627 - grpc++
2628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 - gpr_test_util
2630 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002631- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002632 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002633 build: test
2634 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002635 src:
2636 - test/cpp/end2end/streaming_throughput_test.cc
2637 deps:
2638 - grpc++_test_util
2639 - grpc_test_util
2640 - grpc++
2641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002642 - gpr_test_util
2643 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002644 platforms:
2645 - mac
2646 - linux
2647 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002648- name: stress_test
2649 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002650 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002651 language: c++
2652 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002653 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002654 - test/cpp/interop/interop_client.h
2655 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002656 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002657 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002658 - src/proto/grpc/testing/empty.proto
2659 - src/proto/grpc/testing/messages.proto
2660 - src/proto/grpc/testing/metrics.proto
2661 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002662 - test/cpp/interop/interop_client.cc
2663 - test/cpp/interop/stress_interop_client.cc
2664 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002665 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002666 deps:
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
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002673 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002674- name: sync_streaming_ping_pong_test
2675 build: test
2676 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002677 src:
2678 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2679 deps:
2680 - qps
2681 - grpc++_test_util
2682 - grpc_test_util
2683 - grpc++
2684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002685 - gpr_test_util
2686 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002687 platforms:
2688 - mac
2689 - linux
2690 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002691- name: sync_unary_ping_pong_test
2692 build: test
2693 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002694 src:
2695 - test/cpp/qps/sync_unary_ping_pong_test.cc
2696 deps:
2697 - qps
2698 - grpc++_test_util
2699 - grpc_test_util
2700 - grpc++
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr_test_util
2703 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002704 platforms:
2705 - mac
2706 - linux
2707 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002708- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002709 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002710 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002711 build: test
2712 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002713 src:
2714 - test/cpp/end2end/thread_stress_test.cc
2715 deps:
2716 - grpc++_test_util
2717 - grpc_test_util
2718 - grpc++
2719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002720 - gpr_test_util
2721 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002722- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002723 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002724 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002725 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002726 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002727 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002728 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002729 - test/cpp/end2end/zookeeper_test.cc
2730 deps:
2731 - grpc++_test_util
2732 - grpc_test_util
2733 - grpc++
2734 - grpc_zookeeper
2735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002736 - gpr_test_util
2737 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002738 external_deps:
2739 - zookeeper
2740 platforms:
2741 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002742- name: public_headers_must_be_c89
2743 build: test
2744 language: c89
2745 src:
2746 - test/core/surface/public_headers_must_be_c89.c
2747 deps:
2748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002749 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002750vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002751- linkage: static
2752 name: grpc.dependencies.zlib
2753 props: false
2754 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002755 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002756- linkage: static
2757 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002758 props: true
2759 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002760 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002761- name: gflags
2762 props: false
2763 redist: false
2764 version: 2.1.2.1
2765- name: gtest
2766 props: false
2767 redist: false
2768 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002769configs:
2770 asan:
2771 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002772 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002773 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002774 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002775 LD: clang
2776 LDFLAGS: -fsanitize=address
2777 LDXX: clang++
2778 compile_the_world: true
2779 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002780 ASAN_OPTIONS: detect_leaks=1:color=always
2781 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002782 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002783 asan-noleaks:
2784 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002785 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002786 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002787 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002788 LD: clang
2789 LDFLAGS: -fsanitize=address
2790 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002791 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002792 test_environ:
2793 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002794 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002795 basicprof:
2796 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2797 DEFINES: NDEBUG
2798 dbg:
2799 CPPFLAGS: -O0
2800 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08002801 easan:
2802 CC: clang
2803 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
2804 -DGPR_NO_DIRECT_SYSCALLS
2805 CXX: clang++
2806 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2807 LD: clang
2808 LDFLAGS: -fsanitize=address
2809 LDXX: clang++
2810 compile_the_world: true
2811 test_environ:
2812 ASAN_OPTIONS: detect_leaks=1:color=always
2813 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2814 timeout_multiplier: 3
2815 edbg:
2816 CPPFLAGS: -O0
2817 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2818 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08002819 CC: clang
2820 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
2821 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
2822 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08002823 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08002824 LD: clang
2825 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2826 LDXX: clang++
2827 compile_the_world: true
2828 test_environ:
2829 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2830 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002831 gcov:
2832 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002833 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002834 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002835 DEFINES: _DEBUG DEBUG GPR_GCOV
2836 LD: gcc
2837 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2838 LDXX: g++
2839 helgrind:
2840 CPPFLAGS: -O0
2841 DEFINES: _DEBUG DEBUG
2842 LDFLAGS: -rdynamic
2843 timeout_multiplier: 20
2844 valgrind: --tool=helgrind
2845 memcheck:
2846 CPPFLAGS: -O0
2847 DEFINES: _DEBUG DEBUG
2848 LDFLAGS: -rdynamic
2849 timeout_multiplier: 10
2850 valgrind: --tool=memcheck --leak-check=full
2851 msan:
2852 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002853 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002854 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002855 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002856 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002857 DEFINES: NDEBUG
2858 LD: clang
2859 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2860 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2861 LDXX: clang++
2862 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08002863 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08002864 mutrace:
2865 CPPFLAGS: -O0
2866 DEFINES: _DEBUG DEBUG
2867 LDFLAGS: -rdynamic
2868 opt:
2869 CPPFLAGS: -O2
2870 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002871 stapprof:
2872 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2873 DEFINES: NDEBUG
2874 tsan:
2875 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002876 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002877 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002878 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002879 LD: clang
2880 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2881 LDXX: clang++
2882 compile_the_world: true
2883 test_environ:
2884 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08002885 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002886 ubsan:
2887 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002888 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002889 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002890 DEFINES: NDEBUG
2891 LD: clang
2892 LDFLAGS: -fsanitize=undefined
2893 LDXX: clang++
2894 compile_the_world: true
2895 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002896defaults:
2897 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002898 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002899 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002900 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002901 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002902 global:
2903 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2904 LDFLAGS: -g
2905 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002906 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002907 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002908node_modules:
2909- deps:
2910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002911 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002912 - boringssl
2913 - z
murgatroid9994a75412015-11-19 14:04:53 -08002914 headers:
2915 - src/node/ext/byte_buffer.h
2916 - src/node/ext/call.h
2917 - src/node/ext/call_credentials.h
2918 - src/node/ext/channel.h
2919 - src/node/ext/channel_credentials.h
2920 - src/node/ext/completion_queue_async_worker.h
2921 - src/node/ext/server.h
2922 - src/node/ext/server_credentials.h
2923 - src/node/ext/timeval.h
2924 js:
2925 - src/node/index.js
2926 - src/node/src/client.js
2927 - src/node/src/common.js
2928 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002929 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002930 - src/node/src/metadata.js
2931 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002932 name: grpc_node
2933 src:
2934 - src/node/ext/byte_buffer.cc
2935 - src/node/ext/call.cc
2936 - src/node/ext/call_credentials.cc
2937 - src/node/ext/channel.cc
2938 - src/node/ext/channel_credentials.cc
2939 - src/node/ext/completion_queue_async_worker.cc
2940 - src/node/ext/node_grpc.cc
2941 - src/node/ext/server.cc
2942 - src/node/ext/server_credentials.cc
2943 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08002944openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07002945 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08002946 extraction_dir: openssl-1.0.2f
2947 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002948php_config_m4:
2949 deps:
2950 - grpc
2951 - gpr
2952 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002953 headers:
2954 - src/php/ext/grpc/byte_buffer.h
2955 - src/php/ext/grpc/call.h
2956 - src/php/ext/grpc/call_credentials.h
2957 - src/php/ext/grpc/channel.h
2958 - src/php/ext/grpc/channel_credentials.h
2959 - src/php/ext/grpc/completion_queue.h
2960 - src/php/ext/grpc/php_grpc.h
2961 - src/php/ext/grpc/server.h
2962 - src/php/ext/grpc/server_credentials.h
2963 - src/php/ext/grpc/timeval.h
2964 src:
2965 - src/php/ext/grpc/byte_buffer.c
2966 - src/php/ext/grpc/call.c
2967 - src/php/ext/grpc/call_credentials.c
2968 - src/php/ext/grpc/channel.c
2969 - src/php/ext/grpc/channel_credentials.c
2970 - src/php/ext/grpc/completion_queue.c
2971 - src/php/ext/grpc/php_grpc.c
2972 - src/php/ext/grpc/server.c
2973 - src/php/ext/grpc/server_credentials.c
2974 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002975python_dependencies:
2976 deps:
2977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002978 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002979 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002980 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002981ruby_gem:
2982 deps:
2983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002984 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002985 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07002986 - z