From 7a0f36e3f0a21fed8857efbaa51ded2dbdeefab6 Mon Sep 17 00:00:00 2001 From: Chi Wang Date: Mon, 22 Feb 2021 02:04:36 -0800 Subject: [PATCH] Change gceMachineType of highcpu platform from n1-highcpu-32 to e2-highcpu-32 Since the worker pools are migrated from n1 machines to e2. Fixes `FAILED_PRECONDITION: there are no bots capable of executing the action, requested action properties: gceMachineType = n1-highcpu-32, OSFamily = Linux` errors in Bazel CI. Closes #13087. PiperOrigin-RevId: 358772910 --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 5e41e33270aaec..854c58f053fb77 100644 --- a/BUILD +++ b/BUILD @@ -238,7 +238,7 @@ REMOTE_PLATFORMS = ("rbe_ubuntu1604_java8", "rbe_ubuntu1804_java11") {PARENT_REMOTE_EXECUTION_PROPERTIES} properties: { name: "gceMachineType" - value: "n1-highcpu-32" + value: "e2-highcpu-32" } """, )