Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
helper_scripts/ | 03-May-2024 | - | 494 | 234 | ||
linux/ | 03-May-2024 | - | 4,669 | 3,021 | ||
macos/ | 03-May-2024 | - | 1,602 | 1,146 | ||
windows/ | 03-May-2024 | - | 917 | 777 | ||
README.md | D | 03-May-2024 | 389 | 8 | 6 |
README.md
1# Kokoro CI job configurations and testing scripts 2 3gRPC uses a continuous integration tool called "Kokoro" (a.k.a "internal CI") 4for running majority of its open source tests. 5This directory contains the external part of kokoro test job configurations 6(the actual job definitions live in an internal repository) and the shell 7scripts that act as entry points to execute the actual tests. 8