grpc/tools/internal_ci
Sergii Tkachenko ef930b7703
buildscripts: xds-k8s pin pip to 21.0.1
pip 21.1 released on Apr 24 introduced a regression for python 3.6.1.
The regression was identified on Apr 24, the fix merged on Apr 25.
The fix is expected to be delivered in the 21.1.1 patch.

There's no clear date, when 21.1.1 will be released.
Until then, pin is temporarily pinned to the previous release, 21.0.1.
2021-04-26 15:03:12 -07:00
..
helper_scripts Add ruby 3.0 support for mac binary packages (#25429) 2021-04-02 10:52:46 -07:00
linux buildscripts: xds-k8s pin pip to 21.0.1 2021-04-26 15:03:12 -07:00
macos Replace disrespectful words 2021-02-08 14:29:18 -08:00
windows Increase artifact build timeouts for problem targets (#25695) 2021-03-12 09:25:26 -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.