protobuf/kokoro
Adam Cozzette 6e9e60367d
Remove cuda.list from apt sources (#9896) (#9901)
This will fix the collect_all_artifacts.sh script, which was broken
recently when NVidia stopped publishing Cuda packages for Ubuntu 16.04.
2022-05-03 08:04:49 -07:00
..
docs Update kokoro/docs/publish-python.sh 2021-04-26 14:59:14 -05:00
linux -Dsurefire.failIfNoSpecifiedTests=false (#9761) 2022-04-07 17:05:12 -07:00
macos Cherry-pick to get Ruby 3.1 support in protobuf 3.20.0 (#9657) 2022-03-21 15:26:27 -07:00
release Remove cuda.list from apt sources (#9896) (#9901) 2022-05-03 08:04: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).