grpc/tools
Jan Tattermusch ce5b4e949f
Faster and streamlined PHP distribtests (for linux and macos) (#27101)
* faster and streamlined PHP distribtests

* add kokoro job for PHP distribtests

* php distribtests job for macos

* add trailing newline
2021-08-31 09:23:13 +02:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
codegen/core Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
debug/core Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
distrib Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
dockerfile Add examples/android/binder/ to clang_format_all_the_things (#27114) 2021-08-28 05:12:24 +08:00
doxygen Revert "Implement TraceFlag::Log (#26954)" (#27145) 2021-08-26 09:18:45 -07: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 Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
gcp Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
github Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
gource
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 Faster and streamlined PHP distribtests (for linux and macos) (#27101) 2021-08-31 09:23:13 +02:00
interop_matrix Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
line_count Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
mkowners Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
release Revert "Run 2to3 on tools directory (#26002)" (#27183) 2021-08-30 12:29:20 -07:00
remote_build Add use_strict_warning=true for mac-os bazel rbe build 2021-02-09 09:06:32 -08:00
run_tests Faster and streamlined PHP distribtests (for linux and macos) (#27101) 2021-08-31 09:23:13 +02:00
README.md
bazel make tools/bazel wrapper work on arm64 2021-01-19 09:44:33 -05:00
bazel.rc Enable layering checks in the Bazel build (#26591) 2021-07-01 15:10:51 -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.