From bdae467be8526fb0179fa28ea9dd2229d1f60fdc Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Mon, 17 Apr 2023 13:51:45 -0700 Subject: [PATCH] [Release] Add v1.54.0 to interop matrix (#32862) validation job - https://fusion2.corp.google.com/ci/kokoro/prod:grpc%2Fcore%2Fexperimental%2Flinux%2Fgrpc_interop_matrix_adhoc/activity/730b301a-e048-486a-98c2-6a1fe7f9b276/summary --- tools/interop_matrix/client_matrix.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index ad49f41e35e..c400c5971ac 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -124,6 +124,7 @@ LANG_RELEASE_MATRIX = { ('v1.49.1', ReleaseInfo()), ('v1.52.0', ReleaseInfo()), ('v1.53.0', ReleaseInfo()), + ('v1.54.0', ReleaseInfo()), ]), 'go': OrderedDict([ @@ -449,6 +450,9 @@ LANG_RELEASE_MATRIX = { ('v1.53.0', ReleaseInfo(runtimes=['python'], testcases_file='python__master')), + ('v1.54.0', + ReleaseInfo(runtimes=['python'], + testcases_file='python__master')), ]), 'node': OrderedDict([ @@ -527,6 +531,7 @@ LANG_RELEASE_MATRIX = { ('v1.49.1', ReleaseInfo()), ('v1.52.0', ReleaseInfo()), ('v1.53.0', ReleaseInfo()), + ('v1.54.0', ReleaseInfo()), ]), 'php': OrderedDict([ @@ -578,6 +583,7 @@ LANG_RELEASE_MATRIX = { ('v1.49.1', ReleaseInfo()), ('v1.52.0', ReleaseInfo()), ('v1.53.0', ReleaseInfo()), + ('v1.54.0', ReleaseInfo()), ]), 'csharp': OrderedDict([