aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/run_interop_matrix_tests.py
Commit message (Collapse)AuthorAge
* interop_matrix: refactor LANG_RELEASE_MATRIXGravatar Jan Tattermusch2019-01-08
|
* Merge pull request #17427 from jtattermusch/go_interop_matrix_fixesGravatar Jan Tattermusch2019-01-08
|\ | | | | Allow skipping runtimes for releases in interop_matrix. Add go v1.17.0.
| * yapf codeGravatar Jan Tattermusch2019-01-07
| |
| * interop_matrix: support skipping runtimesGravatar Jan Tattermusch2019-01-07
| |
* | interop_matrix: reliable cleanup of interop docker imagesGravatar Jan Tattermusch2019-01-04
|/
* limit download parallelismGravatar Jan Tattermusch2018-10-25
|
* address review commentsGravatar Jan Tattermusch2018-10-23
|
* cleanup of run_interop_matrix_tests.pyGravatar Jan Tattermusch2018-10-19
|
* refactor upload_to_bq functionsGravatar Jan Tattermusch2018-08-26
|
* Revert "run_interop_matrix.py speedup"Gravatar Jan Tattermusch2018-06-11
|
* small python style fixGravatar Jan Tattermusch2018-06-04
|
* download matrix images for a lang in parallelGravatar Jan Tattermusch2018-06-04
|
* add TODO to remove unnecessary logicGravatar Jan Tattermusch2018-05-30
|
* Increase per test timeoutGravatar Adele Zhou2018-05-18
|
* Use a dictionary to tell which version of test cases to run.Gravatar Adele Zhou2018-03-21
|
* Replace old server_host with the new one via command line.Gravatar Adele Zhou2018-03-15
|
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* yapf tools/interop_matrixGravatar ncteisen2017-12-11
|
* Apply patches to ruby 101 docker image during upload script, forGravatar Alex Polcyn2017-12-06
| | | | compatibility tests.
* Fix error when a language skips a certain versionGravatar Alex Polcyn2017-11-17
|
* Removed Python because of test timeoutsGravatar Adele Zhou2017-11-08
|
* Remove images as soon as its testing is done instead in the end.Gravatar Adele Zhou2017-11-07
|
* Added C#Gravatar Adele Zhou2017-11-06
|
* Do not reuse job_specs now that we incorporate release info in the shortnameGravatar Adele Zhou2017-10-20
|
* Add suite name, client lang, server name to shortname for displaying on ↵Gravatar Adele Zhou2017-10-11
| | | | Sponge and being able to use upload_interop_results_to_bq func
* record results to bqGravatar Adele Zhou2017-10-11
|
* Added allow_flakes flag and set to True by default.Gravatar Adele Zhou2017-10-10
|
* Exit 1 when there are failures.Gravatar Adele Zhou2017-10-06
|
* 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.
* Added timestamp to the xml report and minor changes to the API per review ↵Gravatar Yong Ni2017-07-05
| | | | feedback.
* Replaced 'docker run' with 'gcloud docker -- run' to take care of docker ↵Gravatar Yong Ni2017-06-30
| | | | image downloading.
* Created test driver to run matrix test against different docker images in ↵Gravatar Yong Ni2017-06-30
GCR and generate a Junit like test result file.