3be07ab320
This enables googletest XML output on the macos-next builders, and adds logic to collect the results. The log collection logic is slightly complex, but it should be reusable in other contexts. The idea is to capture stdout/stderr for build steps along with googletest XML reports into a temporary directory, then stage those into paths expected for artifacts. |
||
---|---|---|
.. | ||
docs | ||
linux | ||
macos | ||
macos-next | ||
release | ||
windows/csharp | ||
caplog.sh | ||
README.md |
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).