- 16 Apr, 2019 1 commit
-
-
Keith Smiley authored
-
- 28 Mar, 2019 1 commit
-
-
Hao Nguyen authored
Also update Dockerfile for JavaScript. The old one is using an npm that is too outdated
-
- 11 Mar, 2019 1 commit
-
-
Sydney Acksman authored
* Bump target frameworks from netcoreapp1.0 to netcoreapp2.2. Move global.json up to root of repo, change SDK ver to 2.2.100 Change .net core sdk in dockerfile for kokoro to ver 2.2.100 * Re-add curl install * Change all exe target to 2.1 * Fix incorrect versions in global.json and Dockerfile * Downgrade version to 2.1 to match exe targets * introduce separate testing Dockerfile for C# * revert changes to the shared Dockerfile * use netcoreapp2.1 for C# conformance tests * use language specific dockerfile for testing C# * Edit compatibility tests script to use parameters instead of file copies * install dotnet SDK on windows before running the tests * update csharp_EXTRA_DIST
-
- 07 Mar, 2019 1 commit
-
-
Hao Nguyen authored
* Add a new test for verifying that the dist package can be installed.
-
- 28 Feb, 2019 1 commit
-
-
Paul Yang authored
* Update version number to 3.7.0 * Add php/releash.sh to Makefile.am * Make cpp_distcheck exit on fail
-
- 21 Feb, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- 25 Jan, 2019 1 commit
-
-
Adam Cozzette authored
-
- 23 Jan, 2019 1 commit
-
-
Hao Nguyen authored
* Add TC malloc kokoro test * Update tcmalloc test
-
- 08 Jan, 2019 1 commit
-
-
Paul Yang authored
* Add ruby 2.6 gem build for linux * Add docker hub organization * Add ruby2.6 in cross compile targets * Fix tests * Check mac version * No need to install php in preparation for mac
-
- 03 Jan, 2019 1 commit
-
-
Paul Yang authored
* Add ruby 2.6 test * Fix broken tests * Fix compatibility test * Fix bundler version * Use new docker image * Fix broken test * Use new docker image in ruby26 test * Install ruby for mac
-
- 21 Dec, 2018 1 commit
-
-
Yilun Chong authored
-
- 19 Dec, 2018 2 commits
-
-
Paul Yang authored
* Rebuild python docker image * Update docker image * Change call to build_and_run_docker.sh * Set up python tests for different versions * Fix comments
-
Yilun Chong authored
* Fix benchmark to use docker image on kokoro * Deleted pure php benchmark and fix long time benchmark
-
- 18 Dec, 2018 2 commits
-
-
Adam Cozzette authored
This Kokoro configuration is no longer being used and the build.sh script does not work anymore, so let's delete this configuration.
-
Paul Yang authored
* Inherit from message instead of implement When regestering class (implmenets other class) during MINIT, zend_class_implements would call zend_class_entry->interface_gets_implemented(). In PHP-7.3 interface_gets_implemented shares the same location with create_object. However, during MINIT, the global object storeage hasn't been initialized. And thus, caused segment fault in php 7.3. * Use zend_string_init where interned string may be the value. zend_string_dup will keep using the existing interned string. In php 7.3, interned string cannot be destroyed from user's code. * Uncommment debug code * Use latest phpunit for each php versions * Revert change in Dockerfile * Update php test to use the new docker image * Update composer * Change docker organization * Update phpunit * Debug phpunit * Store phpunit into bin dir in docker image * Install valgrind to docker * Fix compatibility test * Remove generated_service_test from compatibility c extension test * Update 32bit php test to the new docker image * Install bison * Fix build.sh * Fix DOCKERIMAGE_PREFIX * Fix basename * Add comment to build_and_run_docker2.sh * Remove commented code * Fix comments
-
- 13 Dec, 2018 2 commits
-
-
Hao Nguyen authored
Use docker for csharp, java_compatibility, and python_compatibility. Remove prepare_build_linux_rc that is no longer needed.
-
Paul Yang authored
-
- 11 Dec, 2018 2 commits
- 22 Oct, 2018 1 commit
-
-
Paul Yang authored
* Remove ruby21 and ruby22 tests * Update test badge
-
- 18 Oct, 2018 1 commit
-
-
Paul Yang authored
* Add ruby 2.3, 2.4 and 2.5 test for linux. * Update kokoro files * Add back commented gc test * Fix gc_test failure * Remove unused code * Update ruby 2.5.0 to 2.5.1 * Update ruby 2.3 to 2.3.8 * Remove useless comment
-
- 25 Sep, 2018 1 commit
-
-
Yilun Chong authored
-
- 23 Aug, 2018 1 commit
-
-
Feng Xiao authored
These changes require building new docker images and without new images our kokoro tests are all failing.
-
- 22 Aug, 2018 1 commit
-
-
Feng Xiao authored
-
- 13 Aug, 2018 1 commit
-
-
Feng Xiao authored
* Fixes https://github.com/google/protobuf/issues/5031 * Fixes https://github.com/google/protobuf/issues/5037
-
- 09 Aug, 2018 1 commit
-
-
Feng Xiao authored
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.
-
- 03 Aug, 2018 1 commit
-
-
Jan Tattermusch authored
-
- 18 Jul, 2018 2 commits
-
-
Yilun Chong authored
-
Jan Tattermusch authored
* upgrade dotnet SDK to 2.1.3 on kokoro linux
-
- 16 Jul, 2018 3 commits
-
-
Feng Xiao authored
1. Added C++ tests under the release docker image. 2. Cleaned up tests.sh and removed traivis stuff.
-
Yilun Chong authored
-
Yilun Chong authored
-
- 15 Jul, 2018 1 commit
-
-
Feng Xiao authored
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.
-
- 12 Jul, 2018 2 commits
-
-
Yilun Chong authored
-
Yilun Chong authored
-
- 11 Jul, 2018 1 commit
-
-
Feng Xiao authored
-
- 03 Jul, 2018 1 commit
-
-
Feng Xiao authored
-
- 24 May, 2018 1 commit
-
-
Feng Xiao authored
-
- 21 May, 2018 1 commit
-
-
Yilun Chong authored
-
- 14 May, 2018 1 commit
-
-
Yilun Chong authored
-