grpc/tools/internal_ci
AJ Heller b1c3b5ddfe [CI] Add clang-cl build to CI (#36840)
This adds a clang-cl Windows build to the set of Github presubmit jobs. It builds the codebase with strict warnings enabled, including thread annotation checks, and the rest of diagnostics we've been missing on Windows.

Here's [a successful run](https://btx.cloud.google.com/invocations/448792b6-3cff-4987-975a-af5e19526fc0/targets/grpc%2Fcore%2Fpull_request%2Fwindows%2Fgrpc_basictests_c/log) of the script (hijacking the C basic tests kokoro job, ignore that bit)

Closes #36840

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36840 from drfloob:kokoro-grpc-win-clangcl f15c8c5626
PiperOrigin-RevId: 641330117
2024-06-07 12:51:18 -07:00
..
helper_scripts Bump requests from 2.31.0 to 2.32.2 in /tools/internal_ci/helper_scripts (#36681) 2024-05-28 17:27:25 -07:00
linux [CI] Use 32 cores for clang-tidy CI job (#36838) 2024-06-06 14:07:35 -07:00
macos [ObjC] default GRPC_IOS_EVENT_ENGINE_CLIENT to 1 (#36785) 2024-06-05 18:26:38 -07:00
windows [CI] Add clang-cl build to CI (#36840) 2024-06-07 12:51:18 -07:00
README.md Fix some typos 2019-02-26 15:46:13 +07:00

README.md

Kokoro CI job configurations and testing scripts

gRPC uses a continuous integration tool called "Kokoro" (a.k.a "internal CI") for running majority of its open source tests. This directory contains the external part of kokoro test job configurations (the actual job definitions live in an internal repository) and the shell scripts that act as entry points to execute the actual tests.