grpc/tools
Matt Kwong 6be9397089 Merge pull request #10847 from matt-kwong/cherry-pick_max_time
Cherry-pick: Allow specifying a maximum run time to run_tests
2017-04-26 17:35:42 -07:00
..
buildgen Merge remote-tracking branch 'upstream/master' into cares_rebase 2017-03-22 10:54:31 -07:00
cmake CMake: Installation and Export Configuration 2016-07-28 00:46:11 +03:00
codegen/core Revert "Merge branch 'master' into v1.3.x" 2017-04-26 14:18:39 -07:00
distrib Revert "Merge branch 'master' into v1.3.x" 2017-04-26 14:18:39 -07:00
dockerfile Revert "Merge branch 'master' into v1.3.x" 2017-04-26 14:18:39 -07:00
doxygen Revert "Merge branch 'master' into v1.3.x" 2017-04-26 14:18:39 -07:00
fuzzer Add fuzzer options for oss-fuzz 2017-02-27 13:51:28 -08:00
gce Update VM creation scripts to update Linux kernel 2017-04-11 15:06:43 -07:00
gcp created gcr upload script for version compatiblity tests. 2017-03-15 10:05:58 -07:00
gource fixes 2016-08-24 15:22:24 -07:00
grift Revert "Merge branch 'master' into v1.3.x" 2017-04-26 14:18:39 -07:00
grpcz Revert "Merge branch 'master' into v1.3.x" 2017-04-26 14:18:39 -07:00
http2_interop Update include paths 2017-03-28 15:49:23 -07:00
internal_ci Fix typo in Kokoro scripts 2017-04-12 19:10:39 -07:00
jenkins Revert "Merge branch 'master' into v1.3.x" 2017-04-26 14:18:39 -07:00
line_count Give executable permission to line count .sh files 2017-03-29 17:53:44 -07:00
openssl Update copyrights 2016-03-31 07:46:18 -07:00
profiling Revert "Merge branch 'master' into v1.3.x" 2017-04-26 14:18:39 -07:00
run_tests Merge pull request #10847 from matt-kwong/cherry-pick_max_time 2017-04-26 17:35:42 -07:00
README.md Doc perf tests 2017-03-29 10:13:20 -07:00
lsan_suppressions.txt Add one more openssl leak to suppressions list 2016-11-14 09:48:57 -08:00
tsan_suppressions.txt Suppress race caused by cached_size tracking in protobuf 2017-03-15 11:19:01 -07:00
ubsan_suppressions.txt UBSAN cleanup 2017-03-14 07:39:45 -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.

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.