This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/system/large/functions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1256,7 +1256,7 @@ def test_remote_function_via_session_custom_sa(scalars_dfs):
12561256 output_type = int ,
12571257 reuse = False ,
12581258 cloud_function_service_account = gcf_service_account ,
1259- cloud_function_ingress_settings = "all " ,
1259+ cloud_function_ingress_settings = "internal-and-gclb " ,
12601260 )
12611261 def double_num (x ):
12621262 if x is None :
@@ -1329,7 +1329,7 @@ def test_remote_function_via_session_custom_build_sa(
13291329 reuse = False ,
13301330 cloud_function_service_account = "default" ,
13311331 cloud_build_service_account = set_build_service_account ,
1332- cloud_function_ingress_settings = "all " ,
1332+ cloud_function_ingress_settings = "internal-and-gclb " ,
13331333 )
13341334 def double_num (x ):
13351335 if x is None :
@@ -1475,7 +1475,7 @@ def double_num(x):
14751475 cloud_function_service_account = "default" ,
14761476 cloud_function_vpc_connector = gcf_vpc_connector ,
14771477 cloud_function_vpc_connector_egress_settings = "all" ,
1478- cloud_function_ingress_settings = "all " ,
1478+ cloud_function_ingress_settings = "internal-and-gclb " ,
14791479 )(double_num )
14801480
14811481 gcf = rf_session .cloudfunctionsclient .get_function (
You can’t perform that action at this time.
0 commit comments