diff --git a/BUILD b/BUILD index b977f61223345c..5eb64a98897fd6 100644 --- a/BUILD +++ b/BUILD @@ -213,6 +213,7 @@ REMOTE_PLATFORMS = ("rbe_ubuntu1804_java11",) exec_properties = { "dockerNetwork": "standard", "dockerPrivileged": "true", + "Pool": "default", }, parents = ["@" + platform_name + "//config:platform"], ) @@ -228,7 +229,7 @@ REMOTE_PLATFORMS = ("rbe_ubuntu1804_java11",) "//:highcpu_machine", ], exec_properties = { - "gceMachineType": "e2-highcpu-32", + "Pool": "highcpu", }, parents = ["//:" + platform_name + "_platform"], )