aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrini Polavarapu <psrini@google.com>2019-06-17 15:01:28 -0700
committerSrini Polavarapu <psrini@google.com>2019-06-17 15:01:28 -0700
commit8c8dc0e3c70594507818d7fd6525ca5e276cd49b (patch)
tree592679a84a624424d7bf0bf0cde78070ca4b81ae
parent6ec2ef7d27b94a3fb11d1176a513ee5b41d5e99a (diff)
downloadgrpc-grpc-8c8dc0e3c70594507818d7fd6525ca5e276cd49b.tar.gz
1.21.4 interop for cxx, csharp, php, ruby and python
-rw-r--r--tools/interop_matrix/client_matrix.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index 43002c3b22..05c495f563 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -97,6 +97,7 @@ LANG_RELEASE_MATRIX = {
('v1.18.0', ReleaseInfo(testcases_file='cxx__v1.0.1')),
('v1.19.0', ReleaseInfo(testcases_file='cxx__v1.0.1')),
('v1.20.0', ReleaseInfo()),
+ ('v1.21.4', ReleaseInfo()),
]),
'go':
OrderedDict(
@@ -209,6 +210,7 @@ LANG_RELEASE_MATRIX = {
('v1.18.0', ReleaseInfo()),
('v1.19.0', ReleaseInfo()),
('v1.20.0', ReleaseInfo()),
+ ('v1.21.4', ReleaseInfo()),
]),
'node':
OrderedDict([
@@ -257,6 +259,7 @@ LANG_RELEASE_MATRIX = {
])),
('v1.19.0', ReleaseInfo()),
('v1.20.0', ReleaseInfo()),
+ ('v1.21.4', ReleaseInfo()),
# TODO: https://github.com/grpc/grpc/issues/18262.
# If you are not encountering the error in above issue
# go ahead and upload the docker image for new releases.
@@ -281,6 +284,7 @@ LANG_RELEASE_MATRIX = {
('v1.16.0', ReleaseInfo(testcases_file='php__v1.0.1')),
('v1.17.1', ReleaseInfo(testcases_file='php__v1.0.1')),
('v1.18.0', ReleaseInfo()),
+ ('v1.21.4', ReleaseInfo()),
# TODO:https://github.com/grpc/grpc/issues/18264
# Error in above issues needs to be resolved.
]),
@@ -312,5 +316,6 @@ LANG_RELEASE_MATRIX = {
('v1.18.0', ReleaseInfo(testcases_file='csharp__v1.18.0')),
('v1.19.0', ReleaseInfo(testcases_file='csharp__v1.18.0')),
('v1.20.0', ReleaseInfo()),
+ ('v1.21.4', ReleaseInfo()),
]),
}