grpc/tools
Muxi Yan 682d093868
Merge pull request #16180 from muxi/tmpfs-all-objc
Make all ObjC tests intermediate files into /tmpfs
2018-07-30 16:13:14 -07:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Don't hardcode python2.7 in generate_projects.py script 2018-05-20 08:34:21 +02:00
codegen/core Update to use the canonical version of LB proto 2018-06-21 17:46:31 -07:00
debug/core Upgrade yapf to 0.20.0 2018-01-02 14:40:00 -08:00
distrib Regenerate projects 2018-07-19 09:52:56 -07:00
dockerfile Merge remote-tracking branch 'upstream/master' into support/xamarin 2018-07-19 23:14:26 +02:00
doxygen Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage" 2018-07-27 01:38:26 -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 Make more tests in /tmpfs 2018-07-30 11:46:30 -07:00
interop_matrix Add Node 1.11.3 and 1.12.4 to interop matrix 2018-07-17 10:37:42 -07: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
package_hosting Add upload script for web-assets 2018-07-24 08:53:42 -07:00
profiling Use /tmpfs on Kokoro for ObjC tests 2018-07-27 14:09:24 -07:00
run_tests Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage" 2018-07-27 01:38:26 -07:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel.rc Move suppressions files under test/core/util to avoid creating a BUILD file under tools, which breaks import. 2018-06-15 17:36:14 -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.