aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/testcases
Commit message (Collapse)AuthorAge
* 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.
* Added testcases/java__master for interop_matrix.Gravatar Yong Ni2017-05-31
|
* 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.