aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/client_matrix.py
Commit message (Collapse)AuthorAge
* Added all previous minor releases of gRPC to the matrix. Modified the ↵Gravatar Yong Ni2017-07-18
| | | | testsuite name format for better display test results in sponge.
* Added c++ to interop_matrix. Per earlier conversation, interop_matrix will ↵Gravatar Yong Ni2017-07-14
| | | | not run against different compiler/toolchains so we are not addding _<runtime> to c++. This simplifies our setup and reduces unnecesary complexities in the infrastructure.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Created a Java Oracle8 Dockerfile directory and moved all build_interop.sh ↵Gravatar Yong Ni2017-05-31
| | | | to under template/. Added java_oracle8 to the client matrix.
* Merge matrix feature branch into master.Gravatar Yong Ni2017-05-19
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.