aboutsummaryrefslogtreecommitdiff
path: root/kokoro
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.
* Added support for building the aarch64 and ppcle64 protoc binaries with KokoroAdam Cozzette2018-08-011-6/+10
| | | | | | | | This was fairly straightforward using the existing build-protoc.sh script. The only problem I ran into was that the x86 Docker builds create output directories owned by root, which caused some permission issues. Fortunately it was easy to get around that just by doing those Docker builds last.
* 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-182-2/+2
|/ | | | * upgrade dotnet SDK to 2.1.3 on kokoro linux
* Comment out unused command from release script.Feng Xiao2018-07-151-1/+1
|
* Run autogen.sh in release script.Feng Xiao2018-07-151-0/+6
|
* Add protoc release script for Linux build.Feng Xiao2018-07-152-0/+37
|
* 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
|
* add scripts for automated building of C# nuget on KokoroJan Tattermusch2018-07-122-0/+16
|
* Make ruby release configs consistent with protoc.Feng Xiao2018-07-1110-19/+19
|
* Fix bazel build of examples.Feng Xiao2018-07-031-0/+3
|
* Merge branch '3.6.x' into merge-3-6-xAdam Cozzette2018-06-2513-0/+226
|\
| * Build ruby gem on kokoro (#4819)Paul Yang2018-06-256-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Install rake compiler * Add kokoro config to build ruby gem on linux * Rename from linix to linux * Fix prepare_build.sh name * Clean up * Install bundler * Install bundler * Use c99 in order to build gem on mingw-32 on ruby 2.0.0 See https://github.com/rake-compiler/rake-compiler-dock/issues/4 * Move c99 config to extcofig.rb
| * Rename build_artifacts.cfg to release.cfg (#4818)Paul Yang2018-06-221-0/+0
| |
| * Add files to build ruby artifact for mac on kokoro (#4814)Paul Yang2018-06-224-0/+98
| | | | | | | | | | | | * Add files to build ruby artifact for mac on kokoro * Move ruby specific stuff to ruby dir
| * Added Kokoro protoc release build for OS X (#4770)Adam Cozzette2018-06-182-0/+31
| | | | | | | | | | | | This configuration builds both 32-bit and 64-bit binaries for Mac OS X. One thing I had to change was to increase our minimum supported version for 10.7 to 10.9, because 10.9 (Mavericks) appears to be the earliest version supporting C++11.
| * Added Kokoro Windows release build config for protoc (#4766)Adam Cozzette2018-06-142-0/+35
| | | | | | | | This should make it easy to automatically build 32-bit and 64-bit Windows protoc binaries.
* | Delete jruby kokoro tests.Feng Xiao2018-05-243-21/+0
| |
* | 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.
* Move kokoro macOS builds to to Xcode 9.1.Thomas Van Lenten2018-01-301-1/+1
|
* 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
|
* Remove pre-installed softwaresMatt Kwong2017-08-231-1/+3
|
* Add continuous testing config files for KokoroMatt Kwong2017-06-0718-0/+90
|
* Add MacOS and Linux tests to KokoroMatt Kwong2017-06-0639-0/+337