aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/client_matrix.py
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-10-25 19:42:45 +0200
committerGravatar GitHub <noreply@github.com>2018-10-25 19:42:45 +0200
commitb7b3a7972a8bc4c7be4b4c17313c709273e62687 (patch)
tree1b268e3377559e3383c8c4b7a7c0205f150f7bb0 /tools/interop_matrix/client_matrix.py
parentccd0cc5229ee8743c25f66331341aca106ec198f (diff)
parent02be5c002e58c056fb5c38974113ee5bee169ee4 (diff)
Merge pull request #16937 from jtattermusch/interop_matrix_improvements
run_interop_matrix_tests.py: overhaul and simplification
Diffstat (limited to 'tools/interop_matrix/client_matrix.py')
-rw-r--r--tools/interop_matrix/client_matrix.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index d18c81df86..c4935e8eee 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# Dictionaries used for client matrix testing.
+# Defines languages, runtimes and releases for backward compatibility testing
def get_github_repo(lang):
@@ -53,8 +53,7 @@ LANG_RUNTIME_MATRIX = {
'csharp': ['csharp', 'csharpcoreclr'],
}
-# Dictionary of releases per language. For each language, we need to provide
-# a release tag pointing to the latest build of the branch.
+# Dictionary of known releases for given language.
LANG_RELEASE_MATRIX = {
'cxx': [
{