protobuf/kokoro
Adam Cozzette 67c2a92f82
Ensure that release archives contain everything needed for Bazel (#9131)
This change adds some files to EXTRA_DIST in Makefile.am so that our
published tar and zip files will have everything needed for Bazel
builds. I also added a basic test for this so that next time we should
find out sooner if we're missing any important files.

This should fix #9129.
2021-10-21 06:47:17 -07:00
..
docs Update kokoro/docs/publish-python.sh 2021-04-26 14:59:14 -05:00
linux Ensure that release archives contain everything needed for Bazel (#9131) 2021-10-21 06:47:17 -07:00
macos Avoid installing anything from Homebrew in test runs (#9043) 2021-10-01 15:45:55 -07:00
release Add python 3.10 (#9034) 2021-10-15 10:24:49 -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).