Skip to content

Commit

Permalink
nix debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 committed Sep 22, 2023
1 parent ba431f9 commit 9fa19da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tools/interop_matrix/create_matrix_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ def maybe_apply_patches_on_git_tag(stack_base, lang, release):
def checkout_grpc_stack(lang, release):
"""Invokes 'git check' for the lang/release and returns directory created."""
assert args.git_checkout and args.git_checkout_root
print(args.git_checkout_root)
if not os.path.exists(args.git_checkout_root):
os.makedirs(args.git_checkout_root)

Expand Down
2 changes: 0 additions & 2 deletions tools/run_tests/xds_k8s_test_driver/config/common.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
--resource_prefix=psm-interop

# https://github.com/GoogleCloudPlatform/traffic-director-grpc-bootstrap/releases/tag/v0.15.0
--td_bootstrap_image=gcr.io/grpc-testing/td-grpc-bootstrap:7d8d90477792e2e1bfe3a3da20b3dc9ef01d326c

# The canonical implementation of the xDS test server.
Expand Down

0 comments on commit 9fa19da

Please sign in to comment.