Jan Tattermusch
bb3b5d1d23
switch grpc-dart interop test to dart2.7
5 years ago
Lidi Zheng
3e2d5da7a2
Use as much template as possible & fix some wording
5 years ago
James Newton-King
a9243c32b5
Update build_interop.sh.template
5 years ago
James Newton-King
e318b1e56d
Specify RepositoryUrl in interop test build to fix latest Source Link
5 years ago
Jan Tattermusch
905f52852e
make python dockerfiles buildable again
5 years ago
Michael Thomsen
9e2bb81512
Roll Dart to 2.3
6 years ago
James Newton-King
4155e9cf05
React to renaming grpc-dotnet sln
6 years ago
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
6 years ago
=
02069b48da
Remove get-grpc.sh
6 years ago
James Newton-King
57e090989a
Add managed .NET gRPC client to interop tests
6 years ago
Jan Tattermusch
d5c3108e46
workaround the need to source activate.sh
6 years ago
John Luo
995b014904
Update aspnetcore interop scripts to use activate.sh
6 years ago
Jan Tattermusch
788e5fd0f8
workaround the need to source activate.sh
6 years ago
John Luo
2ec339d4c9
Update aspnetcore interop scripts to use activate.sh
6 years ago
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.
6 years ago
murgatroid99
2a12b47f0b
Fix other docker build issues
6 years ago
Jan Tattermusch
385af3bc61
fixup
6 years ago
Jan Tattermusch
c24acc3d4a
fix grpc-dotnet interop tests
6 years ago
Jan Tattermusch
0f8a3aeeb7
install jq
6 years ago
Jan Tattermusch
472613c3bc
check dotnet SDK version before building ASP.NET core interop image
6 years ago
Jan Tattermusch
b1dbf68373
update the docker image to netcore3 preview3
6 years ago
Jan Tattermusch
d0c42dec85
hotfix: download unreleased preview3
6 years ago
Jan Tattermusch
cfc2156665
add AspNetCore interop server
6 years ago
Jan Tattermusch
747608df37
add go1.11 interop image templates
6 years ago
Jan Tattermusch
19bc2c2937
switch C# docker images to debian stretch
6 years ago
Jan Tattermusch
b0bcfb4ea5
use python stretch3.7 image for interop tests
6 years ago
Jan Tattermusch
7f38ed6b24
update go interop image to go1.11
6 years ago
Jan Tattermusch
71ee19cb16
fix interop docker build
6 years ago
Matt Kwong
c2158edea4
Fix Dart interop tests by upgrading to Dart 2
6 years ago
Matt Kwong
4d5200f99a
Install pip for Python3.4 in all Dockerfiles used for Python testing
7 years ago
Eric Gribkoff
795be954a2
Remove scripts for running Android interop on Jenkins
7 years ago
murgatroid99
9d2275864a
Use different docker image for Node pure JS interop tests
7 years ago
Jakob Roland Andersen
cb36a2a92b
Use pre-built Dart docker image.
7 years ago
Jakob Roland Andersen
c7dd4b4309
WIP: Add Dart support in interop
7 years ago
Jan Tattermusch
e6ca4f0b79
consolidate C# interop test docker images
7 years ago
jiangtaoli2016
3aaa5ea028
minor fix
7 years ago
Eric Gribkoff
2b7c4ddfcc
Install Android SDK tools in Dockerfile
7 years ago
Eric Gribkoff
e5de5e5ffa
Run Android interops on Firebase
8 years ago
Jan Tattermusch
7e91ebb41d
license fixes
8 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Yong Ni
4a60e7ec3a
Create Dockerfile.include for java to be shared for java and java_oracle8.
8 years ago
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.
8 years ago
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.
8 years ago
Yong Ni
8998cbc47c
Added go 1.7 and 1.8 template and Dockerfile(s) for go/grpc-matrix test setup.
8 years ago
Jan Tattermusch
3c344d2f69
adjust run_tests scripts
8 years ago
Eric Gribkoff
358f1024ea
backport #10100 and #10377
8 years ago
Menghan Li
846242dd5e
update go version in Dockerfile to 1.8
8 years ago
Eric Gribkoff
76a3943ab9
update dockerfile to version 2.6.1 of h2
8 years ago
Menghan Li
e0f8940877
update go version in Dockerfile to 1.8
8 years ago
Eric Gribkoff
01deb9d748
add hyper to Dockerfile.template
8 years ago