protobuf/kokoro
David L. Jones 07303d6f54
[Bazel/C++] Factor out util library (#9987)
This change creates new Bazel packages for the C++ util libraries (similar to #9980 and #9985).
2022-05-17 18:13:22 -07:00
..
common [Bazel] Move Python rules to //python (#9952) 2022-05-12 19:48:58 -07:00
docs Update python doc gen versions 2022-05-12 18:12:55 +00:00
linux [Bazel/C++] Factor out util library (#9987) 2022-05-17 18:13:22 -07:00
macos Remove the support for the kokoro cocoapods integration tests. 2022-05-03 15:34:36 -04:00
macos-next [Kokoro] Add dist check build for linux+cmake (#9939) 2022-05-11 13:33:29 -07:00
release Use cc_dist_library targets for macos release libprotobuf. (#9966) 2022-05-17 15:36:37 -07:00
windows/csharp fix problem when restoring C# dependencies on win2016 (#8243) 2021-02-01 09:25:56 -08:00
README.md Enhance explanation in kokoro/README.md. (#8253) 2021-02-02 16:49:58 -08:00

Kokoro Infrastructure

The files in this directory serve as plumbing for running Protobuf tests under Kokoro, our internal CI.

We have shared this part of our CI configuration in hopes that it is helpful to contributors who want to better understand the details of our test and release processes. If there are changes, please file an issue; unfortunately, we may not be able to accept PRs (but feel free to send one if it helps to explain the issue).