grpc/tools
ganmacs 0b4fb6a5e2 Move a script which has a pre-requirement to outside of spec
And make it to be execute when using `./tools/run_tests/run_tests.py -l ruby`
2018-06-16 22:38:15 +09:00
..
buildgen Adding back nodejs version override support. 2018-03-14 23:11:29 +01:00
codegen/core Update stats generator 2018-05-01 09:45:01 -07:00
debug/core Upgrade yapf to 0.20.0 2018-01-02 14:40:00 -08:00
distrib Merge pull request #15255 from carl-mastrangelo/copy 2018-05-03 11:12:38 -07:00
dockerfile update C# distribtests 2018-05-10 15:22:14 +02:00
doxygen Merge pull request #14870 from kpayson64/doc_fork_support 2018-05-10 16:14:09 -07:00
failures Upgrade yapf to 0.20.0 2018-01-02 14:40:00 -08:00
fuzzer Add ALTS fuzzer 2018-05-08 10:15:03 -07:00
gce Move comment out of the command 2018-04-30 14:46:10 -07:00
gcp/utils yapf tools 2017-12-11 18:10:00 -08:00
github Upgrade yapf to 0.20.0 2018-01-02 14:40:00 -08:00
gource auto-fix most of licenses 2017-06-08 11:22:41 +02:00
http2_interop Update include paths 2017-03-28 15:49:23 -07:00
internal_ci Merge pull request #15251 from matt-kwong/rbe-upload 2018-05-09 22:24:49 -07:00
interop_matrix Add v1.12.0 releases of grpc-go 2018-05-08 15:27:27 -07:00
jenkins node benchmarks have been removed 2017-11-10 12:33:07 +01:00
line_count Upgrade yapf to 0.20.0 2018-01-02 14:40:00 -08:00
mkowners Upgrade yapf to 0.20.0 2018-01-02 14:40:00 -08:00
openssl Regenerate projects 2018-02-07 11:45:34 -08:00
profiling Merge pull request #15220 from ncteisen/microbenchmarks 2018-04-27 13:38:01 -07:00
run_tests Move a script which has a pre-requirement to outside of spec 2018-06-16 22:38:15 +09:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel.rc Use stack frame size limits for consistency with internal builds 2018-03-05 16:43:32 -08:00
lsan_suppressions.txt Add RAND_bytes_with_additional_data to ASAN suppressions 2018-01-26 18:21:50 -08:00
tsan_suppressions.txt Suppress race caused by cached_size tracking in protobuf 2017-03-15 11:19:01 -07:00
ubsan_suppressions.txt Adding UBSAN suppressors for the time being 2017-10-04 12:57:02 -07:00

README.md

buildgen: Template renderer for our build system.

distrib: Scripts to distribute language-specific packages and other distribution-related helper scripts.

dockerfile: Docker files to test gRPC.

doxygen: gRPC C/C++ documentation generation via Doxygen.

gce: Scripts to help setup testing infrastructure on GCE.

gcp: Helper scripts for interacting with various services on GCP (like Google container engine, BigQuery etc)

internal_ci: Support for running tests on an internal CI platform.

interop_matrix: Scripts to build, upload, and run gRPC clients in docker with various language/runtimes.

jenkins: Support for running tests on Jenkins.

run_tests: Scripts to run gRPC tests in parallel.

run_tests/performance: See the README for more notes on the performance tests.