grpc/tools/internal_ci
Xuan Wang 67a15395d2 [Python Distribution] Add a check for file size (#35831)
Add a step in distribution test which checks if any of the artifacts exceeds 80 MB since Pypi has a per-file size limit.

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #35831

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35831 from XuanWang-Amos:dist_test_add_size_check de50f20e14
PiperOrigin-RevId: 605664419
2024-02-09 10:14:55 -08:00
..
helper_scripts [Python Distribution] Add a check for file size (#35831) 2024-02-09 10:14:55 -08:00
linux [Python Distribution] Add a check for file size (#35831) 2024-02-09 10:14:55 -08:00
macos [Python Distribution] Add a check for file size (#35831) 2024-02-09 10:14:55 -08:00
windows [Python Distribution] Add a check for file size (#35831) 2024-02-09 10:14:55 -08: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.