grpc/tools
Eric Gribkoff b5e198bff7
Merge pull request #25216 from dapengzhang0/xds_v3_test
Add xds v3 kokoro tests
2021-01-22 21:57:49 +09:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
codegen/core Cds Watchers changes to support aggregate Cds and Logical DNS Cds. 2021-01-21 14:25:50 -08:00
debug/core fix-up some spelling mistakes 2019-09-25 23:29:47 +08:00
distrib Merge remote-tracking branch 'upstream/v1.35.x' into HEAD 2021-01-18 09:35:36 +01:00
dockerfile Make centos7 docker image buildable 2021-01-20 11:57:42 -08:00
doxygen Cds Watchers changes to support aggregate Cds and Logical DNS Cds. 2021-01-21 14:25:50 -08:00
fuzzer Change URI parser to take absl::string_view and move tests to correct directory. 2020-08-17 10:46:01 -07:00
gce upgrade phpunit to 8.5.8 2020-11-19 06:49:23 +00:00
gcp Yapf all target python sources 2020-01-03 09:25:10 -08:00
github Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
gource
http2_interop fix fmt.Errorf missing args 2019-12-18 17:56:55 -08:00
internal_ci Merge pull request #25216 from dapengzhang0/xds_v3_test 2021-01-22 21:57:49 +09:00
interop_matrix Merge pull request #25155 from ericgribkoff/java_v135_interop 2021-01-19 09:11:46 -08:00
line_count Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
mkowners Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
release Copyedits to release header 2020-11-11 19:09:39 -05:00
remote_build migrate windows RBE to win2019 pool 2020-05-13 14:39:59 +02:00
run_tests Merge pull request #25198 from veblush/absl-upgrade 2021-01-21 15:26:34 -08:00
README.md
bazel make tools/bazel wrapper work on arm64 2021-01-19 09:44:33 -05:00
bazel.rc Address TSAN problem with Abseil. 2020-10-23 13:22:38 -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.