Commit Graph

46 Commits

Author SHA1 Message Date
James Newton-King 4155e9cf05
React to renaming grpc-dotnet sln 2019-06-11 18:02:00 +12:00
Eric Anderson 1b025b60e4 Swap java interop tests to openjdk8
Since openjdk8 is dead to us (see #19113), we cannot leave openjdk8 in
the list of runtimes in client_matrix.py. The list of runtimes is now
the defaults to use, which includes master, and you can specify
alternative runtimes per-release.

Fixes #19113
2019-05-24 11:03:11 -07:00
= 02069b48da Remove get-grpc.sh 2019-05-15 23:33:07 -07:00
James Newton-King 57e090989a
Add managed .NET gRPC client to interop tests 2019-05-14 21:20:31 +12:00
Jan Tattermusch 788e5fd0f8 workaround the need to source activate.sh 2019-04-12 06:47:58 -04:00
John Luo 2ec339d4c9 Update aspnetcore interop scripts to use activate.sh 2019-04-11 12:28:59 -07:00
Eric Anderson 977e4b1450 grpc_interop_java: Remove unnecessary cruft from container
This reduces the container size from 1.4 GB to 640 MB. 129 MB is
jessie, 489 MB jdk, and 22 MB grpc-java. When we swap from jessie to
stretch, we could swap to openjdk:8-jdk-slim-stretch which would make
the entire image 265 MB.

Python was never needed; it was added by mistake in 0589e533.
Pre-downloading gradle artifacts isn't helpful these days, because we
build on a clean machine. Git isn't needed as cp is sufficient. libapr1
has not been required by tcnative for a long time, and we even use
tcnative-boringssl-static since at least 1.0, which also doesn't need
it. The final cleanup is to remove source and downloaded artifacts when
done compiling.
2019-04-04 18:23:00 -07:00
murgatroid99 2a12b47f0b Fix other docker build issues 2019-03-28 15:56:08 -07:00
Jan Tattermusch 385af3bc61 fixup 2019-03-19 07:25:23 -04:00
Jan Tattermusch c24acc3d4a fix grpc-dotnet interop tests 2019-03-18 22:29:08 +01:00
Jan Tattermusch 0f8a3aeeb7 install jq 2019-03-18 14:30:23 +01:00
Jan Tattermusch 472613c3bc check dotnet SDK version before building ASP.NET core interop image 2019-03-18 14:20:53 +01:00
Jan Tattermusch b1dbf68373 update the docker image to netcore3 preview3 2019-03-07 03:15:08 -05:00
Jan Tattermusch d0c42dec85 hotfix: download unreleased preview3 2019-02-21 09:15:22 +01:00
Jan Tattermusch cfc2156665 add AspNetCore interop server 2019-02-14 18:25:28 +01:00
Jan Tattermusch 747608df37 add go1.11 interop image templates 2019-01-07 12:02:50 -05:00
Jan Tattermusch 19bc2c2937 switch C# docker images to debian stretch 2018-11-30 13:04:33 +01:00
Jan Tattermusch b0bcfb4ea5 use python stretch3.7 image for interop tests 2018-11-26 09:47:20 +01:00
Jan Tattermusch 7f38ed6b24 update go interop image to go1.11 2018-10-17 09:05:44 +02:00
Jan Tattermusch 71ee19cb16 fix interop docker build 2018-09-07 23:32:04 +02:00
Matt Kwong c2158edea4 Fix Dart interop tests by upgrading to Dart 2 2018-07-09 16:30:37 -07:00
Matt Kwong 4d5200f99a Install pip for Python3.4 in all Dockerfiles used for Python testing 2018-05-08 14:16:44 -07:00
Eric Gribkoff 795be954a2 Remove scripts for running Android interop on Jenkins 2018-04-06 10:34:01 -07:00
murgatroid99 9d2275864a Use different docker image for Node pure JS interop tests 2018-03-12 11:27:53 -07:00
Jakob Roland Andersen cb36a2a92b Use pre-built Dart docker image. 2018-03-06 15:27:30 +01:00
Jakob Roland Andersen c7dd4b4309 WIP: Add Dart support in interop 2018-03-06 15:26:26 +01:00
Jan Tattermusch e6ca4f0b79 consolidate C# interop test docker images 2017-11-07 16:40:38 +01:00
Eric Gribkoff 2b7c4ddfcc Install Android SDK tools in Dockerfile 2017-08-01 09:55:12 -07:00
Eric Gribkoff e5de5e5ffa Run Android interops on Firebase 2017-06-30 13:54:55 -07:00
Jan Tattermusch 7e91ebb41d license fixes 2017-06-08 11:22:41 +02:00
Jan Tattermusch 4d5c3102a1 fix remaining license notices 2017-06-08 11:22:41 +02:00
Yong Ni 4a60e7ec3a Create Dockerfile.include for java to be shared for java and java_oracle8. 2017-05-31 15:29:13 -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 3c344d2f69 adjust run_tests scripts 2017-04-07 09:02:45 +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 01deb9d748 add hyper to Dockerfile.template 2017-03-17 00:46:01 -07:00
Yuchen Zeng f6d8aae8d5 Dockerfile template update for http2_badserver_interop 2017-01-18 16:06:35 -08:00
Stanley Cheung b7223bbfe9 PHP Proto3: update templates 2016-09-29 17:25:25 -07:00
Jan Tattermusch a98a2ad7fd enable runing C# interop tests under coreclr 2016-09-09 12:58:10 +02: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
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
Jan Tattermusch 24b68cd62f generate interop test Dockerfiles using templates 2016-04-27 15:31:11 -07:00