protobuf/kokoro
Adam Cozzette 635156e406 Fix Mac tests by making an unshallow copy of Homebrew repos
It seems that updating shallow Git clones is expensive, and as a result
Homebrew recently started refusing to update shallow clones (see
https://github.com/Homebrew/discussions/discussions/226). This commit
tries to fix the problem by making these repos into full clones before
running "brew update".

I also came across another error about there being a conflicting version
of pip3 in /usr/local. I suspect that is related to the other Python
binaries that the script has to delete, so I added pip3 to the list and
that seemed to solve the problem.
2020-12-23 11:52:19 -08:00
..
docs python: publish sphinx docs to googleapis.dev 2020-02-11 13:55:20 -06:00
linux Port for php8 (#8105) 2020-12-04 13:46:34 -08:00
macos Fix Mac tests by making an unshallow copy of Homebrew repos 2020-12-23 11:52:19 -08:00
release Merged 3.13.x into master 2020-08-17 11:06:11 -07:00
windows/csharp add missing C# windows presubmit.cfg file (#5894) 2019-03-14 09:47:33 -07:00
README.md Add MacOS and Linux tests to Kokoro 2017-06-06 15:09:02 -07:00

Kokoro Infrastructure

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