Skip to content

Commit 7a0f36e

Browse files
coeuvrecopybara-github
authored andcommitted
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
1 parent 976d9b0 commit 7a0f36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ REMOTE_PLATFORMS = ("rbe_ubuntu1604_java8", "rbe_ubuntu1804_java11")
238238
{PARENT_REMOTE_EXECUTION_PROPERTIES}
239239
properties: {
240240
name: "gceMachineType"
241-
value: "n1-highcpu-32"
241+
value: "e2-highcpu-32"
242242
}
243243
""",
244244
)

0 commit comments

Comments
 (0)