Commit Graph

53 Commits

Author SHA1 Message Date
Jan Tattermusch 498e2b350a Merge pull request #10480 from jtattermusch/csharp_new_projects
C# new .csproj projects
2017-04-11 17:24:04 +02:00
Matt Kwong fa9da3c2db Fix C# Dockerfiles 2017-04-10 11:42:15 -07:00
Jan Tattermusch 8b43521343 fix C# build_packages scripts 2017-04-07 09:06:43 +02:00
Jan Tattermusch c4c95ada89 make C# docker image in sync with GCE performance workers 2017-04-06 13:20:49 +02:00
Eric Gribkoff 76a3943ab9 update dockerfile to version 2.6.1 of h2 2017-03-29 22:06:01 -07:00
Menghan Li e0f8940877 update go version in Dockerfile to 1.8 2017-03-24 14:32:50 -07:00
Eric Gribkoff 22afddf53c add health check for http2 server 2017-03-17 00:46:01 -07:00
Jan Tattermusch be2807de92 Add newest dotnet SDK to C# dockerfile 2017-03-09 17:38:50 +01:00
Mehrdad Afshari 9b3c73d1cd Updated protobuf dependency for python to 3.2.0 2017-03-07 22:10:15 +00:00
Eric Gribkoff caf7ea53be Enable C++ negative http2 test 2017-03-01 22:22:38 -08:00
Yuchen Zeng f6d8aae8d5 Dockerfile template update for http2_badserver_interop 2017-01-18 16:06:35 -08:00
Makarand Dharmapurikar 4dd97f9019 dockerfile update for http2_badserver_interop
added h2 and twisted python modules
2017-01-12 15:04:31 -08:00
Noah Eisen 7a60cfc662 Fix docker go 2016-11-23 11:39:26 -08:00
Jan Tattermusch 53cba4a153 Merge pull request #8182 from matt-kwong/fix_docker_local_clone
Fixed local cloning of grpc/grpc submodules on docker
2016-10-12 12:09:37 +02:00
Stanley Cheung 619c034fef php: require grpc extension to be installed before composer package 2016-10-06 12:22:02 -07:00
Matt Kwong 8bed8c853f Merge remote-tracking branch 'upstream/master' into fix_docker_local_clone 2016-10-04 17:34:35 -07:00
Jan Tattermusch 37cf0282e4 Merge pull request #8266 from jtattermusch/fix_go_docker_interop
Fix building go interop image
2016-10-03 20:04:20 +02:00
Jan Tattermusch aa2822c46e fix building go interop image 2016-10-03 19:47:37 +02:00
Stanley Cheung 39b2e5bec6 PHP Proto3: update tests and README 2016-09-29 17:26:40 -07:00
Stanley Cheung 857a130493 PHP Proto3: run generate_projects.sh 2016-09-29 17:26:29 -07:00
Matt Kwong 10dcccadfb fixed whitespacing and docker_run_tests.sh now clones submodule via network 2016-09-28 16:55:15 -07:00
Matt Kwong 5d0f24600e changed method to local clone submodules to using git submodule foreach from the local copy 2016-09-28 16:55:15 -07:00
Matt Kwong 46c7f574bd submodule clone comments changed to be more descriptive 2016-09-28 16:55:15 -07:00
Matt Kwong ce9471c962 fixed wrong directory in git clone commands 2016-09-28 16:55:14 -07:00
Matt Kwong befac97048 fixed local cloning of grpc/grpc submodules on docker 2016-09-28 16:55:14 -07:00
Jan Tattermusch a98a2ad7fd enable runing C# interop tests under coreclr 2016-09-09 12:58:10 +02:00
Nicolas "Pixel" Noble 7f074e0e20 Merge branch 'v1.0.x' into manual-upmerge 2016-08-11 21:00:08 +02:00
Nicolas Noble 10776b99cf Merge pull request #7623 from apolcyn/sys_inter_with_nuget
Updating Ix-Async to System Interactive and nuget
2016-08-09 11:10:26 -07:00
Nicolas "Pixel" Noble 0275d8c65b Reducing diff. 2016-08-05 19:42:32 -07:00
Nicolas "Pixel" Noble 6fd8a7fa03 That won't work properly. Falling back on fixing the list of dependencies. 2016-08-05 19:42:24 -07:00
Nicolas "Pixel" Noble e667fe19bf Using the interop dependencies instead. 2016-08-05 19:42:15 -07:00
Nicolas "Pixel" Noble 737bd555cf Hopefully fixing #7639. 2016-08-05 19:42:06 -07:00
Jorge Canizales 0db98cda0d Undo Go Docker fix - fixed in another PR 2016-08-05 17:19:34 -07:00
Nicolas "Pixel" Noble 30f809556f Reducing diff. 2016-08-05 21:01:53 +02:00
Nicolas "Pixel" Noble 45fa6323db That won't work properly. Falling back on fixing the list of dependencies. 2016-08-05 20:19:24 +02:00
Nicolas "Pixel" Noble ba02ee1adc Using the interop dependencies instead. 2016-08-05 20:12:22 +02:00
Nicolas "Pixel" Noble fb1a318b6f Hopefully fixing #7639. 2016-08-05 19:33:59 +02:00
Jorge Canizales 31871df58f @pgrosu’s fix of Go’s docker build 2016-08-04 15:12:53 -07:00
Alexander Polcyn 809292a7af ran script to update actual docker files 2016-08-02 23:51:44 -07:00
Stanley Cheung fa1e4fa7f1 php: add php7 to jenkins basic and interop tests 2016-07-26 19:38:28 -07:00
Stanley Cheung 99955ab0af php: remove protobuf-php clone hack 2016-07-26 19:38:28 -07:00
Stanley Cheung 7b672f8473 remove outdated php dockerfile dependency 2016-07-26 19:38:28 -07:00
Stanley Cheung 2e2cdffe9d php: add php7 to jenkins basic and interop tests 2016-07-23 19:07:36 -07:00
Stanley Cheung 47168ea6ee php: remove protobuf-php clone hack 2016-07-22 18:25:16 -07:00
Stanley Cheung 20f900dc23 remove outdated php dockerfile dependency 2016-07-22 18:25:16 -07:00
siddharthshukla 0589e533cd Make testing toolchain python 3.x compliant
six is necessary for making these scripts cross compatible
between python 2.x and 3.x

Changes:
Add six to python_deps.include
Include python_deps.include to all Dockerfile templates in test directory
Include python_deps.include to all Dockerfile templates in stress_test directory
Include python_deps.include to all Dockerfile templates in interop_test directory
Replace print statements with print function calls (from futute..)
Replace .iteritems() with .items() wherever necessary
use six.moves to import BaseHTTPServer
Generate new dockerfiles using generate_projects.sh
2016-07-12 01:35:53 +02:00
kpayson64 dcca468abe Merge pull request #6791 from soltanmm/pain
Make running individual Python tests less painful
2016-07-06 11:02:46 -07:00
Craig Tiller eda85c6765 Expunge all references to zookeeper 2016-07-01 12:45:19 -07:00
Masood Malekghassemi ac586ba21e Remove tox 2016-07-01 10:18:45 -07:00
thinkerou f3bc3b62a7 Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback 2016-06-17 09:41:04 +08:00