Commit Graph

16 Commits

Author SHA1 Message Date
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
Nguyen Quang Huy c9acd8380f Fix some typos
Correct some words spelling for reading more easily.
2019-02-26 15:46:13 +07:00
Jan Tattermusch b2044fdd6f remove confusing remarks from interop_matrix README.md 2019-01-09 21:16:45 +01:00
Jan Tattermusch 0d1743b3cc having GCR images with ":master" tag is an antipattern. 2019-01-09 21:16:44 +01:00
Jan Tattermusch bd5e15608d minor doc updates 2019-01-09 21:16:44 +01:00
Jan Tattermusch 4f11b96500 stop testing older releases with go1.7: 1.8 should be enough 2019-01-09 21:16:44 +01:00
Jan Tattermusch f52dd290e2 improve readme.md 2019-01-08 20:55:40 +01:00
Adele Zhou 3b1e34843b Update README 2018-08-07 11:38:53 -07:00
Adele Zhou e4d63e6446 Give a command example with multiple languages. 2017-11-22 11:10:10 -08:00
Adele Zhou 1487c9fa52 Add Python 2017-11-06 11:28:42 -08:00
Adele Zhou 39cfd8d77a update readme 2017-10-18 18:01:35 -07:00
Adele Zhou e6b9c787c0 Exit 1 when there are failures. 2017-10-06 17:49:32 -07:00
Yong Ni d847616e97 Added step-by-step instrution on how to add a new release to grpc backward compatiblity test. 2017-09-27 15:12:36 -07:00
Yong Ni f303426f72 Replaced 'docker run' with 'gcloud docker -- run' to take care of docker image downloading. 2017-06-30 16:39:26 -07:00
Yong Ni b7ea4ab4d7 Created test driver to run matrix test against different docker images in GCR and generate a Junit like test result file. 2017-06-30 09:41:31 -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