aboutsummaryrefslogtreecommitdiff
path: root/kokoro/linux
Commit message (Collapse)AuthorAgeFilesLines
* Revert changed links in Dockerfiles.Feng Xiao2018-08-232-3/+3
| | | | | These changes require building new docker images and without new images our kokoro tests are all failing.
* Replace repo links.Feng Xiao2018-08-223-5/+5
|
* Update build files.Feng Xiao2018-08-131-0/+1
| | | | | * Fixes https://github.com/google/protobuf/issues/5031 * Fixes https://github.com/google/protobuf/issues/5037
* Cleanup kokoro scripts.Feng Xiao2018-08-092-60/+3
| | | | | | | | | Changes: 1. Remove stuff no longer needed. Lots of the heavy lifting were there because we were running our own jenkins cluster and had to manage all the test logs ourselves. Now they are useless. 2. Change "-j2" to "-j4" to speed up the test a little bit. Kokoro machines have 4 logic CPUs according to their spec.
* Merge pull request #4934 from BSBandme/sync_internal_benchmarkYilun Chong2018-07-181-1/+1
|\ | | | | Sync internal benchmark changes
| * Sync internal benchmark changesYilun Chong2018-07-181-1/+1
| |
* | Fix C# nuget build on Kokoro (#4912)Jan Tattermusch2018-07-181-1/+1
|/ | | | * upgrade dotnet SDK to 2.1.3 on kokoro linux
* Add cpp tests under release docker image.Feng Xiao2018-07-152-4/+12
| | | | | | 1. Added C++ tests under the release docker image. 2. Fixed a compile issue with the docker image. 3. Cleaned up tests.sh and removed traivis stuff.
* fix python cpp kokoro buildYilun Chong2018-07-121-0/+2
|
* fix linux kokoro build in dockerYilun Chong2018-07-121-1/+5
|
* Fix bazel build of examples.Feng Xiao2018-07-031-0/+3
|
* Add kokoro configs for bazel build.Feng Xiao2018-05-243-0/+19
|
* Fix java benchmark bug, fix python library_pathYilun Chong2018-05-211-4/+8
|
* Fix python install, cat java error log for kokoro buildYilun Chong2018-05-141-2/+3
|
* Fix benchmark buildYilun Chong2018-04-161-1/+1
|
* fix java benchmark, fix dashboard buildYilun Chong2018-04-131-1/+2
|
* Merge pull request #4415 from BSBandme/experiementYilun Chong2018-04-102-0/+97
|\ | | | | Add dashboard support
| * Add script for run and upload the benchmark result to bqYilun Chong2018-04-102-0/+97
| |
* | Delete javanano kokoro build configs.Feng Xiao2018-03-266-78/+0
| | | | | | | | Their job configs are being deleted in cl/190526138
* | Include googletest as a submodule (#3993)Carlos O'Ryan2018-03-261-0/+3
|/ | | Add googletest as a submodule in third_party/googletest.
* Update .NET SDK to 2.0.3Jon Skeet2018-01-251-3/+7
| | | | | | | | | | This will allow SourceLink as per #4179, and mean that we can use C# 7.0 language features in the library (but not in generated code). This does not affect which platforms we're *targeting*, so end users won't see any difference. It would be nice to update to 2.1.4, but AppVeyor's "Visual Studio 2017" environment is only 2.0.3.
* Shard 64-bit Linux languages into different Kokoro jobsMatt Kwong2017-12-2030-0/+390
|
* Collect xml results for KokoroMatt Kwong2017-12-206-2/+26
|
* Make Kokoro job pull Dockerimage from DockerhubMatt Kwong2017-12-202-11/+14
|
* Migrate Jenkins jobs to KokoroMatt Kwong2017-12-1911-0/+658
|
* Add continuous testing config files for KokoroMatt Kwong2017-06-074-0/+20
|
* Add MacOS and Linux tests to KokoroMatt Kwong2017-06-069-0/+73