Skip to content

Commit

Permalink
Revert "leave grpc_repo_archive debugging for later"
Browse files Browse the repository at this point in the history
This reverts commit 37120f7.
  • Loading branch information
jtattermusch committed Jul 27, 2023
1 parent 68fb03a commit 87971c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/bazelify_tests/test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ sh_test(
srcs = [
"win_from_linux.sh",
],
#data = [
# "//tools/bazelify_tests:grpc_repo_archive_with_submodules.tar.gz"
#],
#args = [
# "$(location //tools/bazelify_tests:grpc_repo_archive_with_submodules.tar.gz)",
#],
data = [
"//tools/bazelify_tests:grpc_repo_archive_with_submodules.tar.gz"
],
args = [
"$(location //tools/bazelify_tests:grpc_repo_archive_with_submodules.tar.gz)",
],
exec_properties = {
"dockerNetwork": "standard", # TODO(jtattermusch): look into deactivating network for some actions
"label:machine_size": "small", # needed to override the default value of "small".
Expand Down

0 comments on commit 87971c1

Please sign in to comment.