Skip to content

Commit

Permalink
[release] Add 1.64.0 to interop tests (#36650)
Browse files Browse the repository at this point in the history
grpc_interop_matrix_adhoc run - https://fusion2.corp.google.com/ci/kokoro/prod:grpc%2Fcore%2Fexperimental%2Flinux%2Fgrpc_interop_matrix_adhoc/activity/1e50bcde-9646-488e-88ae-e700a0863f71/summary

Closes #36650

COPYBARA_INTEGRATE_REVIEW=#36650 from yashykt:Add164ToInterop 92a6913
PiperOrigin-RevId: 634919389
  • Loading branch information
yashykt authored and Copybara-Service committed May 17, 2024
1 parent fb6a57b commit a47065e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.61.0", ReleaseInfo()),
("v1.62.0", ReleaseInfo()),
("v1.63.0", ReleaseInfo()),
("v1.64.0", ReleaseInfo()),
]
),
"go": OrderedDict(
Expand Down Expand Up @@ -789,6 +790,12 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
runtimes=["python"], testcases_file="python__master"
),
),
(
"v1.64.0",
ReleaseInfo(
runtimes=["python"], testcases_file="python__master"
),
),
]
),
"node": OrderedDict(
Expand Down Expand Up @@ -886,6 +893,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.61.0", ReleaseInfo()),
("v1.62.0", ReleaseInfo()),
("v1.63.0", ReleaseInfo()),
("v1.64.0", ReleaseInfo()),
]
),
"php": OrderedDict(
Expand Down Expand Up @@ -947,6 +955,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.61.0", ReleaseInfo()),
("v1.62.0", ReleaseInfo()),
("v1.63.0", ReleaseInfo()),
("v1.64.0", ReleaseInfo()),
]
),
"csharp": OrderedDict(
Expand Down

0 comments on commit a47065e

Please sign in to comment.