protobuf/kokoro
Adam Cozzette f7e2e0b301
Remove Abseil dependency from CMake build (#10056)
* Revert "Added cmake abseil include guard"

This reverts commit b6ee841d7c.

* Revert "Update CMake configuration to add a dependency on Abseil (#9793)"

This reverts commit e9246cd789.
2022-05-26 12:13:41 -07:00
..
docs Update python doc gen versions 2022-05-12 18:12:55 +00:00
linux Add a test for bazel-built dist archives (#9929) 2022-05-09 16:32:59 -07:00
macos Remove the support for the kokoro cocoapods integration tests. 2022-05-03 15:34:36 -04:00
macos-next [Kokoro] Emit XML test logs on macos-next. (#9709) 2022-04-01 13:49:14 -07:00
release Remove Abseil dependency from CMake build (#10056) 2022-05-26 12:13:41 -07:00
windows/csharp fix problem when restoring C# dependencies on win2016 (#8243) 2021-02-01 09:25:56 -08:00
caplog.sh [Kokoro] Emit XML test logs on macos-next. (#9709) 2022-04-01 13:49:14 -07: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).