grpc/tools
Sergii Tkachenko 16cdcf42c5
Fix Ruby xDS v3 Interop docker image (#28926)
Same as #28859, but for xDS v3.
2022-02-18 14:32:39 -08:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Revert "Revert "Buildify Envoy upb (#28558)" (#28648)" (#28649) 2022-01-25 11:19:41 -08:00
codegen/core Revert "Revert "Buildify Envoy upb (#28558)" (#28648)" (#28649) 2022-01-25 11:19:41 -08:00
debug/core Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
distrib Revert "Avoid fully qualifying namespaces (and add check) (#28901)" (#28916) 2022-02-17 17:56:19 -08:00
docker_runners Use ccache for selected C++ and python builds (with redis server as cache) (#28661) 2022-01-25 19:18:58 +01:00
dockerfile Upgrade IWYU to use clang 13 (#28891) 2022-02-16 09:43:05 -08:00
doxygen Move client-idle-filter to promises (#28838) 2022-02-16 18:50:29 -08:00
gce Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
gcp/utils xds/interop: add gke TD resource cleanup to daily cleanup script (#28370) 2022-01-07 11:39:47 -08:00
gource auto-fix most of licenses 2017-06-08 11:22:41 +02:00
http2_interop Create a go module for http2 interop test, fixing breakage from upgrade to go v1.16 (#25707) 2021-03-15 15:28:48 -07:00
internal_ci Fix Ruby xDS v3 Interop docker image (#28926) 2022-02-18 14:32:39 -08:00
interop_matrix Add v1.43.0 and v1.44.0 releases to interop_matrix (#28885) 2022-02-18 09:58:34 +01:00
mkowners Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling More run_microbenchmark.py cleanup (#28893) 2022-02-17 19:14:08 +01:00
release Fix python 3 encoding issues in release notes script (#28002) 2021-11-10 15:45:44 -08:00
remote_build Revert "Revert "Buildify Envoy upb (#28558)" (#28648)" (#28649) 2022-01-25 11:19:41 -08:00
run_tests Add v1.43.0 and v1.44.0 releases to interop_matrix (#28885) 2022-02-18 09:58:34 +01:00
README.md
bazel A more reliable way of installing bazel on windows workers (#28835) 2022-02-15 19:41:29 +01:00
bazel.rc Fix dyld errors on macos (#28684) 2022-01-25 13:49:57 -08: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.