Commit Graph

96 Commits

Author SHA1 Message Date
Matt Kwong c2158edea4 Fix Dart interop tests by upgrading to Dart 2 2018-07-09 16:30:37 -07:00
Jan Tattermusch e1efb43345
Revert "Install pyyaml through pip in docker" 2018-06-18 16:03:59 +02:00
Alex Polcyn f3fb98e75f Install pyyaml through pip in docker 2018-06-14 06:44:56 +00:00
Jan Tattermusch 619b9500bd only build interop tests with python2.7 2018-06-06 11:35:21 +02:00
Jan Tattermusch 0c4a3ba63b regenerate dockerfiles 2018-05-23 06:29:19 +02:00
murgatroid99 143c7e1e6d Don't update npm when installing node 2018-05-21 11:56:26 -07:00
Jan Tattermusch 2e679e664d
Revert "Remove ccache from all docker images" 2018-05-19 06:25:35 -07:00
Jan Tattermusch 80095a046c regenerate dockerfiles 2018-05-18 00:29:31 +02:00
Matt Kwong 4d5200f99a Install pip for Python3.4 in all Dockerfiles used for Python testing 2018-05-08 14:16:44 -07:00
murgatroid99 cd1172c9dd Revert recent changes to node interop build script 2018-05-07 10:31:41 -07:00
kpayson64 6abc0aef5d
Merge pull request #15048 from kpayson64/use_c_core_for_interop
Use c core for interop
2018-04-21 15:10:00 -07:00
kpayson64 9d00766d5a Make Node interop tests use c-core changes 2018-04-20 16:13:26 -07:00
Mehrdad Afshari c176917789 Bump Python protobuf to 3.5.2.post1 2018-04-19 15:48:31 -04:00
Mehrdad Afshari d0d8ce8568 Bump pip version to 10.0.1 2018-04-19 15:48:23 -04:00
Matt Kwong 01bd0c6b19 Update pip pin from 9.0.1 to 9.0.2 2018-04-09 14:14:43 -07:00
Matt Kwong a9c9960288
Merge pull request #14987 from matt-kwong/pin-pip
Update pip pin from 9.0.1 to 9.0.2
2018-04-09 14:13:35 -07:00
Matt Kwong 4598eb8a7a Update pip pin from 9.0.1 to 9.0.2 2018-04-06 15:37:37 -07:00
Eric Gribkoff 795be954a2 Remove scripts for running Android interop on Jenkins 2018-04-06 10:34:01 -07:00
murgatroid99 a7ed100c2e Add another missing install line 2018-03-12 15:04:32 -07:00
murgatroid99 06210a103e Node pure JS interop: add missing install line, skip more tests 2018-03-12 12:51:27 -07:00
murgatroid99 9d2275864a Use different docker image for Node pure JS interop tests 2018-03-12 11:27:53 -07:00
murgatroid99 2c86e064f0 Add Node pure JS interop client 2018-03-09 15:06:33 -08:00
Jakob Roland Andersen cb36a2a92b Use pre-built Dart docker image. 2018-03-06 15:27:30 +01:00
Jan Tattermusch 8d3f976fcb fix sanity tests 2018-03-06 15:26:27 +01:00
Jakob Roland Andersen c7dd4b4309 WIP: Add Dart support in interop 2018-03-06 15:26:26 +01:00
Mehrdad Afshari 0df9c8acdc Update Python dependency to protobuf v3.5.0.post1 2017-11-27 12:52:41 -08:00
Jan Tattermusch e6ca4f0b79 consolidate C# interop test docker images 2017-11-07 16:40:38 +01:00
murgatroid99 fbc182e125 Switch Node interop tests to use grpc-node repo 2017-10-17 11:42:12 -07:00
Nathaniel Manista 8bba3bfc25 Pin pip at 9.0.1 2017-09-28 17:28:01 +00:00
Alexander Polcyn 27bf05d003 Add tests for c-ares wrapper using a local DNS server. 2017-09-14 14:32:30 -07:00
Eric Gribkoff 2b7c4ddfcc Install Android SDK tools in Dockerfile 2017-08-01 09:55:12 -07:00
Michael Lumish e9089624fe Merge pull request #11627 from murgatroid99/node_consistent_runtime_version
Make various scripts use the same version of Node
2017-07-05 10:26:56 -07:00
Eric Gribkoff e5de5e5ffa Run Android interops on Firebase 2017-06-30 13:54:55 -07:00
murgatroid99 a6ce1ff1d6 Fix how npm is upgraded, add npm update line for electron 2017-06-27 18:15:38 -07:00
murgatroid99 7ad758cd84 Make various scripts use the same version of Node 2017-06-27 13:54:22 -07:00
Jan Tattermusch 7e91ebb41d license fixes 2017-06-08 11:22:41 +02:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
yongni 2e47c52386 Merge pull request #11349 from yongni/matrix
Created a Java Oracle8 Dockerfile directory and moved build_inter…
2017-06-07 08:35:07 -07:00
Yong Ni 27b9a206a0 Merge branch 'master' of github.com:grpc/grpc into matrix 2017-06-06 14:02:17 -07:00
Matt Kwong a798318a08 Update Mono to Jessie for C# Dockerfiles 2017-06-02 14:20:01 -07:00
Yong Ni b92813b18b Created a Java Oracle8 Dockerfile directory and moved all build_interop.sh to under template/. Added java_oracle8 to the client matrix. 2017-05-31 12:31:20 -07:00
Yong Ni b2e4bfa1ef Merge matrix feature branch into master.
Features included in this merge:
- Added script to build and upload docker image for matrix test.
- Added script to create test cases and created go__master testcases based on it.
- Created dictionary for runtimes and gRPC releases for supported languages.
- Added go 1.7 and 1.8 Dockerfile/templates.

See tools/interop_matrix/README.md for details.
2017-05-19 09:01:24 -07:00
Yong Ni 8998cbc47c Added go 1.7 and 1.8 template and Dockerfile(s) for go/grpc-matrix test setup. 2017-05-08 18:26:02 -07:00
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