File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,5 +50,11 @@ cc_test(
5050py_binary (
5151 name = "matrix_half_plus_two_saved_model" ,
5252 srcs = ["matrix_half_plus_two_saved_model.py" ],
53+ exec_properties = select ({
54+ # copybara:comment_begin(google-only)
55+ "//tools/cpp:asan_build" : {"cpp_link.mem" : "20g" },
56+ # copybara:comment_end
57+ "//conditions:default" : None ,
58+ }),
5359 srcs_version = "PY3" ,
5460)
Original file line number Diff line number Diff line change @@ -634,6 +634,12 @@ py_test(
634634py_binary (
635635 name = "tensorflow_model_server_test_client" ,
636636 srcs = ["tensorflow_model_server_test_client.py" ],
637+ exec_properties = select ({
638+ # copybara:comment_begin(google-only)
639+ "//tools/cpp:asan_build" : {"cpp_link.mem" : "20g" },
640+ # copybara:comment_end
641+ "//conditions:default" : None ,
642+ }),
637643 srcs_version = "PY2AND3" ,
638644 deps = ["//tensorflow_serving/apis:prediction_service_proto_py_pb2" ],
639645)
You can’t perform that action at this time.
0 commit comments