grpc/tools
Jan Tattermusch f23f1bb51f
Use ccache for selected C++ and python builds (with redis server as cache) (#28661)
* add cmake support for ccache

* cleanup: use --env-file for docker run invocations

* make python build compatible with using ccache

* enable building using ccache in selected kokoro jobs

* print ccache stats and the end of run_tests.py
2022-01-25 19:18:58 +01:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Revert "Buildify Envoy upb (#28558)" (#28648) 2022-01-21 08:35:13 -08:00
codegen/core Revert "Buildify Envoy upb (#28558)" (#28648) 2022-01-21 08:35:13 -08:00
debug/core Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
distrib Bump version to 1.45.0-dev (#28553) 2022-01-20 09:23:06 +01: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 C++ and Python docker images to debian stable (debian 11) (#28664) 2022-01-25 10:23:01 +01:00
doxygen Convert client_authority_filter to a promise. (#28565) 2022-01-21 14:50:07 -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 Use ccache for selected C++ and python builds (with redis server as cache) (#28661) 2022-01-25 19:18:58 +01:00
interop_matrix Add v1.43.0 release of grpc-go to interop matrix (#28359) 2022-01-24 08:04:57 -08: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 Remove bm_metadata (#28219) 2021-11-29 13:40:26 -08:00
release Fix python 3 encoding issues in release notes script (#28002) 2021-11-10 15:45:44 -08:00
remote_build Revert "Buildify Envoy upb (#28558)" (#28648) 2022-01-21 08:35:13 -08:00
run_tests Use ccache for selected C++ and python builds (with redis server as cache) (#28661) 2022-01-25 19:18:58 +01:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel Bazel distribtest fixes (#27515) 2021-10-08 03:57:38 -07:00
bazel.rc Revert "Buildify Envoy upb (#28558)" (#28648) 2022-01-21 08:35:13 -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.