grpc/tools
Eric Gribkoff 3978bd1c62
Merge pull request #23791 from ericgribkoff/unconditional_wait_for_propagation
Deflake fail_on_failed_rpc xDS test cases
2020-08-11 13:47:21 -07:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Adds option of using ASM for BoringSSL in Python. 2020-08-03 15:47:25 -07:00
codegen/core Basic class definition and constructor Cel eval engine 2020-08-04 18:23:21 +00:00
debug/core fix-up some spelling mistakes 2019-09-25 23:29:47 +08:00
distrib Update docgen.py 2020-08-04 13:51:23 -07:00
dockerfile add cmake to grpc_interop_cxx docker image 2020-07-31 13:08:43 +02:00
doxygen Merge pull request #23762 from grpc/revert-23756-revert-23693-channel 2020-08-10 12:37:12 -07:00
failures Yapf all target python sources 2020-01-03 09:25:10 -08:00
fuzzer Delete api_fuzzer 2020-01-23 13:26:00 -08:00
gce add script to create Win VM 2020-05-13 14:39:59 +02:00
gcp Yapf all target python sources 2020-01-03 09:25:10 -08:00
github Yapf all target python sources 2020-01-03 09:25:10 -08:00
gource
http2_interop fix fmt.Errorf missing args 2019-12-18 17:56:55 -08:00
internal_ci fix macos interop_toprod tests 2020-08-04 19:44:49 +02:00
interop_matrix Add grpc-java v1.31.0 to interop test client matrix 2020-07-29 14:13:34 -07:00
line_count Yapf all target python sources 2020-01-03 09:25:10 -08:00
mkowners Yapf all target python sources 2020-01-03 09:25:10 -08:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling Yapf all target python sources 2020-01-03 09:25:10 -08:00
release Yapf all target python sources 2020-01-03 09:25:10 -08:00
remote_build migrate windows RBE to win2019 pool 2020-05-13 14:39:59 +02:00
run_tests Merge pull request #23791 from ericgribkoff/unconditional_wait_for_propagation 2020-08-11 13:47:21 -07:00
README.md
bazel use mirror for more reliable tools/bazel downloads 2020-04-27 09:37:32 -04:00
bazel.rc Removing obsolete comment. 2020-04-02 12:47:01 -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.