Skip to content
Snippets Groups Projects
Commit bbd348c5 authored by Yong Ni's avatar Yong Ni
Browse files

Added all previous minor releases of gRPC to the matrix. Modified the...

Added all previous minor releases of gRPC to the matrix.  Modified the testsuite name format for better display test results in sponge.
parent 4708a21c
No related branches found
No related tags found
No related merge requests found
...@@ -30,9 +30,27 @@ LANG_RUNTIME_MATRIX = { ...@@ -30,9 +30,27 @@ LANG_RUNTIME_MATRIX = {
} }
# Dictionary of releases per language. For each language, we need to provide # Dictionary of releases per language. For each language, we need to provide
# a tuple of release tag (used as the tag for the GCR image) and also github hash. # a release tag pointing to the latest build of the branch.
LANG_RELEASE_MATRIX = { LANG_RELEASE_MATRIX = {
'cxx': ['v1.0.1', 'v1.1.2'], 'cxx': [
'go': ['v1.0.1-GA', 'v1.3.0'], 'v1.0.1',
'java': ['v1.0.3', 'v1.1.2'], 'v1.1.4',
'v1.2.5',
'v1.3.9',
'v1.4.2',
],
'go': [
'v1.0.5',
'v1.2.1',
'v1.3.0',
'v1.4.2',
],
'java': [
'v1.0.3',
'v1.1.2',
'v1.2.0',
'v1.3.1',
'v1.4.0',
'v1.5.0',
],
} }
...@@ -168,7 +168,7 @@ def run_tests_for_lang(lang, runtime, images): ...@@ -168,7 +168,7 @@ def run_tests_for_lang(lang, runtime, images):
_xml_report_tree, _xml_report_tree,
resultset, resultset,
'grpc_interop_matrix', 'grpc_interop_matrix',
'%s__%s:%s'%(lang,runtime,release), '%s__%s %s'%(lang,runtime,release),
str(uuid.uuid4())) str(uuid.uuid4()))
_docker_images_cleanup = [] _docker_images_cleanup = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment