aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/create_matrix_images.py
diff options
context:
space:
mode:
authorGravatar Yong Ni <yongni@google.com>2017-06-26 15:24:40 -0700
committerGravatar Yong Ni <yongni@google.com>2017-06-30 09:41:31 -0700
commitb7ea4ab4d7360fd37d13e91fb0b1dd4ab407dde0 (patch)
tree9a992f89a66ac74b41494090b8aa53ba5215e5c1 /tools/interop_matrix/create_matrix_images.py
parent5f5415eae3acb267155a22fa9b612d43c0659676 (diff)
Created test driver to run matrix test against different docker images in GCR and generate a Junit like test result file.
Diffstat (limited to 'tools/interop_matrix/create_matrix_images.py')
-rwxr-xr-xtools/interop_matrix/create_matrix_images.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/interop_matrix/create_matrix_images.py b/tools/interop_matrix/create_matrix_images.py
index 214ae0c3fd..119cbd2e88 100755
--- a/tools/interop_matrix/create_matrix_images.py
+++ b/tools/interop_matrix/create_matrix_images.py
@@ -253,5 +253,4 @@ for lang in languages:
# docker image name must be in the format <gcr_path>/<image>:<gcr_tag>
assert image.startswith(args.gcr_path) and image.find(':') != -1
- # subprocess.call(['gcloud', 'docker', '--', 'push', image])
subprocess.call(['gcloud', 'docker', '--', 'push', image])