protobuf/kokoro
Adam Cozzette d777155d81 Updated collect_all_artifacts.sh to avoid installing apt-transport-https
The installation of apt-transport-https is failing and causing this
script to exit early. I suspect the package is no longer needed since
recent versions have moved it into the apt package, so this change
updates the script to stop trying to install apt-transport-https.
2021-02-10 13:08:02 -08:00
..
docs python: publish sphinx docs to googleapis.dev 2020-02-11 13:55:20 -06:00
linux Add test for php5 for pure php implementation (#8251) 2021-02-04 09:50:28 -08:00
macos Ported Ruby extension to upb_msg (#8184) 2021-01-13 12:16:25 -08:00
release Updated collect_all_artifacts.sh to avoid installing apt-transport-https 2021-02-10 13:08:02 -08: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).