diff options
author | Mark D. Roth <roth@google.com> | 2016-11-30 13:23:34 -0800 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-11-30 13:23:34 -0800 |
commit | 86a893d52ea75cc490a88e97ce37e3e7ebfeb943 (patch) | |
tree | 398ebf59d179117e4b55978ac8b3e2aa2c636f8b /tools/jenkins/README.md | |
parent | f1926c048ada37371f66c547f5219a164c2a0060 (diff) | |
parent | 71cf7b39dafdeb376370972551cbf78f2750d02e (diff) |
Merge remote-tracking branch 'upstream/master' into security_handshaker2
Diffstat (limited to 'tools/jenkins/README.md')
-rw-r--r-- | tools/jenkins/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/jenkins/README.md b/tools/jenkins/README.md index 8e06b68466..02f63f0f4a 100644 --- a/tools/jenkins/README.md +++ b/tools/jenkins/README.md @@ -1 +1,6 @@ +# Jenkins CI scripts + Scripts invoked by Jenkins (our CI platform) to run gRPC test suites. +We run a comprehensive set of tests (unit, integration, interop, +performance, portability..) on each pull request and also periodically on +`master` and release branches. |