aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/client_matrix.py
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-11-10 12:05:03 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2017-11-10 12:05:03 -0800
commit5cce8cf2c3528c2b016de9f6b0b86894a855aac8 (patch)
treecfcfd26ed345e133a901bc7029a82dee7e81c877 /tools/interop_matrix/client_matrix.py
parenta6465d124c44b924bdc094675c3fd22b8c843da8 (diff)
parent9fbd6c1c635c48a183455c4332f292c0ef49d11a (diff)
Merge master
Diffstat (limited to 'tools/interop_matrix/client_matrix.py')
-rw-r--r--tools/interop_matrix/client_matrix.py23
1 files changed, 11 insertions, 12 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index 51f04ea40b..6bd7ff6406 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -27,7 +27,7 @@ LANG_RUNTIME_MATRIX = {
'cxx': ['cxx'], # This is actually debian8.
'go': ['go1.7', 'go1.8'],
'java': ['java_oracle8'],
- 'python': ['python'],
+ #'python': ['python'], # All python versions fail the tests due to timeout.
'node': ['node'],
'ruby': ['ruby'],
'php': ['php', 'php7'],
@@ -64,14 +64,14 @@ LANG_RELEASE_MATRIX = {
'v1.6.1',
'v1.7.0',
],
- 'python': [
+ #'python': [
#'v1.0.x', #Fail to run the test. #13230.
- 'v1.1.4',
- 'v1.2.5',
- 'v1.3.9',
- 'v1.4.2',
- 'v1.6.6',
- ],
+ # 'v1.1.4',
+ # 'v1.2.5',
+ # 'v1.3.9',
+ # 'v1.4.2',
+ # 'v1.6.6',
+ #],
'node': [
'v1.0.1',
'v1.1.4',
@@ -97,11 +97,10 @@ LANG_RELEASE_MATRIX = {
'v1.6.6',
],
'csharp': [
- # Fail to build images due to #13278.
#'v1.0.1',
- #'v1.1.4',
- #'v1.2.5',
- #'v1.3.9',
+ #'v1.1.4', Fail to build.
+ #'v1.2.5', Fail to run test with csharp image.
+ 'v1.3.9',
'v1.4.2',
'v1.6.6',
],