aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-11-05 18:57:04 +0100
committerGravatar GitHub <noreply@github.com>2018-11-05 18:57:04 +0100
commit61c3a7aa58645e568d52a4d3f5e99229bff257a3 (patch)
treec9d6ab7c00f14cd19e279c099d5ad7ca13455ce7
parentece3c40992544139ab9602a3b046cef50e58212d (diff)
parent42999868dcc7ee2492e03ae3614694cda4386e31 (diff)
Merge pull request #17099 from grpc/jtattermusch-patch-1
Cleanup: update tools/internal_ci/README.md
-rw-r--r--tools/internal_ci/README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/internal_ci/README.md b/tools/internal_ci/README.md
index e80e342dcd..af582c471e 100644
--- a/tools/internal_ci/README.md
+++ b/tools/internal_ci/README.md
@@ -1,6 +1,7 @@
-# Internal continuous integration
+# Kokoro CI job configurations and testing scripts
-gRPC's externally facing testing is managed by Jenkins CI (see `tools/jenkins`
-directory). Nevertheless, some of the tests are better suited for being run
-on internal infrastructure and using an internal CI system. Configuration for
-such tests is under this directory.
+gRPC uses a continous 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 exectute the actual tests.