about summary refs log tree commit diff
path: root/ci/kokoro
AgeCommit message (Collapse)AuthorFilesLines
2019-07-18 Try to fix tumbleweed install build (#11)Takashi Matsuo1-1/+1
2019-07-16 Add install test (#8)Takashi Matsuo23-0/+696
* Add first install test * Fix style * Split the test into spanner and bigtable * Correct indentation * Add other distros, shared lib test, and kokoro configs * Fix style
2019-07-12 Use gcr to cache the docker images (#7)Takashi Matsuo3-76/+64
* Use gcr to cache the docker images * Remove sudo from docker command
2019-07-12 Refactor Dockerfiles (#6)Takashi Matsuo6-85/+109
2019-07-11 Add ci scripts (#1)Takashi Matsuo18-0/+565
* Add ci scripts * Move config files to ci/kokoro/docker * Remove dump-logs etc * Simplified grpc installation * Add Ubuntu 16.04 kokoro config * Address code review